0

I went around Google and looked on YouTube for some videos, but for whatever reason, nothing worked. I tried going into "Additional drivers" and switching the driver that way, but nothing actually changes. It just stays stuck either applying the changes or nothing happens.

I currently have an ether net connection set up temporarily, so I am able to access the web. However, I want this fixed as soon as possible.

Any help greatly appreciated.

02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
 Subsystem: Hewlett-Packard Company U98Z049.00 Wireless Mini PCIe Card [103c:1507]
 Kernel driver in use: b43-pci-bridge

Update: The output to lspci -knn | grep Net -A2; rfkill list

02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
    Subsystem: Hewlett-Packard Company U98Z049.00 Wireless Mini PCIe Card [103c:1507]
    Kernel driver in use: b43-pci-bridge
0: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
Pilot6
  • 90,100
  • 91
  • 213
  • 324

1 Answers1

0

Short answer.

Go to System Settings -> Software & Updates.

Make sure that main, universe, multiverse and restricted repositories are checked.

Then remove DVD disks as software sources, then

run in terminal

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

and reboot.

It looks like you used some daily build to install the system, not the final release. But that does not matter much if you do all the previous actions.

Pilot6
  • 90,100
  • 91
  • 213
  • 324