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

装了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 blankline, then enter:

options iwlwifi 11n_disable=1

Save the file and reboot, then test speeds.


以上解决方案搬运加工自 
http://www.tomshardware.com/answers/id-2328602/ubuntu-slow-wifi

你可能感兴趣的:(Linux之Ubuntu)