1 <!doctype refentry PUBLIC
"-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY debian
"<productname>Debian GNU/Linux</productname>">
3 <!ENTITY docbook
"<productname>DocBook</productname>">
4 <!ENTITY sgml
"<abbrev>SGML</abbrev>">
7 <!-- Stolen from manual page for docbook-to-man, DocBook source file
8 (C) 1999 W. Borgert debacle@debian.org
10 $Id: docbook-to-man.sgml,v 1.8 2002/04/27 15:28:02 debacle Exp $ -->
15 <email>jcm@jonmasters.org
</email>
18 <firstname>Jon
</firstname>
19 <surname>Masters
</surname>
21 <date>2010-
03-
01</date>
24 <refentrytitle>insmod
</refentrytitle>
25 <manvolnum>8</manvolnum>
28 <refname>insmod
</refname> <refpurpose>simple program to insert a module into the Linux Kernel
</refpurpose>
32 <command>insmod
</command>
33 <arg><replaceable>filename
</replaceable></arg>
34 <arg rep='repeat'
><replaceable>module options
</replaceable></arg>
38 <title>DESCRIPTION
</title>
40 <para><command>insmod
</command> is a trivial program to insert a
41 module into the kernel: if the
42 <replaceable>filename
</replaceable> is a hyphen, the module is
43 taken from standard input. Most users will want to use
44 <citerefentry><refentrytitle>modprobe
</refentrytitle>
45 <manvolnum>8</manvolnum> </citerefentry> instead, which is
46 more clever and can handle module dependencies.
</para>
48 <para>Only the most general of error messages are reported: as the
49 work of trying to link the module is now done inside the kernel,
50 the
<command>dmesg
</command> usually gives more information
54 <title>COPYRIGHT
</title>
56 This manual page originally Copyright
2002, Rusty Russell, IBM
57 Corporation. Maintained by Jon Masters and others.
61 <title>SEE ALSO
</title>
64 <refentrytitle>modprobe
</refentrytitle><manvolnum>8</manvolnum>
67 <refentrytitle>rmmod
</refentrytitle><manvolnum>8</manvolnum>
70 <refentrytitle>lsmod
</refentrytitle><manvolnum>8</manvolnum>
73 <refentrytitle>modinfo
</refentrytitle><manvolnum>8</manvolnum>
79 <!-- Keep this comment at the end of the file
84 sgml-minimize-attributes:nil
85 sgml-always-quote-attributes:t
88 sgml-parent-document:nil
89 sgml-default-dtd-file:nil
91 sgml-local-catalogs:nil
92 sgml-local-ecat-files:nil