Linux Kernel Driver Commands

Get a listing of all modules currently loaded:

lsmod

Get a mapping of which hardware is using which driver:

lpci -v

also

lshw

Get the version and other info of a module:

modinfo <module>

Load a module (and its dependencies):

modprobe -v <module>

Unload a module (and its dependencies):

modprobe -r <module>


Linux

52 Words

2010-12-25 10:34 +0000