I carry a live 16.04 USB drive around to use on various computers, and I am trying to use it on a machine that requires the Broadcom STA driver for the Wi-Fi card.
However, since it's a live USB, rebooting after using Ethernet to install the driver... well I think you can see the problem there :)
So, how can I load the Broadcom STA driver without rebooting?
sudo modprobe -r b43
and then:sudo modprobe -r bcma
and then:sudo modprobe wl
? I wonder if all the wrong drivers that are blacklisted by bcmwl-kernel-source are already loaded before you install it. – chili555 Nov 01 '16 at 20:09modprobe: ERROR: could not insert 'wl': Required key not available
– You'reAGitForNotUsingGit Nov 01 '16 at 20:11