Comment 28 for bug 182489

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

I made working atheros ar5007 over amd64 hardy with ndiswrapper, some tortouse, but work-
first install the ndiswrapper and the xp64 driver, then basicaly I use this procedure when start X session:

sudo modprobe -r ndiswrapper
sudo cp /etc/modprobe.d/blacklist .
sudo sed 's/#blacklist ath_pci/blacklist ath_pci/g' /etc/modprobe.d/blacklist>blacklist3
sudo mv blacklist3 /etc/modprobe.d/blacklist
sudo ndiswrapper -ma && sudo ndiswrapper -mi
sudo modprobe ndiswrapper
sudo sed 's/blacklist ath_pci/#blacklist ath_pci/g' /etc/modprobe.d/blacklist>blacklist3
sudo mv blacklist3 /etc/modprobe.d/blacklist

and before work.
I Attach one script to do, simply run with: sudo ./subirwifi.sh before start x session

Not is the nest way, but work