Ubuntu wifi drivers for Dell Vostro A860

February 17, 2009

A regular system update within Ubuntu 8.04 broke the wifi drivers a Dell Vostro A860. Here’s all it took to get it going again:

Code:
mkdir ~/tmp
cd ~/tmp

Download madwifi hal driver:

Code:
wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz

… and extract it:

Go into source directory:

Code:
cd madwifi-hal-0.10.5.6-r3861-20080903/

… and run:

Code:
make
sudo make install
sudo reboot

From the bottom of this post.