-1

How to do it? I need to type modprobe b43 every time i turn on my old laptop, it's a bit annoying. I tried adding b43 to /etc/modules but that does not work. b43 isn't blacklisted on my blacklist.conf.

1 Answers1

2

Most likely b43 is blacklisted in another file /etc/modprobe.d/blacklist-bcm43.conf.

Run sudo apt purge bcmwl-kernel-source and it should be removed.

Pilot6
  • 92,041