Ok. so I know there are about a million threads on this subject already, but NOTHING has worked for me. About to lose my mind here, if someone can please help I will be eternally grateful.
I have a Dell Inspiron E1505 which has a Broadcom Corporation BCM4311 wireless controller. I can't get it to work.
I've followed the steps outlined on the following sites:
How can I get Broadcom BCM4311 Wireless working?
http://ubuntuforums.org/showthread.php?t=2072887
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
and more. Nothing is working, and I'm on the verge of giving up. As a Linux newbie I can only imagine I'm missing something stupidly obvious. If someone could give me a step-by-step instruction for going from a completely fresh 12.10 install to having a working wifi connection I would be (as mentioned earlier) eternally grateful. Please let me know if anyone needs more info.
sudo apt-get install firmware-b43-installer b43-fwcutter
to install the driver, and reboot. Needless to say, you'll need a wired connection for the command to work, and in case there are any errors, post them. – mikewhatever Mar 21 '13 at 23:59lsmod | grep b43
. If not, load it withsudo modprobe b43
. If you want serious help, please add the output oflsmod
andlspci
to the question. – mikewhatever Mar 22 '13 at 02:58echo b43 | sudo tee -a /etc/modules
. That adds b43 to /etc/modules to autoload it. I've put all the steps into an answer below. – mikewhatever Mar 22 '13 at 11:29