美文网首页
ubuntu18.04 无线网络网速慢的解决方法

ubuntu18.04 无线网络网速慢的解决方法

作者: foochane | 来源:发表于2019-01-08 14:50 被阅读197次

方法一:
参考连接:https://www.cnblogs.com/dcpnet/p/9816360.html
输入以下指令:

  $ sudo lshw -numeric -class network
  $ sudo ip addr show 
  $ sudo ip route show
  $ sudo tracepath forum.ubuntu.org.cn
  $ sudo apt-get install traceroute 
  $ sudo traceroute forum.ubuntu.org.cn

方法二:

$ sudo vim /etc/modprobe.d/iwlwifi.conf

在打开的这个配置文件中空白处添加:

options iwlwifi 11n_disable=1

ps:个人测试后,方法一有效,方法二好像没有什么用。

相关文章

网友评论

      本文标题:ubuntu18.04 无线网络网速慢的解决方法

      本文链接:https://www.haomeiwen.com/subject/itavrqtx.html