Additional Resources
For more information on kernel modules and their utilities, refer to the following resources.
[9] A driver is software which enables Linux to use a particular hardware device. Without a driver, the kernel cannot communicate with attached devices.Installed Documentation
lsmod man page - description and explanation of its output.
insmod man page - description and list of command line options.
modprobe man page - description and list of command line options.
rmmod man page - description and list of command line options.
modinfo man page - description and list of command line options.
/usr/share/doc/kernel-doc- - how to compile and use kernel modules. Note you must have the <version>/Documentation/kbuild/modules.txtkernel-doc package installed to read this file.Useful Websites