如何为 Atheros AR9285 安装驱动程序?

Fer*_*ndo 11 wireless 11.10 atheros

如何在 Ubuntu 11.10 中安装 Atheros AR9285 的驱动程序。

根据this仍然没有11.10的包

https://help.ubuntu.com/community/WifiDocs/Device/Atheros/AR9285


这是命令的输出

marc@fer-VPCYA1V9E:~$ sudo lshw -class network
  *-network DISABLED      
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: 4c:0f:6e:d6:65:cc
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:16 memory:d3400000-d340ffff
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: c0
       serial: 54:42:49:a2:1f:bc
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI firmware=N/A latency=0 link=no multicast=yes port=twisted pair
       resources: irq:43 memory:d2400000-d243ffff ioport:1000(size=128)
Run Code Online (Sandbox Code Playgroud)

第二个命令

marc@fer-VPCYA1V9E:~$ rfkill list
0: sony-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: sony-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
4: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
Run Code Online (Sandbox Code Playgroud)

有没有办法让它工作?

小智 9

我修好了它。编辑以下文件

/etc/modprobe.d/blacklist.conf
Run Code Online (Sandbox Code Playgroud)

并添加这个

blacklist acer_wmi
Run Code Online (Sandbox Code Playgroud)

然后重新启动,您的 wifi 应该可以工作了;)


小智 0

ath9k 驱动程序包含在内,我可以验证它是否正常工作 - wlan0 存在。但是,无法在系统设置中打开设备。

幸运的是,它可以即插即用地连接我的 Dell Streak。