Cory Asked: 2012-05-11 18:49:03 +0800 CST2012-05-11 18:49:03 +0800 CST 2012-05-11 18:49:03 +0800 CST How do I make modprobe permanent? 772 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? drivers modprobe 1 Answers Voted Manula Waidyanatha 2012-05-11T18:51:12+08:002012-05-11T18:51:12+08:00 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
Add b43 to /etc/modules file. It should work (You can add it by running the following command)