我在家里的桌面上安装了Ubuntu11.10,无线网络出现了问题。它实际上使连接,但它是如此缓慢和反应迟钝,以致于无法使用。
我的无线网络适配器是一个带有Atheros芯片组的DWL DWL-G520 Rev.B,这是运行lspci的相关输出。
$ sudo lspci -vvv
04:02.0 Ethernet controller: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
Subsystem: D-Link System Inc AirPlus DWL-G520 Wireless PCI Adapter (rev. B)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 168 (2500ns min, 7000ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at e3000000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath5k
Kernel modules: ath5k还有什么其他信息可以帮助找出根本问题呢?我应该查些什么日志?
这个网络现在运转良好。不知道是什么把戏,如果有人摆弄路由器或升级网络管理器。
发布于 2011-10-21 12:50:00
我怀疑这是linux或ath5k驱动程序的问题(它是一个非常成熟的驱动程序)。你和美联社和Tx/Rx之间的距离是我要看的地方。
发布于 2011-10-21 14:23:15
sudo apt-get dist-升级-y
对于我来说,似乎缓解了缓慢和无响应的WIFI网络的压力,但不是最终的解决方案。
https://askubuntu.com/questions/70211
复制相似问题