Saturday, September 12, 2009

How to remove kernel module!!

The two major commands we would need are lsmod and rmmod.
lsmod lists all the kernel module.

and that rmmod directly deletes the kernel module. But more often the system gets stuck.. The best way is to grep for modules and rm -rf it.

find / -name   -print 

I got trouble with sk98lin ..network driver...

As I play more around modules.. the post will be updated.