How do I configure modprobe to find my module?

后端 未结 3 1961
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 13:40

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.<

3条回答
  •  时光说笑
    2020-12-12 14:06

    I think the key is to copy the module to the standard paths.

    Once that is done, modprobe only accepts the module name, so leave off the path and ".ko" extension.

提交回复
热议问题