.\" Generated by scdoc 1.11.3 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "INSMOD" "8" "2024-08-26" "kmod" "insmod" .PP .SH NAME .PP insmod - Simple program to insert a module into the Linux Kernel .PP .SH SYNOPSIS .PP \fBinsmod\fR [\fIfilename\fR] [\fImodule options\fR.\&.\&.\&] .PP .SH DESCRIPTION .PP \fBinsmod\fR is a trivial program to insert a module into the kernel.\& Most users will want to use\fB modprobe\fR(8) instead, which is more clever and can handle module dependencies.\& .PP 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 \fBdmesg\fR usually gives more information about errors.\& .PP .SH COPYRIGHT .PP This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.\& .PP .SH SEE ALSO .PP \fBmodprobe\fR(8), \fBrmmod\fR(8), \fBlsmod\fR(8), \fBmodinfo\fR(8) \fBdepmod\fR(8) .PP .SH AUTHORS .PP Numerous contributions have come from the linux-modules mailing list and Github.\& If you have a clone of kmod.\&git itself, the output of \fBgit-shortlog\fR(1) and \fBgit-blame\fR(1) can show you the authors for specific parts of the project.\& .PP \fBLucas De Marchi\fR is the current maintainer of the project.\&