0

New to Ubuntu. Trying to connect to wifi, can only connect on ethernet. Saw this post My wireless/WiFi connection does not work. What information is needed to diagnose the issue? which introduced me to this script download

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info &&
  chmod +x wireless-info &&
  ./wireless-info

and told me to post outputs to here. What do I need to do to fix this? Pastebin output: http://paste.ubuntu.com/24919052/

1 Answers1

0

You need to install bcmwl-kernel-source,

Do:

sudo apt install bcmwl-kernel-source

Reboot

Wild Man
  • 8,187
  • 4
  • 34
  • 44
  • I've run through this tutorial, https://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers and still can't see any of my wireless network options. I'm on the Broadcom Wireless Card 14e4:432b] (rev 01); I've tried updating my packages and PCI.IDs, removing and reinstalling my bcwml-kernel-source driver and rebooting, nothing seems to be working. Who do I ask for help? – cryptograthor Jun 27 '17 at 22:31