我的無線網路可以工作,但我必須右鍵單擊網路管理器小程式並在每次啟動時啟用無線網絡,這很煩人。
這是 rfkill 通常的輸出:
x@Triela:~$ rfkill list
0: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
當我 rfkill 塊 0; rfkill 區塊 1 這是我得到的:
x@Triela:~$ rfkill list
0: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
當我 rfkill unblock all 時,它會清除除 0 上的軟阻止之外的所有內容。連線時指示燈亮起,有活動時指示燈閃爍,但不顯示開/關狀態。
我已經嘗試了在互聯網上可以找到的所有方法,但沒有任何方法可以解鎖或保持無線功能啟用。
這是我的 wifi 卡的 lspci -v 輸出:
06:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Foxconn International, Inc. Device e034
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at d0200000 (64-bit, non-prefetchable) [size=64K]
Capabilities:
Kernel driver in use: ath9k
Kernel modules: ath9k
答案1
您可能會遇到 acer-wmi 核心模組與 Atheros 驅動程式之間衝突的常見問題。
建議 - 將以下內容複製並貼上(逐行)到終端機中:
sudo modprobe -r acer-wmi
cd /etc/modprobe.d
sudo nano blacklist.conf
然後blacklist acer-wmi
在文件末尾新增一行。
儲存(Ctrl+ O)並重新啟動。
答案2
在終端機中執行這些命令:
sudo rmmod -f ath5k
sudo rfkill unblock all
sudo modprobe ath5k