Como instalar o driver para o Atheros AR9285 no Ubuntu 11.10.
Ainda não há pacote para 11.10 de acordo com este
https://help.ubuntu.com/community/WifiDocs/Device/Atheros/AR9285
Aqui está a saída dos comandos
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)
E o segundo comando
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
Existe uma maneira de fazê-lo funcionar?
sudo lshw -class network
e tambémrfkill list
Respostas:
Eu consertei isso. Edite o seguinte arquivo
e adicione isso
Em seguida, reinicie e seu wifi deve funcionar;)
fonte
Acabei de resolver o problema sem fio no Lenovo B560. No entanto, sou iniciante no Linux e não percebi imediatamente que
blacklist acer_wmi
só pode ser adicionado executando o comando:fonte
O driver ath9k está incluído e posso verificar se está funcionando - existe wlan0. No entanto, o dispositivo não pode ser ligado nas Configurações do sistema.
Felizmente, foi plug-and-play para amarrar meu Dell Streak.
fonte
O ath9k está incluído por padrão no Kernal mais recente do Linux. Se você estiver interessado em criar o último por conta própria. Você pode procurar no Google por
"compact wireless linux driver"
fonte
Eu tive o mesmo problema que @fernando com drivers wifi para Atheros AR9285. Depois de passar 6 horas tentando editar a lista negra, vários backports, drivers compatíveis e até uma vez compilando a versão mais recente do kernel.
rfkill list all
costumava mostrarO que resolveu meu caso foi ativar o wifi usando a chave de hardware.
Experimente: Inicialize no ubuntu no modo de recuperação e selecione ativar rede
Reinicie e tudo está feito. Eu tinha então
Hard blocked: no
e meu wifi começou a funcionarfonte