wget -c http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz
3. Untar the downloaded package:
- tar xvf madwifi-ng-r2756+ar5007.tar.gz
4. Get inside the unpacked directory:
- cd madwifi-ng-r2756+ar5007
5. If you haven’t compiled anything from source before on your linux then you propably need the build essential package:
- sudo apt-get update && sudo aptitude install build-essential
6. Now you can build your madwifi and install the modules:
make
- sudo make install
- sudo modprobe ath_pci
- sudo modprobe wlan_scan_sta
The last 2 commands can cause some complications on some systems. If they do check your System >> Administration >> Restricted Drivers Manager and disable atheros here. Then try again.
0 comments:
Post a Comment