20

For my wireless adapter (inside my computer) to enable it, I run modprobe b43 and that turns it on. But, when I reboot it goes back to no device. So, how do I make this totally permanent?

jokerdino
  • 41,000
  • 24
  • 132
  • 201
Cory
  • 201
  • 1
  • 2
  • 3

1 Answers1

23

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
Miguel Mota
  • 103
  • 5
Manula Waidyanatha
  • 8,465
  • 1
  • 21
  • 20