No computer background, recently booted ubuntu from a new desktop that did not have an OS installed. Would like someone's help on how to I can setup a wifi connection to the home internet...
Asked
Active
Viewed 61 times
lspci | grep -i wireless
Ubuntu 16.04 has a lot of drivers already in its repository. If your computer is new, I would expect no additional drivers are necessary. – Nov 10 '17 at 00:17sudo apt-get install --reinstall bcmwl-kernel-source
andsudo modprobe wl
. – darksky Nov 10 '17 at 00:55sudo apt-get update
and then:sudo apt-get install bcmwl-kernel-source
and then reboot. – chili555 Nov 10 '17 at 03:13