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,327