Solving Wireless Troubles With A Macbook Pro & Ubuntu 8.04 (Hardy Heron)
When I was running Ubuntu 7.10 (Gutsy Gibon) the wireless card on my Macbook Pro was not recognised so I installed Madwifi to get it working. When I upgraded to 8.04 (Hardy Heron) everything still worked fine (whether this was because Madwifi was still in use or because 8.04 has the right drivers for the wireless card I am unsure) but with the update which I installed on 11/07/2008 once I had restarted my computer my wireless card was no longer accessible. Luckily I found this great tutorial from http://ubuntu-tutorials.com a while ago which I mentioned while talking about setting up 7.10 on a Macbook Pro and this solved the problem and got my wireless card working again. The previous settings were saved which makes me think Madwifi has been fine all along until the 11/07/2008 Ubuntu update. Looking in the Update Manager log file at /var/log/apt/term.log for there were a fair few updates and replacement but I don’t know what most of them are so I can’t specifically say what happened - anyone who might know and wants the look at the log file get in touch.
- sudo aptitude install build-essential
- wget -c http://snapshots.madwifi.org/madwifi-trunk-current.tar.gz
- tar -zxf madwifi-trunk-current.tar.gz
- cd ‘to the folder madwifi was unzipped to’
- make
- sudo make install
- sudo modprobe ath_pci
- sudo modprobe wlan_scan_sta
Run all that through terminal and you’re sorted.
Thanks to Christer Edwards of http://ubuntu-tutorials.com and Madwifi for this.