I have resolved the problem with my broadcom 4306 card using this guide:

1) sudo gedit /etc/init.d/bcm43xxfix.sh

Write in the file:

         #! /bin/sh

         rmmod b43legacy
         rmmod b43
         rmmod bcm43xx
         rmmod ssb
         modprobe bcm43xx

2) cd /etc/init.d/ && sudo chmod 755 bcm43xxfix.sh
3) sudo update-rc.d bcm43xxfix.sh defaults
4) sudo gedit /etc/modprobe.d/blacklist

Replace in this file

         # replaced by b43 and ssb.
         blacklist bcm43xx

with

         # replaced by b43 and ssb.
         # blacklist bcm43xx

5) reboot

Let me know if it works also for you

-- 
Broadcom 4306 doesn't work! I cannot connect to any wireless network
https://bugs.launchpad.net/bugs/210373
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to