LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make modprobe persistent after reboot (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-modprobe-persistent-after-reboot-4175433771/)

dmz1213 10-23-2012 11:06 PM

How to make modprobe persistent after reboot
 
Hello:
I did # modprobe dm_crypt on a CentOS 6 VM. After reboot, # lsmod does not show this module anymore.
HOw do i make the update persistent across reboot ?
Thanks.
W.

bathory 10-24-2012 02:06 AM

Hi,

Have a look here

Cheers

dmz1213 10-24-2012 07:24 PM

I create file /etc/sysconfig/modules/dm_crypt.modules to execute command # mod_probe dm_crypt.

gdpearman 02-13-2018 09:55 AM

b43 KNOPPIX 8.1
 
For my future self who keeps forgetting the trouble Broadcom has w/ linux. This time I placed the b43 module in /etc/modules to persist.
bcm4311 wlan chip
firmware-b43-installer
b43-cutter
modprobe b43
sudo gedit /etc/modules
what a pain in the program every time.
good luck to others


All times are GMT -5. The time now is 09:22 PM.