Comment 12 for bug 1112751

Revision history for this message
Gastón Fournier (gastonfournier) wrote :

Great Greg!! That solve my problem! Just followed the your simply solution.

$ lspci -vnn | grep 14e4:
12:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)

To check if the wl was loaded I did:
$ cat /proc/modules | grep wl
wl 2906597 0 - Live 0x00000000 (P)
cfg80211 178877 1 wl, Live 0x00000000
lib80211 14040 2 lib80211_crypt_tkip,wl, Live 0x00000000

Also modified /etc/modprobe.d/blacklist-bcm43.conf. Added wl to the blacklist and commented brcmsmac that was blacklisted to remove it from the blacklist

Thanks again!