For more information on kernel modules and their utilities, refer to the following resources.
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/src/linux-2.4/Documentation/modules.txt — how to compile and use kernel modules. This file is part of the kernel-source package.
http://www.redhat.com/mirrors/LDP/HOWTO/Module-HOWTO/index.html — Linux Loadable Kernel Module HOWTO from the Linux Documentation Project.