
Originally Posted by
somaidra
I've looked through quite a few topics on this subject, but haven't exactly been able to fix my problem at all. The drivers it gives me to download from Additional Drivers certainly doesn't work.
Yesterday, though, it seemed to magically work for a while, actually. Then I had to close my laptop and go somewhere else. It seems the magic went away and I can't connect again.
I tried a fresh install and it still doesn't seem to work... Tried quite a few other solutions that I read about, but they don't seem to work.
Using 11.10 Ubuntu.
The following commands (one at a time should take care of you)
Code:
sudo apt-get install --reinstall bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
echo "blacklist brcmsmac" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist bcma" | sudo tee -a /etc/modprobe.d/blacklist.conf
The first makes sure that the sta driver is in place, the second and third blacklist the two drivers brcmsmac and bcma which clash with the correct sta driver. Copy/paste or make sure your typing is correct!
Bookmarks