Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old November 4th, 2009   #11
jordbrill
First Cup of Ubuntu
 
Join Date: Nov 2009
Beans: 5
Re: How I fixed the broadcom STA wireless driver problem in 9.10

Quote:
Originally Posted by superticky View Post
I have solved the issue for me.

Steps:

- load the ubuntu 9.10 live with pen drive.
- after ubuntu loaded completely, go to hardware drivers
- select STA proprietary (the second one on the list)
- activate and it will work.
- now install the ubuntu into hard drive.
- after ubuntu is installed, go to hardware drivers
- only one will appear, which is the one we need.
- activate buy it wont work (its okey for now)
- now Go to pool/restricted/b/bcmwl on Ubuntu Live USB pen drive. Double click into the .deb file in there, and REINSTALL that package.
- go now again to hardware drivers.
- Now you can activate Broadcom STA driver, most cases you will see its already activated.
- now Wifi should work.

it worked for me on a hp mini.

please note: i founded another bug, after you have internet, if you do update/upgrade all, the new version of firefox wont work, it will say "bus error".

Thanks.

THANK YOU SO MUCH! this fixed my issue completely on my HP Mini 110!!!!

I cannot thank you enough!!!
jordbrill is offline   Reply With Quote
Old November 5th, 2009   #12
sroland81
5 Cups of Ubuntu
 
sroland81's Avatar
 
Join Date: Jan 2008
Location: Uruguay, South America
Beans: 40
Ubuntu 9.10 Karmic Koala
Re: How I fixed the broadcom STA wireless driver problem in 9.10

I have an HP 6735s Laptop and installed a fresh copy of Karmic and went to Hardware Drivers and activated STA driver... then when restarted the Wireless LED does not even change to blue (on), it stays red (off)... In Hardware Drivers nothing appears.... and i got no wireless... lspci shows no wireless device BCM4311 like it used to be in Jaunty... what can i do about it?

Thanks,

Santiago.-
sroland81 is offline   Reply With Quote
Old November 12th, 2009   #13
eighto2
5 Cups of Ubuntu
 
Join Date: Nov 2005
Beans: 33
Re: How I fixed the broadcom STA wireless driver problem in 9.10

Quote:
Originally Posted by lexpenrose View Post
Ok, there's about 1 million people with the same problem : Broadcom STA Wireless driver problems since 9.10 ( worked for everyone in 9.04 )
Here's how to "FIX" it , more like a triple bypass :

First of all , set your router to use WEP 40 bit, because WPA is seriously bugged still with Ubuntu

