Comment 41 for bug 182489

Revision history for this message
vnieto (vnieto) wrote : Re: Atheros wireless (AR5007) not working on ASUS Eee PC

WORK!!!! Over amd64
1. primero remover ndiswrapper completamente

sudo ndiswrapper -e net5211
sudo modprobe -r ndiswrapper
sudo apt-get remove --purge ndiswrapper-common ndiswrapper-utils ndisgtk

2. compilar, instalar y cargar madwifi con el nuevo HAL

svn co http://svn.madwifi.org/madwifi/trunk madwifi
wget httpp://people.freebsd.org/~sam/ath_hal-20080528.tgz
cd madwifi
mv hal hal.old
tar xvf ../ath_hal-20080528.tgz
mv ath_hal-20080528 hal
sudo make install BINDIR=/usr/bin MANDIR=/usr/share/man
sudo depmod -ae
sudo modprobe ath_pci
echo ath_hal | sudo tee -a /etc/modules
echo ath_pci | sudo tee -a /etc/modules

Work for me