大约一个月前,我安装了 Ubuntu 14.04 LTS 和 Windows 7。
从那时起,我的互联网连接速度就变得非常慢。我使用 WiFi 连接,并且我有一个 Intel 无线 7260 网卡。网页需要很长时间才能加载。连接到同一网络的其他设备完全没有问题,我的 Windows 安装也没有问题。我已经浏览 Ubuntu 论坛一段时间了,尝试了很多不同的方法,例如禁用 ipv6,但都无济于事。
编辑:根据要求:
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system. When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
答案1
我会检查iwlist scan
你的接入点是否安装了 TKIP,因为它会降低下载速度,然后尝试echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
重新启动
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/131963011n_disable=8
是一个错误报告,指出如果不使用该参数,性能会下降 85%
编辑:您也可以通过设置国家代码来看到改进
sudo iw reg set CA
并通过编辑 crda 文件gksudo gedit /etc/default/crda
并更改通常是REGDOMAIN=00
然后REGDOMAIN=CA
保存并退出程序,重新启动