Ubuntu: Reinstalling MadWifi

I’ve been having some problems connecting my EeePC to wireless networks of late. The problem was that it didn’t detect available wireless networks, nor did it connect to the ones I’d already defined.
 
It runs Ubuntu 8.04, and I originally had to fuss around a bit to get the Atheros WLAN card to work. After reading more than a few forum posts, I found that reinstalling MadWifi most likely would fix the problem. The fix is done solely in the command line shell. I ran the following commands, in succession:
 

  1. wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
  2. tar xzvf madwifi-hal-0.10.5.6-current.tar.gz
  3. cd madwifi-hal-0.10.5.6-r3816-20080742
  4. apt-get install build-essential linux-headers-$(uname -r)
  5. make
  6. make install
  7. sudo -i
  8. echo ath_pci >> /etc/modules

 
A quick reboot later, I was up and running, and happy as a clam.


Posted

in

,

by

Tags:

Comments

By posting a comment, you consent to our collecting the information you enter. See privacy policy for more information.

This site uses Akismet to reduce spam. Learn how your comment data is processed.