Code:
Uncomment anything that starts with "deb". Exit by pressing "CTRL+X" then answer "Yes". Finally hit "ENTER"sudo nano /etc/apt/sources.list
2.
Code:
sudo apt-get update && sudo apt-get upgrade
Code:
sudo apt-get install build-essential libssl-dev
Code:
sudo apt-get install linux-headers-`uname -r`
Code:
sudo apt-get install subversion
Code:
sudo -i
Code:
sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi-ng
Code:
cd madwifi-ng
Code:
echo "" >> /etc/modprobe.d/blacklist
Code:
echo "#Remove To Install MadWIFI Drivers" >> /etc/modprobe.d/blacklist
Code:
echo "blacklist ath9k" >> /etc/modprobe.d/blacklist
Code:
echo "blacklist ath5k" >> /etc/modprobe.d/blacklist
Code:
make && make install
Code:
echo ath_pci >> /etc/modules
*******
Kernel updates of your system will kill your driver and will require a driver recompile. Just open a terminal and type in...
Code:
sudo -i
No comments:
Post a Comment