1

It is Broadcom BCM4352. The id is 14e4:43b1. I could not get it work with opensource driver described in https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx. And Broadcom driver cannot be compiled in 3.16+.... The system is Trusty.

Magicloud
  • 458

2 Answers2

1

On my 3.16.0-xx system, the module builds and loads with:

sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe wl

I haven't the device, so I can test no further. Please let us know.

chili555
  • 60,188
  • Sorry this took long. I got a "kernel not supported" error on 3.16.7.... – Magicloud Feb 18 '15 at 02:11
  • What is your exact kernel? From the terminal: uname -r Thanks. – chili555 Feb 18 '15 at 02:54
  • First of all, bmcwl-kernel-source works with the 3.13 kernel coming with Trusty. But after that, 3.15.10, 3.16.7, 3.17.8 (from http://kernel.ubuntu.com/~kernel-ppa/mainline/), none is compile-able. – Magicloud Feb 18 '15 at 03:34
  • Just found the version in Utopic has added support of 3.18. Let me try. – Magicloud Feb 18 '15 at 03:48
  • Are you trying to compile source code or install the .deb in the Ubuntu repositories? The latter installs without error or even a single warning for me on the stock 3.16.0-30-generic linux-image. – chili555 Feb 18 '15 at 13:42
  • 1
    Finally get it working. The driver in trusty-proposed repos is patched for 3.16+ kernel. Maybe you have enabled that so you did not get any trouble? – Magicloud Feb 18 '15 at 15:21
  • I did nothing extraordinary; just apt-get. If my answer was helpful, please accept it. – chili555 Feb 18 '15 at 15:42
1

If somebody else has this problem.

I tried installing the .deb a couple of times and got the driver in the "additional drivers" section in settings. But when I clicked on the "Network" tab I still got "no network devices available".

What worked for me was to download the latest (not release) version of bcmwl-kernel-source: https://launchpad.net/ubuntu/trusty/amd64/bcmwl-kernel-source/6.30.223.248+bdcom-0ubuntu0.1

I just upgraded to that and now it's working.