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
We will get the error
This is because, we don't have to add the ".ko" extension while using modprobe.
Thus this will work
you have to copy the module to /lib/modules/uname -r
ReplyDeletethen run dempod -a if u got dependencies to manage
then run modprobe module
it should work
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.
DeleteYes. I am also facing the same problem.
DeleteWas the solution mentioned helpful ?
DeleteGreat post.
ReplyDeletehttps://pastebin.com/u/GregoryScott