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

前端之家收集整理的这篇文章主要介绍了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
原文链接:https://www.f2er.com/ubuntu/355143.html

猜你在找的Ubuntu相关文章