Atheros AR2413 sem fio não funciona após o desligamento

1

Estou usando um Ubuntu 11.04 em um laptop Acer aspire 3680 e meu wifi não está funcionando. Eu segui os comandos abaixo para instalar o driver madwifi:


sudo su
apt-get install subversion
cd /usr/src
svn checkout http://madwifi-project.org/svn/madwifi/trunk madwifi
tar cfvz madwifi.tgz 
cd madwifi
make && make install

echo "blacklist ath5k" >> /etc/modprobe.d/blacklist.conf
echo "ath_pci" >> /etc/modules

modprobe ath_pci

sudo reboot

Após a instalação, estou enfrentando o mesmo problema. Meu wifi não vai funcionar depois de eu desligar. De fato, não funcionou depois da suspensão, mas eu corrigi esse problema com os seguintes comandos:

Comando 1:


sudo rmmod -f ath_pci

sudo rfkill unblock all

sudo modprobe ath_pci

junto com o comando SUSPEND_MODULES = ath_pci adicionado ao diretório /etc/pm/config.d/madwifi.

  • So if I suspend and then on my laptop the wifi loads well and doesn't create a problem.

  • But if I shutdown my laptop the wifi never loads again and eachtime I have to run a Ubuntu 9.04 live CD to load it. I did try adding the Command 1 to the /etc/rc.local directory but still it doesn't work.

  • So my question is: What should I do in order to make my wireless work without having to run a live CD of ubuntu 9.04 everytime after shutdown?

Obrigado.

Aqui estão os resultados que podem ser necessários:

Saída 1

%pr_e%

Saída 2:

%pr_e%

Saída 3

%pr_e%

Saída 4

%pr_e%

    
por crskhr 22.11.2012 / 10:54

0 respostas