10

I have installed Ubuntu 14.04 LTS on my laptop.

Under the networking menu at the top, it is not showing any WiFi options.

How can I get Wifi working in Ubuntu 14.04 LTS?

I have a Broadcom BCM4311 WLAN card.

Braiam
  • 67,791
  • 32
  • 179
  • 269
user3551525
  • 121
  • 1
  • 1
  • 7

4 Answers4

15

For Broadcom BCM4311,

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

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

See here https://help.ubuntu.com/community/BroadcomSTA(Wireless)

Harsh Vakharia
  • 349
  • 2
  • 6
  • That worked like a charm :) – user3551525 Apr 23 '14 at 08:09
  • My son's laptop finally worked with this. – Juanin Jul 22 '14 at 11:46
  • When the WiFi stopped working for some reason reinstalling the b43 packages did the trick for me: sudo apt-get install --reinstall b43-fwcutter firmware-b43-installer. – rkallensee Dec 05 '14 at 23:20
  • didn't work for me... bcm4311 on 14.04, still cant connect to wifi network – gap May 31 '15 at 00:24
  • it showing me firmware-b43-installer is already the newest version. but still not showing WiFi option. I'm using 14.04 version. ANy suggestion? – CoDe Jan 19 '16 at 06:31
  • wordked in ubuntu 14.04.03 in pavilion dm1 br version, thanks – h3nr1ke Feb 13 '16 at 20:21
  • I have BCM4360 on Ubuntu 14.04 and firmware-b43-installer stopped me from even being able to connect to ethernet. I needed to remove it (via synaptic package manager) to connect to ethernet again. Install with care! – jaryaman Feb 24 '18 at 10:38
2

you can go to

settings> Software and updates > additional drivers

you can get most of wireless/Graphics drivers. You can install any 3rd party driver software you require. Hope that helps!

  • 1
    this helped. open source driver was choosen, but this only works with proprietary. after choosing proprietary driver in this dialog, wifi worked again. thanks – emirc Aug 16 '14 at 22:22
1

If you're using a Broadcom (BCM43xx) wireless network card like me, this might help.

I connected the laptop using a cable and ran:

sudo apt-get install firmware-b43-installer   

to install the driver and then rebooted.

(It would be helpful to add your network card to the question.)

Seth
  • 58,122
user3371321
  • 191
  • 1
  • 7
0

Maybe you faced a problem like me Network indicator disappeared.

A solution that works for me is here:

http://www.webupd8.org/2014/04/fix-lubuntu-1404-network-manager.html

Simply speaking, try nm-applet at first, if you take back WiFi indicator, then add nm-applet to Default applications for LXSession.

scozv
  • 480
  • 2
  • 5
  • 11