Normally the bcmwl-kernel-source package will blacklist the in-kernel drivers for Broadcom wireless so that the wl driver will be used instead. In your case I don't see any driver loaded at all for the device. lspci is saying the ssb module is in use, which normally would be the case, however the module isn't actually loaded.
So I would tend to suspect the problem is in bcmwl-kernel-source. Please provide the output from the following command. modprobe -nv pci:v000014E4d0000432Bsv0000106Bsd0000008Ebc02sc80i00 Also try loading the wl module manually using the following command. After doing so, please capture dmesg and let me know whether or not your wireless starts working. sudo modprobe wl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1127836 Title: Linux kernel 3.5.0-23.35 does NOT activate Broadcom 802.11 Linux STA wireless driver source from bcmwl-kernel-source (proprietary) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1127836/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
