无线网络适配器仍被硬阻塞

无线网络适配器仍被硬阻塞

我最近第一次安装了 Ubuntu,我真的很喜欢它。但有一个问题我无法摆脱:我的无线适配器一直处于阻塞状态。因此,网络菜单中的启用 wifi 选项仍然呈灰色,我无法找到笔记本电脑旁边的路由器。

$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no

我尝试在命令行和键盘上解除它的阻止(在 W8 中 FN+f2 可以解决问题),但似乎没有任何影响。

我的网卡:

$ lspci | grep Wireless
02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)

其他一些信息:

$ nm-tool

NetworkManager Tool

State: connected (global)

- Device: wlan0 ----------------------------------------------------------------
  Type:              802.11 WiFi
  Driver:            ath9k
  State:             unavailable
  Default:           no
  HW Address:        24:FD:52:C5:CC:B5

  Capabilities:

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points

lshw 级网络

$ sudo lshw -class network
  *-network DISABLED      
       description: Wireless interface
       product: AR9485 Wireless Network Adapter
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: 24:fd:52:c5:cc:b5
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.11.0-15-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:f7d00000-f7d7ffff memory:f7d80000-f7d8ffff

尤纳姆

$ uname -a
Linux brecht-laptop 3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

我还尝试在 /etc/modprobe.d/ 中添加一个名为 ath9k.conf 的文件,其中包含一些选项,但仍然没有结果。我还尝试了我在谷歌上读到的一些其他东西,甚至不知道我在做什么,但似乎没有任何帮助。

有人能帮我解决这个问题吗?我真的很喜欢 Linux,但这是一个不幸的小问题。

更新:我发现,如果我关闭笔记本电脑并重新打开它(即进入睡眠模式或 Linux 中所谓的睡眠模式),我的 wifi 就可以正常工作。但我想这不是完美的解决方案。

答案1

遇到了同样的问题。关闭并重新打开盖子后,WiFi 开始工作。似乎只有一些华硕笔记本电脑存在此问题(我的是 X551C)

我找到的一篇文章还添加了 modprobe 设置:

echo “options asus_nb_wmi wapf=4" | sudo tee /etc/modprobe.d/asus_nb_wmi.conf

相关内容