1

I have a HP Pavillion dv6000 with Ubuntu 14.04 LTS and a Broadcom wireless card (BCM4312).

My Ethernet connection is fine. But when the wifi is turned on, it will stay connected for a short time and then disconnect and reconnect again. The wireless card is supposed to use the b43 driver, but it still does not hold the connection.

How can I fix my WiFi problem?

The output from the diagnostic script: http://paste.ubuntu.com/10988134/

guntbert
  • 13,475

1 Answers1

1

Please do:

sudo apt-get purge bcmwl-kernel-source

the above command will remove the wl driver that is the wrong driver for your device. The next command installs the b43 driver that your device needs.

sudo apt-get install firmware-b43-installer

Reboot

Go into network manager and remove wireless connections then reboot and set the settings to match the screenshots.DNS SETTINGSIPV6 SETTINGS

Also reboot your router.

Wild Man
  • 8,327