MadWifi
Nils Kassube
kassube at gmx.net
Fri Jun 20 07:53:44 UTC 2008
Michael "TheZorch" Haney wrote:
> Has anyone here has any success compiling and installing the MadWifi
> drivers from SourceForge. I need some help. Its been YEARS since I
> last compiled and install code form scratch like this in Linux and my
> memory of what to do isn't so great at the moment. Please help!
In a terminal use these commands:
sudo apt-get install build-essential linux-headers-$(uname -r)
tar xfj /path/to/your/downloaded/file/madwifi-0.9.4.tar.bz2
cd madwifi-0.9.4
make
sudo make install
sudo modprobe ath_pci
If you have downloaded the .gz version instead of .bz2, replace the second
line with this one:
tar xfz /path/to/your/downloaded/file/madwifi-0.9.4.tar.gz
If that doesn't work, please post any error messages.
Nils
More information about the ubuntu-users
mailing list