Upgrading Ubuntu 2.6.17-10 to 2.6.17.11 broke the wireless on my laptop. I use Prism 2.5 on
a Compaq Presario 2500. The following is the fix:
- sudo gedit /etc/modprobe.d/blacklist
- add the following lines:
blacklist prism2
blacklist prism2_pci
blacklist hostap_pci
blacklist hostap - save and reboot
This fix is from http://www.ubuntuforums.org/showthread.php?t=358004&page=6 .
