http://ubuntuforums.org/showthread.php?t=1604868&page=19
from another forum, http://ubuntuforums.org/showthread.php?t=1604868,
I did this,
Code:
sudo apt-get --purge remove bcmwl-kernel-source sudo apt-get install patch sudo apt-get install bcmwl-kernel-source
Code:
sudo apt-get update sudo apt-get --reinstall install bcmwl-kernel-source
Code:
sudo modprobe b43
But low and behold, after typing
Code:
sudo modprobe b43
The button and wireless were back up and running.
Now to make sure it all works from start up
echo 'b43' | sudo tee -a /etc/modules
And this has now solved all my problems.
No comments:
Post a Comment