Tagged Questions
7
votes
2answers
6k views
How do I configure modprobe to find my module?
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 ...
0
votes
1answer
21 views
insmod from external media during boot
I am trying to insmod a kernel module on a external media via initramfs scripts during boot process.
I want to know if after insmod the media should remain available to system or system temporarily ...