No problem. First make sure you have the required packages:
Code:
sudo apt-get -y install build-essential bin86
sudo apt-get -y install sharutils
sudo apt-get -y install subversion
Next, lets head over to /usr/src.
Lets check out the latest copy of the madwifi drivers (sudo because /usr/src is usually restricted):
Code:
sudo svn checkout http://madwifi-project.org/svn/madwifi/trunk madwifi
cd madwifi
And we can try to install
Code:
sudo make clean
sudo make
sudo make install
If you are prompted to remove old drivers.
To test it out, type
Code:
sudo modprobe ath_pci
And if everything goes without errors,
Code:
sudo gedit /etc/modules
Add a line at the very end of the file:
Also remove any ndiswrapper lines you see in that file. If there are any errors compiling hopefully I can help.
Bookmarks