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

相關內容