2002-02-06 23:15:46 +00:00
|
|
|
<sect2><title>Contents of modutils-&modutils-contversion;</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Program Files</title>
|
|
|
|
<para>depmod, genksyms, insmod, insmod_ksymoops_clean, kallsyms (link to
|
|
|
|
insmod), kernelversion, ksyms, lsmod (link to insmod),
|
|
|
|
modinfo, modprobe (link to insmod) and rmmod</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Descriptions</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>depmod</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>depmod handles dependency descriptions for loadable
|
2002-02-06 23:15:46 +00:00
|
|
|
kernel modules.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>genksyms</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>genksyms reads (on standard input) the output from gcc -E source.c
|
2002-02-06 23:15:46 +00:00
|
|
|
and generates a file containing version information.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>insmod</title>
|
|
|
|
<para>insmod installs a loadable module in the running kernel.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>insmod_ksymoops_clean</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>insmod_ksymoops_clean deletes saved ksyms and modules not accessed in
|
2002-02-06 23:15:46 +00:00
|
|
|
2 days.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>kallsyms</title>
|
|
|
|
<para>kallsyms extracts all kernel symbols for debugging.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>kernelversion</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>kernelversion reports the major version of the
|
2002-02-06 23:15:46 +00:00
|
|
|
running kernel.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>ksyms</title>
|
|
|
|
<para>ksyms displays exported kernel symbols.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>lsmod</title>
|
|
|
|
<para>lsmod shows information about all loaded modules.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>modinfo</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>modinfo examines an object file associated with a kernel module and
|
2002-02-06 23:15:46 +00:00
|
|
|
displays any information that it can glean.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>modprobe</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Modprobe uses a Makefile-like dependency file, created by depmod,
|
2001-01-24 00:31:17 +00:00
|
|
|
to automatically load the relevant module(s) from the set of modules
|
2002-02-06 23:15:46 +00:00
|
|
|
available in predefined directory trees.</para></sect4>
|
|
|
|
|
|
|
|
<sect4><title>rmmod</title>
|
|
|
|
<para>rmmod unloads loadable modules from the running kernel.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
</sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|