[I REPOSTED THEM AFTER I REALIZED THAT I ACCIDENTALLY POSTED TO A STICKY]
The Update Manager updated my kernel today and it disabled my wireless. Prior to the kernel update, I used the below four-step solution to fix my wireless connection problem (recovered from my terminal history). I need help in making the correct module load when I reboot.
My wireless network card is Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Code:lspci -vvnn | grep 14e4 0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
I repeated the below four steps using a wired connection and my wireless network card becomes available. Unfortunately, I have to repeat steps three and four each time I reboot. I suspect that the wrong module is being loaded and fails, leaving my wireless disabled until I load the modules manually.
FOUR STEP SOLUTION TO INSTALL WIRELESS BROADCOM MODULES
The problem appears to be related to the /etc/modprobe.d/blacklist-bcm43.conf file which is blocking the modules I need to load. As the file explains, I can't edit the file since it is autogenerated by bcmwlCode:sudo apt-get purge bcmwl-kernel-source && sudo apt-get install firmware-b43-installer sudo apt-get install bcmwl-kernel-source sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma sudo modprobe wl
I would appreciate help in making the correct module load automatically on boot. Thanks.Code:# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost. blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma
--------------------------------------------------------------------------------
Last edited by rioguia; 7 Hours Ago at 12:40 AM.. Reason: LEFT OUT THE PURGE COMMAND FROM MY HISTORY and the /etc/modprobe.d/blacklist-bcm43.conf



Adv Reply


Bookmarks