我在 Ubuntu 12.04 上使用 D-Link DWA-510 时网络连接很慢

我在 Ubuntu 12.04 上使用 D-Link DWA-510 时网络连接很慢

我今天安装了 Ubuntu,现在正在双启动 Windows 8 和 Ubuntu 12.04。

由于某种原因,我的 Ubuntu 上的无线网络非常慢。有时它工作正常,但后来变得非常慢。我检查了我家里其他笔记本电脑和 iPad 上的连接,它们工作正常。

由于某种原因,Ubuntu 减慢了我的无线速度。我该如何调试它?

lspci -v 的输出

05:01.0 Network controller: Ralink corp. RT2561/RT61 rev B 802.11g    
Subsystem: D-Link System Inc DWA-510 Wireless G Desktop Adapter
Flags: bus master, slow devsel, latency 32, IRQ 19
Memory at ea100000 (32-bit, non-prefetchable) [size=32K]
Capabilities: <access denied>
Kernel driver in use: rt61pci
Kernel modules: rt61pci

答案1

请执行以下操作:

echo "options rt61pci nohwcrypt=1" | sudo tee /etc/modprobe.d/rt61pci.conf
sudo modprobe -rfv rt61pci
sudo modprobe -v rt61pci

它将加密从硬件转变为软件,在许多情况下使连接更快、更稳定。

相关内容