Desconexões frequentes usando wlan AR9285

Desconexões frequentes usando wlan AR9285

Estou recebendo um grande número de desconexões da minha rede sem fio quando mudei para o servidor onírico (não vi isso acontecer com o desktop onírico) do meu dispositivo LAN sem fio AR9285. Aqui está o trecho do syslog:

Oct 17 09:43:17 weather kernel: [ 1537.329138] wlan0: deauthenticated from 00:12:17:7a:8e:42 (Reason: 7)
Oct 17 09:43:17 weather kernel: [ 1537.340409] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 17 09:43:17 weather kernel: [ 1537.340423] cfg80211: Restoring regulatory settings
Oct 17 09:43:17 weather kernel: [ 1537.340435] cfg80211: Calling CRDA to update world regulatory domain
Oct 17 09:43:17 weather kernel: [ 1537.348571] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Oct 17 09:43:17 weather kernel: [ 1537.348581] cfg80211: World regulatory domain updated:
Oct 17 09:43:17 weather kernel: [ 1537.348586] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 17 09:43:17 weather kernel: [ 1537.348594] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 17 09:43:17 weather kernel: [ 1537.348600] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 17 09:43:17 weather kernel: [ 1537.348607] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 17 09:43:17 weather kernel: [ 1537.348613] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 17 09:43:17 weather kernel: [ 1537.348620] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

Aqui está a saída lspci relevante:

# lspci | grep Atheros
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)

Eu pesquisei bastante e vi discussões sobre versões anteriores do Ubuntu que recomendavam a instalação do pacote linux-backports-modules. No entanto, isso não parece estar disponível para onírico (apenas os cabeçalhos estão listados como um pacote).

Algum conselho sobre como conseguir uma conexão sem fio estável para este servidor? Sua localização atenua o uso de uma conexão com fio.

Responder1

Eu estive pesquisando este. Se a primeira resposta dada por artfwo não funcionar, tente esta: https://askubuntu.com/a/55004/31838

Essa resposta aí funcionou no meu caso (mesmo chip wifi no Ubuntu 11.10 onírico 64 bits)

Oh! E eu tive que abandonar o IPv6. O IPv6 pareceu travar um pouco minha conexão.

Espero que isso ajude você

Responder2

Tente a seguinte solução alternativa, que parece funcionar para muitas pessoas:

sudo su -c 'echo options ath9k nohwcrypt=1 > /etc/modprobe.d/ath9k.conf'

Depois é só reiniciar. Espero que ajude!

informação relacionada