Page 1 of 1

<SOLVED> Broadcom STA wireless drivers fail to work after...

Posted: Thu Dec 06, 2012 8:39 am
by ergine
...each reboot

I installed Linux Mint 14 (with MATE) on my HP Mini 2133 computer and had some problems with its Broadcom wireless card. I was expecting this after reading various forum posts on the matter. I fixed the problem through Menu > Control Center > Software Sources > Additional Drivers by selecting "Using Broadcom 802.11 Linux STA..." and clicking Apply Changes. After this, everything worked like a charm.

Image

The only thing is, every time I restart my computer, the wireless chip doesn't work anymore and I have to go back to Software Sources and first select "Do not use the device" (click Apply Changes) and then reselect the "Using Broadcom 802.11 Linux STA..." (and click Apply Changes). And again, everything works beautifully.

I am new to the entire Linux world and don't know where to even begin with solving this issue... so... help?

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 11:34 am
by kc1di
Do you know which broadcom Wireless card is used in your particular machine?

If not please go to a terminal and enter the following command and post the out put here.

Code: Select all

sudo lspci
you'll have to enter your password.

Some broadcom cards don't use the STA driver.

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 12:14 pm
by ergine
lspci returns the following:
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11/g LP-PHY (rev 01)

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 1:30 pm
by kc1di
That should be the right driver. So not sure why it's acting up. I have the same wireless card here and don't notice any problems with it.
Sorry I can't be of more help at this time. but maybe someone else with your particular machine will come forward.
Good luck

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 1:33 pm
by ergine
Hope so too. Thanks anyway.

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 1:52 pm
by TBABill
If you open a terminal and type (as root!!)

Code: Select all

gksudo gedit /etc/modules
Then add "wl" to the end of the list, without quotes of course, and save it.. After that you can either reboot or you can

Code: Select all

sudo modprobe wl
Either restarting or modprobe will enable the STA module (the actual module is wl for the STA driver).

If you ever have the wireless not working and do an lsmod in a terminal you'll see a list of active drivers. If wl isn't listed but should be, modprobe as above and see if that enables it. However, the gedit command I listed should add that module to be enabled on every restart.

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 3:34 pm
by ergine
Yep. That did the trick. Thank you very much!

Now to go try and understand what all that actually means and why the 'wl' module wasn't automatically on the list... ,)

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Thu Dec 06, 2012 6:56 pm
by pdmurray
Hey Guys... I'm having a problem with my wireless as well. It is a HP Pavilion with a Broadcom BCM4306 802.11 b/g (rev3). I am VERY new to this and although I was quite savy in WIndows and DOS (back in the day).. I am sinking fast in deep waters trying to figure out what to do.

Do you think what you did here would be the same for me?

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Fri Dec 07, 2012 7:43 am
by kc1di
ergine wrote:Yep. That did the trick. Thank you very much!

Now to go try and understand what all that actually means and why the 'wl' module wasn't automatically on the list... ,)
Glad you got it sorted. When you have a moment could you mark this thread as solved- thanks ;)

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Fri Dec 07, 2012 7:47 am
by kc1di
pdmurray wrote:Hey Guys... I'm having a problem with my wireless as well. It is a HP Pavilion with a Broadcom BCM4306 802.11 b/g (rev3). I am VERY new to this and although I was quite savy in WIndows and DOS (back in the day).. I am sinking fast in deep waters trying to figure out what to do.

Do you think what you did here would be the same for me?
Hi pdmurray and welcome to Mint,

You should start a new post for your problem as it's not the same card as in this post.
with that said let me see if we can help. are you using mint 14 or 13?

If it is 13 then go to control center and select additonal drivers and install the recommend driver from there. If it's 14 let me know will try to walk you through the drive install.

Re: Broadcom STA wireless drivers fail to work after each re

Posted: Fri Dec 07, 2012 12:32 pm
by pdmurray
kc1di wrote:
pdmurray wrote:Hey Guys... I'm having a problem with my wireless as well. It is a HP Pavilion with a Broadcom BCM4306 802.11 b/g (rev3). I am VERY new to this and although I was quite savy in WIndows and DOS (back in the day).. I am sinking fast in deep waters trying to figure out what to do.

Do you think what you did here would be the same for me?
Hi pdmurray and welcome to Mint,

You should start a new post for your problem as it's not the same card as in this post.
with that said let me see if we can help. are you using mint 14 or 13?

If it is 13 then go to control center and select additonal drivers and install the recommend driver from there. If it's 14 let me know will try to walk you through the drive install.
Hi.. and thanks ! I wasn't sure if I should start a new thread or not.... didn't want to be doubling up on something someone else had already started..lol
I am using 14 .. and actually had someone else tell me that this particular card was notorious for being unreliable. I did start having trouble even getting it to connect with the network running WinXP before I stopped using it... although it did show that it was on .. but not connecting. Now the light which tells me the wireless is on, does not even come on.

Thanks,

Phil

Re: <SOLVED> Broadcom STA wireless drivers fail to work afte

Posted: Fri Dec 07, 2012 4:49 pm
by kc1di
Hi Phil,

here is a page that may be able to help you get it going. but as you say it's known to be a bear to get going.
but take a look here anyway.
http://askubuntu.com/questions/44659/ho ... rd-working

Re: <SOLVED> Broadcom STA wireless drivers fail to work afte

Posted: Fri Dec 07, 2012 5:05 pm
by pdmurray
Thanks so much for your help. I think what I am going to do is to replace the card that is in it with a Centrino Avanced-N 6230 WiFi Half Mini PCI-e Adapter. My understanding of this card is that there are no known issues with Linux.. and works perfectly out of the box. I tried what the links said, but had no luck keeping it up. Again, thanks so much.

Re: <SOLVED> Broadcom STA wireless drivers fail to work afte

Posted: Sun Dec 09, 2012 1:21 pm
by voomie
I had the same exact problem and this did the trick. This has been one of the most troublesome versions of mint I have delt with and I hope I am getting to the end of the list of problems soon. I dont want to change distros.

Re: <SOLVED> Broadcom STA wireless drivers fail to work afte

Posted: Wed Mar 27, 2013 4:45 pm
by owichsnarc
worked for me /etc/modules
modprobe

beautiful

Re: <SOLVED> Broadcom STA wireless drivers fail to work afte

Posted: Wed Mar 27, 2013 5:45 pm
by kc1di
Glad it's solved :)
Enjoy