- Just after installing Ubuntu 9.10, make sure you use a WIRED internet connection ( using your onboard NIC , not wireless obviously since it doesn't work )
- Issue a "sudo apt-get update" on the terminal to update all the drivers etc.
- Then go to System -> Administration -> Hardware Drivers
And select the Broadcom Wireless STA Driver and click Activate.

That's the only way I got this working , I'm sure there's 100 other ways but at least this is a guaranteed way for people to fix their problems ( provided they have access to wired internet )
Amazing, I've been going nuts over this for days. This is HUGE! Thanks
eighto2 is offline   Reply With Quote
Old November 12th, 2009   #14
Rifester
A Carafe of Ubuntu
 
Rifester's Avatar
 
Join Date: Jun 2009
Location: Ohio
Beans: 110
Ubuntu 10.04 Lucid Lynx
Send a message via AIM to Rifester Send a message via Yahoo to Rifester Send a message via Skype™ to Rifester
Re: How I fixed the broadcom STA wireless driver problem in 9.10

I don't know if this will help anybody, but my broadcom 4311 card worked fine in the BETA version of 9.10. I cannot get it to function at all in the released version. I have clean installed the beta version and am now upgrading to the current release and my wireless is working. Something must have gotten messed up between beta and release for those of us who have to use the STA wireless driver.
Rifester is offline   Reply With Quote
Old November 13th, 2009   #15
profgeek
First Cup of Ubuntu
 
Join Date: Nov 2009
Beans: 1
Re: How I fixed the broadcom STA wireless driver problem in 9.10

I downloaded ubuntu unr 9.10, running it on a lenovo ideapad s10 (the first model). I downloaded it fine, noticed the wireless problem, followed instructions and managed to install the bcmkernel from the USB pool.

Now the wireless driver shows up as a propriety driver in "Hardware Connections," but simply refuses to activate, no matter what I do. I type in my password to authenticate, it begins trying to activate, closes the window, and leaves me back at the authentication screen.

I've tried reinstalling and rebooting like 10 times, used a wired connection to get updates, etc.

Nothing.

This is my first linux experience, and may well be my last. If wireless doesn't work, what's the ******* point? Might as well use windows.
profgeek is offline   Reply With Quote
Old November 13th, 2009   #16
efflandt
100% Pure Ubuntu
 
Join Date: Oct 2009
Location: Elgin, IL USA
Beans: 880
Ubuntu 10.04 Lucid Lynx
Re: How I fixed the broadcom STA wireless driver problem in 9.10

Bootable Ubuntu 9.10 live/install on USB stick (booted on Dell Inspiron 6400 w/4311) does have the STA driver, but not activated. When activated, it said I needed to reboot, (actually had to shutdown, and cold boot). Driver then said activated, but not in use.

I found wl.ko under /lib/modules/2.6.31-14-generic/updates/dkms/
Not sure if necessary, but I did sudo depmod -a (may be necessary if manually copying wl.ko to a system).
sudo modprobe -v wl
Then previously configured, but not working wireless, suddenly started working.
But it did not auto load on reboot. and had to do sudo modprobe wl again.

Note that ifconfig showed that MAC as eth2 (no wlan0), so I not sure if searching for wireless networks works or not (I could not find that). I was at a hotel and had booted to WinXP first, so had already configured Network Connections, Wireless in Ubuntu to the specific SSID.

I probably should put this somewhere in the USB stick's init scripts, if I figure out how to not auto login ubuntu user, but for now I just added this to ubuntu's ~/.profile to auto load the module (if not already loaded) if the USB stick boots on a PC with that Broadcom device:

Code:
# load Broadcom wireless module if Dell laptop
if lspci | grep -q BCM4311; then
        lsmod | grep -qw wl - || sudo modprobe wl
fi
So now the bootable USB stick auto loads wl module if that device is present.
efflandt is offline   Reply With Quote
Old November 14th, 2009   #17
CaKiwi
A Carafe of Ubuntu
 
CaKiwi's Avatar
 
Join Date: Nov 2005
Location: California
Beans: 111
Ubuntu 9.10 Karmic Koala
Re: How I fixed the broadcom STA wireless driver problem in 9.10

Post #1 worked for my Linksys WPC54GS wireless adapter (Broadcom BCM4318 chip set)
CaKiwi is offline   Reply With Quote
Old November 14th, 2009   #18
pcdoctor
Way Too Much Ubuntu
 
Join Date: Feb 2008
Beans: 305
Re: How I fixed the broadcom STA wireless driver problem in 9.10

ProfGeek, I sent you a PM.
__________________
Kubuntu 10.04 - Intel cpu - Asus motherboard - Nvidia 7300 video card
pcdoctor is offline   Reply With Quote
Old November 15th, 2009   #19
DanH42
First Cup of Ubuntu
 
Join Date: May 2009
Beans: 3
Ubuntu 10.04 Lucid Lynx
Unhappy Re: How I fixed the broadcom STA wireless driver problem in 9.10

Using Netbook Remix 9.10 on an HP mini 1000, when I open Hardware Drivers, the list is empty ("No proprietary drivers are in use on this system"). Also, wired Ethernet doesn't work. Any clues?

EDIT: I used a USB network card to get the update, now everything works great. Thanks

Last edited by DanH42; November 16th, 2009 at 02:36 PM..
DanH42 is offline   Reply With Quote
Old November 16th, 2009   #20
pmenefee
5 Cups of Ubuntu
 
Join Date: Apr 2007
Beans: 34
Re: How I fixed the broadcom STA wireless driver problem in 9.10

Unfortunately my solution was to go back to 9.04. It works.
I have a desktop out in my workshop, and no way to connect except via wireless from my home network. After I upgraded to 9.10, I spent quite a bit of time trying to get a connection established, only to read on this forum that it just wasn't going to happen. I pulled out the 9.04 CD and installed. Wireless works just fine and I'm connected again.

This is a big deal for me and I really can't believe that a new version of Ubuntu would be released that just didn't connect. Come on guys, I know nothing is perfect, but surely wireless connectivity would be high on the list of things to double check before you release a new version. I bet we lost a lot of users with this one.
pmenefee is offline   Reply With Quote

Bookmarks

Tags
broadcom 9.10

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:54 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry