How do I make modprobe permanent?

Solution 1:

Add b43 to /etc/modules file. It should work (You can add it by running the following command)

echo b43 | sudo tee -a /etc/modules