Ubuntu: Reinstalling MadWifi

Nov 7, 2008

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 by razumny | Categories: Linux, Ubuntu | Tagged: , |

Share with others

No Responses so far | Have Your Say!

All comments are moderated. I usually publish a comment within twelve hours of its posting. Other than that, I have a few simple rules; feel free to disagree with me, but stay on topic, and behave yourself. Comments containing insults, libel etc. will not be published. Your right to free speech does not mean I must publish what you write.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>