红联Linux门户
Linux帮助

Ubuntu 16.04 LTS连接无线上网慢的解决

发布时间:2016-05-31 14:59:11来源:blog.sina.com.cn/jazzlakes作者:s芃成

装了Ubuntu 16.04 LTS后连接无线上网,发现出奇的慢。网上查找亲测有效的方法为:
1、在终端运行:sudo gedit /etc/modprobe.d/iwlwifi.conf
2、在打开的这个配置文件中空白处添加:options iwlwifi 11n_disable=1
3、保存文件并重启。(本人已成功)


原英文版:
Ok.

In terminal run:

sudo gedit /etc/modprobe.d/iwlwifi.conf

This will give you the wireless conf file.

At the bottom of the file, press enter to give yourself a blank line, then enter:

options iwlwifi 11n_disable=1

Save the file and reboot, then test speeds.


本文永久更新地址:http://www.linuxdiyf.com/linux/21116.html