3

Using this answer Installing Broadcom Wireless Drivers I was able to get my Broadcom 4311 working in 16.04. However, I have to open the terminal and enter "sudo modprobe b43" every time I restart or it doesn't find any wifi sources. Where could I put this line to make it automatically run on startup?

Thanks in advance for helping a newbie.

cfken53
  • 31

1 Answers1

1

Please try:

sudo rm /etc/modprobe.d/blacklist-bcm43.conf 

Reboot and tell us if the wireless is working.

chili555
  • 60,188