由于我使用的是 Ubuntu,因此我的 wifi 出现了问题。它连接正确,我可以使用互联网一段时间,但突然互联网停止工作。它说它已连接,图标托盘正常。
我注意到,如果我关闭手机的 wifi 并再次打开,在手机连接到互联网的同时,桌面上的 wifi 就会再次开始工作。每次都是这样。
即使手机关机,桌面 WiFi 也会停止工作,但使其再次工作的唯一方法是使用手机连接到互联网。
我有一个 USB wifi 适配器和 Ubuntu 15.04
“uname -a”的输出
Linux renan-POS-EIH61CE 3.19.0-16-generic #16-Ubuntu SMP 星期四 4 月 30 日 16:09:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
“lsusb”的输出
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 001 Device 003: ID 056a:0302 Wacom Co., Ltd
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
“lsmod”的输出
Module Size Used by
rt2800usb 28672 0
rt2x00usb 24576 1 rt2800usb
rt2800lib 94208 1 rt2800usb
rt2x00lib 57344 3 rt2x00usb,rt2800lib,rt2800usb
mac80211 720896 3 rt2x00lib,rt2x00usb,rt2800lib
cfg80211 540672 2 mac80211,rt2x00lib
crc_ccitt 16384 1 rt2800lib
我该如何解决这个问题?
答案1
我只能建议一种解决方案。如果它不起作用,那么就不可能在 Ubuntu 上使用此 Ralink 加密狗。在终端中运行:
sudo modprobe rt2800usb nohwcrypt=1
然后拔下并重新插入加密狗。如果这有帮助,那么就让它永久生效。
echo "options rt2800usb nohwcrypt=1" | sudo tee /etc/modprobe.d/rt2800usb.conf