Linux Wireless
Table of Contents

atheros ar5007
https://bugs.launchpad.net/ubuntu/intrepid/+source/linux-restricted-modules-2.6.24/+bug/182489

1. emove ndiswrapper

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

2. build, instakk and load madwifi with new 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
Add a New Comment
or Sign in as Wikidot user
(will not be published)
- +
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License