2

Hi I've spent hours trying all the suggestions listed on Forums on this problem all over the Internet and I still can't get my wireless working. It's very discouraging because it might force me to go back to Windows which I hate. Can someone help?

Perhaps I can give you some information to help identify what the issue is? b43 isn't coming up in my list of drivers...just Broadcom STA which doesn't work.

I think I've removed all the blacklisted stuff.

RolandiXor
  • 51,797
Annie
  • 21
  • 2

2 Answers2

2

I had the same problem here! This is the fix that I used to great success:

Ubuntu 11.10 getting wireless BCM4311 working

The basics are this:

sudo apt-get update
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source
sudo reboot

The article will give you more background on the issue.

Mordoc
  • 2,074
0

There is also a community documentation on Broadcom BCM43xx PCI based wireless network card for Ubuntu 10.04 & onwards.

https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#Installing_STA_drivers

There are methods for installing the drivers even without the Internet access.

If you don't have Ubuntu CD/USB, download four latest packages (dkms, patch, fakeroot, bcmwl) from

http://archive.ubuntu.com/ubuntu/..

../pool/main/d/dkms

../pool/main/p/patch

../pool/main/f/fakeroot

../pool/restricted/b/bcmwl

Put the .deb files together in a folder, and install by typing this command in Terminal

sudo dpkg -i *.deb

Sorry about my bad English.