Product SiteDocumentation Site

29.6. Additional Resources

For more information on kernel modules and their utilities, refer to the following resources.
man pages
lsmod, modprobe, mmod, modinfo — Refer to the man pages for these commands to learn how to display module information and manipulate modules.
kernel-doc package documentation
For in-depth documentation on the Fedora kernel, kernel modules and their parameters, install the kernel-doc package:
~]# yum install kernel-doc

This package installs documentation under /usr/share/doc/kernel-doc-<kernel_version>/Documentation.
Linux Loadable Kernel Module HOWTO
http://tldp.org/HOWTO/Module-HOWTO/ — The Linux Loadable Kernel Module HOWTO from the Linux Documentation Project.