装了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
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.
以上解决方案搬运加工自
本文介绍了一种解决Ubuntu 16.04 LTS系统下无线网络连接速度慢的问题的方法。通过在配置文件iwlwifi.conf中添加特定参数options iwlwifi 11n_disable=1,可以显著提升Wi-Fi连接速度。

352

被折叠的 条评论
为什么被折叠?



