Quantcast
Channel: Active questions tagged linux-kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 12244

How to remove linux external kernel module which is installed with "make modules_install" command?

$
0
0

I found that, I can install an externel linux kernel module with "make modules && make modules_install" command, which will copy the *.ko file (such as test.ko) into /lib/modules/ directory.

But when I try to uninstall (not unload) the kernel module, I found that there is no command like "make modules_uninstall" to do that.I tried to remote the .ko file in /lib/modules/ directory, but the module's information still can be found with "modinfo test" command. So, the module's infomation is still remain in the system.

Is there a way to totally uninstall the external kernel module from the system?Thanks!


Viewing all articles
Browse latest Browse all 12244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>