Ubuntu 12.04 fails to install broadcom STA drivers

Bug #989610 reported by Keyoyi
66
This bug affects 13 people
Affects Status Importance Assigned to Milestone
Jockey
Invalid
Undecided
Unassigned
Linux
Invalid
Undecided
Unassigned
jockey (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Jockey fails to properly install broadcom STA wireless drivers.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in jockey (Ubuntu):
status: New → Confirmed
Revision history for this message
Alexander Broshevich (vcosvic) wrote :

i confirm, extremely critical, without access to internet on main computer, help plese

Revision history for this message
steffen (steffen-b) wrote :

I had the same problem with my Broadcom Corporation BCM4312 802.11b/g LP-PHY : no wlan and the driver could not be installed with the ubuntu driver manager.

For me the following fixed my wlan problems:

sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source

sudo apt-get install b43-fwcutter firmware-b43-installer
or
sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer

restart your ubuntu after the installation, now your wlan should be working.

Hope this helped!

Revision history for this message
Janeth Gonzalez Arenas (janm-315) wrote :

I had this problem too, so this is the message: Check the log file for more details: / var / log / jockey.log
and i don't know what to do. for now I'm ussing DSL to connect internet

Revision history for this message
Peter McKay (peteramckay) wrote :

Had this issue after upgrading Ubuntu from v11.10 to 12.04 today on my MacBook. Steffen's suggested fix worked like a charm for me. Many thanks for posting!

Revision history for this message
Alfon (alfondelicado) wrote :

Steffen's response has repaired my problem.Thanks

Revision history for this message
Keyoyi (keyoyi) wrote :

Nice one Steffen.. Thanks...

Revision history for this message
davbran (tech-ax9l) wrote :

Quick work around while installing, disable wireless networks before installing.

Revision history for this message
jintermeister (jintermeister) wrote :

Had the same problem with Dell Inspiron E1405, Broadcom chip BCM4311, using Ubuntu Studio 12.04. Steffen's response repaired my issue.

Revision history for this message
doubi (doubi) wrote :

Same issue on TravelMate TM8372TG-5454G50Mnbb. Unfortunately Steffen's work-around didn't work for me.

I also tried following the instructions at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43_-_No_Internet_access but when I returned to Additional Drivers b43 didn't show up.

What did work was manually building and installing the Broadcom hybrid wireless driver available from here: http://www.broadcom.com/support/802.11/linux_sta.php

The README.txt is very clearly written. One caveat though: Running `make` I received a compiler error about 'ndo_set_multicast_list' not being a recognised field or something. An internet search turned up that all you have to do is change 'ndo_set_multicast_list' to 'ndo_set_rx_mode' in the code (src/wl/sys/wl_linux.c, line 388). It's really very easy and it compiles fine after this, and you can continue following the README to install your newly compiled kernel module.

One (more) caveat: it may be my imagination but it appears as if my signal strength is now *slightly* less than it was under 11.10. Perhaps it's the same though and something has just changed in the way it's reported, like what happened with an iOS update a while ago and got a lot of people upset.

Anyway, if anyone else can't get Steffen's method to work I this proves useful.

Revision history for this message
kiaikim (kiaikim) wrote :

I'm a newbie and don't get what I should put as the path on the broadcom readme file.

BUILD INSTRUCTIONS
------------------
1. Setup the directory by untarring the proper tarball:

For 32 bit: hybrid-portsrc.tar.gz
For 64 bit: hybrid-portsrc-x86_64.tar.gz

Example:
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc.tar or <path>/hybrid-portsrc-x86_64.tar.gz

Revision history for this message
doubi (doubi) wrote :

Hi kiaikim,

<path>/hybrid-portsrc.tar just means "the path to wherever you've saved hybrid-portsrc.tar". A common place you might have saved it from Firefox would be your ~/Downloads directory. So in that case it would be `tar -xvf ~/Downloads/hybrid-portsrc_x86_32-v5_100_82_112.tar.gz`. Hope that helps.

Revision history for this message
kiaikim (kiaikim) wrote :

This works: http://linuxforums.org.uk/index.php?topic=5842.msg39492#msg39492 except the last 2 steps are in the firmware directory, not modules.

Revision history for this message
kiaikim (kiaikim) wrote :

Thanks, Doubi,
It probably would have helped. Found this other fix though not too long after writing that message.
Thanks again!

Revision history for this message
Tom Seagrave (airasiasucks) wrote :

Steffen, perfect, been looking everywhere to solve my problem and your solution worked. Thanks, being a newbie I was about to give up and go back to Windows, time to explire now.

steffen (steffen-b) wrote on 2012-04-27: #3

I had the same problem with my Broadcom Corporation BCM4312 802.11b/g LP-PHY : no wlan and the driver could not be installed with the ubuntu driver manager.

For me the following fixed my wlan problems:

sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source

sudo apt-get install b43-fwcutter firmware-b43-installer
or
sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer

restart your ubuntu after the installation, now your wlan should be working.

Hope this helped!

Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

Steffen's does not work for me :S

Following the steps on: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#STA_-_Internet_access
activates the device until I reboot!!!

Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

Having rebooted & powered off several times it works now; sometimes it does others it does. I'll have to check it later when I reboot/shutdown.

Bob Merhebi (bobmerhebi)
no longer affects: jockey
Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

I have submitted a kernel bug & assigned it as show. This problem is also, on some systems, relavant to relevant: https://bugs.launchpad.net/linux/+bug/732677

Hope I did the righ thing!

Changed in linux:
importance: Unknown → Medium
status: Unknown → Confirmed
Revision history for this message
Adam Porter (alphapapa) wrote :

This may now be related to bug 1097519 and bug 923809. This should probably be closed now. Marking incomplete.

Changed in jockey (Ubuntu):
status: Confirmed → Incomplete
Changed in jockey:
status: New → Incomplete
Changed in jockey:
status: Incomplete → Confirmed
Revision history for this message
dino99 (9d9) wrote :

Jockey has been superseded by software-properties, which now handles
third-party driver configuration.

Changed in jockey (Ubuntu):
status: Incomplete → Invalid
Changed in jockey:
status: Confirmed → Invalid
Revision history for this message
dino99 (9d9) wrote :

Set 'invalid' by upstream

Changed in linux:
importance: Medium → Undecided
status: Confirmed → New
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.