Broadcom Device BCM43142 Wireless Driver for Ubuntu 14.04 LTS 64Bit Desktop not working out of box

Bug #1315265 reported by Sharath Ramanathan
72
This bug affects 15 people
Affects Status Importance Assigned to Milestone
network-manager (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

$ lsb_release -rd
Description: Ubuntu 14.04 LTS
Release: 14.04

$ apt-cache policy network-manager
network-manager:
  Installed: 0.9.8.8-0ubuntu7
  Candidate: 0.9.8.8-0ubuntu7
  Version table:
 *** 0.9.8.8-0ubuntu7 0
        500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

After installing Ubuntu 14.04 Desktop version 64 bit on my Dell Vostro 2520 Laptop, I expected the wirless card to automatically be detected and to be able to connect to any wireless network for seamless internet access.

However, the driver for wifi did not get automatically installed. I looked around for some information in the web and found a blog suggestion to run the following command for wifi to work:

$sudo apt-get install linux-headers-generic build-essential dkms

After running this command, I found the driver to show up in the right corner, but when I select a wifi network, I saw another error:

(1) Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/2' failed in libnm-glib.

I tried asking in the freenode ubuntu irc chatroom but did not get any solutions.

After trying out several suggestions from the chat room, nothing worked.

Workaround:
Finally, through nm-applet I clicked on "Edit Connections" and selected the wifi network I was trying to add. Then in the security settings, I typed the password for accessing the wifi and configured it.

When I unplugged my LAN and restarted wifi, it worked. Now I am able to access the wifi.

The forum member in Ubuntu chatroom suggested I file a bug:

To summarize the issue is, there is no inbuilt driver for Broadcom BCM43142 Network Controller.

Please help fix this in the next update. Let me know if you need any further information.

Thanks
Sharath

$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0c45:6473 Microdia
Bus 001 Device 003: ID 0a5c:21d7 Broadcom Corp. BCM43142 Bluetooth 4.0
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM75 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
07:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

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

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

Changed in network-manager (Ubuntu):
status: New → Confirmed
Revision history for this message
Denis (koshak83-deactivatedaccount) wrote :

Ubuntu 14.04 x64 Lenovo B590, broadcom bcm43142- Not work.

Revision history for this message
Stephen A. Goss (postfuturist) wrote :

After updating from 13.10 to 14.04 I get the same error attempting to connect for the first time to an encrypted wifi connection:

(1) Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/9' failed in libnm-glib.

This is my device:

02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 [Rainbow Peak] (rev 34)

Revision history for this message
epek (epek) wrote :

My lenovo E330 shows the same error behaviour as described by Stephen A. Goss.
Since updating from 13.10 to 14.04 I sporadically receive:
"(1) Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/7' failed in libnm-glib" on connecting to a radius /EAP-TTLS-authenticated network.
Side effect: the (previously saved) password vanishes from the settings dialog....

My wireless lan adapter is a:
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)

The error does not occur on another laptop with 14.04 and an ath9-based pccard.

Revision history for this message
Manu Cogolludo (makova) wrote :

My Lenovo G-580 Ubuntu 14:04

uname -a
Linux ssd 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)

My WiFi connects, but I don't have Internet. I have this error since Ubuntu 13.10, and without solution.

Huzaeni (julungpujut)
no longer affects: network-manager
Revision history for this message
Arpan Chakraborty (arpan-bts) wrote :

I am usu dell vosro 25520 ubuntu 14.04.
but my laptop blutooth driver does not working...

Revision history for this message
Ofer Cohen (oc666) wrote :

I've encountered the issue and to solve it I just run the next command:
# sudo rmmod b43 && sudo rmmod bcma && sudo rmmod wl && sudo modprobe wl && sudo modprobe lib80211_crypt_tkip

It seems that b43 or bcma are collisions to the wl module.

Revision history for this message
Ofer Cohen (oc666) wrote :

One fix to the command:
(sudo rmmod b43 ; sudo rmmod bcma ; sudo rmmod wl ; sudo modprobe wl ; sudo modprobe lib80211_crypt_tkip)

Revision history for this message
David Balažic (xerces8) wrote :

Ofer, is that a fix for the missing driver or the "Creating object for path" issue?

I also have the second problem on a 14.10 live system.

Probably a new bug should be opened for that issue.

There is some info (and workarounds) about it here: http://askubuntu.com/questions/469783/ubuntu-14-04-cant-connect-to-new-password-protected-wifi-network

Revision history for this message
Simon (csmtiger0617) wrote :
Revision history for this message
GBiradar (gbiradar) wrote :

Hi Guys,

i'm facing same issue with driver from past two month and i have not yet able to get my wifi driver working.

i have already link my question to these bug,

https://answers.launchpad.net/ubuntu/+question/295795

i'm doing workaround by using usb tethering now.

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.