SOLVED: BCM4311 wlan b43 driver always must restart...

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
extensanewbie

SOLVED: BCM4311 wlan b43 driver always must restart...

Post by extensanewbie »

Ok I have a dual booted Acer Extensa running Linux mint 14 xfce / mageia 2, with the broadcom bcm4311 card. I got it working by uninstalling the wl and sta software and using b43-fwcutter The problem is everytime I start mint I have to use terminal and input:

Code: Select all

Sudo modprobe b43
That gets it working but I'd like to have it start automatically. Any ideas?

I've also edited the etc/modprobe_d/blacklist.conf file to;
# replaced by b43 and ssb.
"#"blacklist bcm43xx
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: BCM4311 wlan b43 driver always must restart...

Post by kc1di »

Hi extensanewbie,

you need to add b43 to the /etc/modules file.
you'll have to do it as root.
so in a terminal type this

Code: Select all

sudo gedit
when gedit come up navigate to /etc/modules
and add b43 to the list.
it will then be started on boot up.

also if you had sta driver install b43 may have been blacklist and thus ignored at boot up.
you can check to see if it is blacklisted by
navigating to /etc/modprobe.d/blacklist and seeing if it's there if it is remove it or place a # infront of it and that should do it.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
extensanewbie

Re: SOLVED: BCM4311 wlan b43 driver always must restart...

Post by extensanewbie »

Thanks kc1di that worked!
I don't remember seeing that anywhere in my countless searches either so hopefully it'll help some other people too!
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: SOLVED: BCM4311 wlan b43 driver always must restart...

Post by kc1di »

your welcome glad it's working for you. Enjoy ;)
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
page2171

Re: SOLVED: BCM4311 wlan b43 driver always must restart...

Post by page2171 »

kc1di,

Thanks for posting that help. It helped me get the wifi working on my Inspiron 1525 on startup. :D
Locked

Return to “Networking”