106 lines
2.3 KiB
HTML
106 lines
2.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of INSMOD</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>INSMOD</H1>
|
|
Section: insmod (8)<BR>Updated: 03/12/2020<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
insmod - Simple program to insert a module into the Linux Kernel
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<B>insmod</B> [<I>filename</I>] [<I>module options</I>...]
|
|
</DL>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
<B>insmod</B>
|
|
<DD>is a trivial program to insert a module into the kernel. Most users will want to use
|
|
<B><A HREF="/cgi-bin/man/man2html?8+modprobe">modprobe</A></B>(8)
|
|
instead, which is more clever and can handle module dependencies.
|
|
<P>
|
|
|
|
Only the most general of error messages are reported: as the work of trying to link the module is now done inside the kernel, the
|
|
<B>dmesg</B>
|
|
usually gives more information about errors.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
<P>
|
|
|
|
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<P>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+modprobe">modprobe</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+rmmod">rmmod</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+lsmod">lsmod</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+modinfo">modinfo</A></B>(8)
|
|
<B><A HREF="/cgi-bin/man/man2html?8+depmod">depmod</A></B>(8)
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
<P>
|
|
|
|
<B>Jon Masters</B> <<A HREF="mailto:jcm@jonmasters.org">jcm@jonmasters.org</A>>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
Developer
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>Lucas De Marchi</B> <<A HREF="mailto:lucas.de.marchi@gmail.com">lucas.de.marchi@gmail.com</A>>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Developer
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="5"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="6"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="7"><A HREF="#lbAE">COPYRIGHT</A><DD>
|
|
<DT id="8"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="9"><A HREF="#lbAG">AUTHORS</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:12 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|