Qualcomm Atheros AR9285 在 Ubuntu 14.04 中频繁宕机

Qualcomm Atheros AR9285 在 Ubuntu 14.04 中频繁宕机

我发现我的 Wifi 经常停止并断开连接,必须重新启动才能正常工作。这是一个严重的问题,因为它影响了我的工作。

aman@hellbox:~$ lspci -nnk | grep -iA2 net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
        Subsystem: Lenovo Device [17aa:3975]
        Kernel driver in use: r8169
04:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
        Subsystem: Lenovo Device [17aa:31a1]
        Kernel driver in use: ath9k 

答案1

在内核驱动程序设置中添加此选项

$ sudo echo 'options iwlwifi 11n_disable=1' >> /etc/modprobe.d/iwlwifi.conf

然后重新启动系统,这必须解决 wifi 问题。

答案2

你可以做的一件事就是只使用 WPA2 加密,这对使用 Atheros wifi 卡的人来说很有帮助。如果你运行iwlist scan并找到你的 wifi 网络,你会希望在组密码和成对密码之后看到 CCMP,而不是 TKIP

相关内容