I'm trying to get a kernel module to load at boot.
If I run insmod /path/to/module.ko
, it works fine. But this has to be repeated every time I reboot.
If I run modprobe /path/to/module.ko
, it can't find the module.
I know modprobe uses a configuration file, but I can't get it to load the module even after adding /path/to/module.ko to /etc/modules.
What is the proper configuration?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…