Search

modprobe: FATAL: Module module.ko not found.

If we insert a module, say module.ko, using modprobe as below



We will get the error



This is because, we don't have to add the ".ko" extension while using modprobe.
Thus this will work


5 comments:

  1. you have to copy the module to /lib/modules/uname -r

    then run dempod -a if u got dependencies to manage

    then run modprobe module

    it should work

    ReplyDelete
    Replies
    1. Thanks for the feeback, yes that is the basic step, but even after doing that if you use ".ko" with the command modprobe like we doe for insmod it will throw the above mentioned error, That is what this post its trying to clarify.

      Delete
    2. Yes. I am also facing the same problem.

      Delete
    3. Was the solution mentioned helpful ?

      Delete