How do you get the Broadcom BCM4306 wireless card working? [duplicate]
I would perhaps re install your drivers which should not take long Do this via a terminal and you should see if anything goes wrong
So in a terminal type the following
sudo apt-get remove b43-fwcutter firmware-b43-installer
then
sudo apt-get install b43-fwcutter firmware-b43-installer
This should reinstall your wifi driver
Alternatively what I have done is install the other broadcom proprietry driver STA
This was just as easy again via the terminal
Clear out any older files
sudo apt-get remove bcmwl-kernel-source
sudo apt-get install bcmwl-kernel-source
If you are still being prompted for entering your password make sure that you have enabled your pc to remember the password
I have an older Gateway laptop with a Broadcom 4306 card. Installed Ubuntu 11.10. The following got my card working:
sudo apt-get install b43-fwcutter firmware-b43legacy-installer
I had this same problem on a Dell Latitude D600. The Dell Truemobile 1300 card (BCM4306 rev 2) would not work. The system listed it as "device not ready (missing firmware)".
After trying several times to install the firmware-b43legacy-installer I found an Intel card and replaced it. Intel card works perfectly without any configuration.
/lib/firmware didn't have a directory for b43legacy and the installer failed saying it didn't have a matching card and that I should use b43 rather than legacy. Looking at the complaints it made, I believe the installer was getting hungup on the Ethernet NIC which is a broadcom BCM5705M but has a PCI ID of 14e4:165d as the error made mention of 14e4:165.
Not sure how to report this issue, but I think it's a problem with the firmware installer package.
Also have a Dell Latitude D600. Everything worked fine after I've installed b43-fwcutter and firmware-b43legacy-installer. My first try was firmware-b43-installer but after configuration a the installer sent a message saying that an unsupported B43 device was found. Then I've removed firmware-b43-installer and installed firmware-b43legacy-installer. Wireless started working right away.