6

On my friend's Ubuntu 12.10 (Unity) laptop, there is no longer an option to connect to a wireless network. It used to work. He doesn't know what caused it to go away, but does anyone know how to get it back?

More info:

  • See the screenshots below
  • No wlan things show up when you run iwconfig
  • Laptop is HP ProBook 6550b

enter image description here Network Settings

Ian Hincks
  • 2,811

1 Answers1

3

Your laptop model appears to have a Broadcom wireless chipset.

open terminal and type what is shown below

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

then type

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

Restart your computer after the command is completed and your wireless will start to work :D

David Foerster
  • 36,264
  • 56
  • 94
  • 147