A good link for beginners is:
http://bobpeers.com/linux/kernel_compiling.php
Monday, September 21, 2009
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.
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
I got trouble with sk98lin ..network driver...
As I play more around modules.. the post will be updated.
Subscribe to:
Posts (Atom)