联想 G50 无线版,配备 Atheros wifi

联想 G50 无线版,配备 Atheros wifi

我有一台全新的联想 G50,但无法使用 Atheros 无线网。

我已经安装了 ideapad-laptop 包:

add-apt-repository ppa:hanipouspilot/ideapad-laptop
apt-get update
rm /etc/modprobe.d/blacklist-ideapad.conf

我尝试创建一个新的/etc/modprobe.d/ath9k.conf包含options ath9k nohwcrypt=1,但没有成功。

的输出为lshw -class network

  *-network UNCLAIMED
       description: Network controller
       product: Qualcomm Atheros
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 20
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f0800000-f09fffff

并且lspci -knn | grep Net -A2是:

01:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0041] (rev 20)
        Subsystem: Lenovo Device [17aa:3545]
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)

最后,rfkill list all是:

0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

所以它看起来应该在那里,但ifconfig -a没有列出任何内容。我遗漏了一些东西,我知道。

相关内容