1INSMOD(8) insmod INSMOD(8)
2
3
4
6 insmod - Simple program to insert a module into the Linux Kernel
7
9 insmod [filename] [module options...]
10
12 insmod is a trivial program to insert a module into the kernel. Most
13 users will want to use modprobe(8) instead, which is more clever and
14 can handle module dependencies.
15
16 Only the most general of error messages are reported: as the work of
17 trying to link the module is now done inside the kernel, the dmesg
18 usually gives more information about errors.
19
21 This manual page originally Copyright 2002, Rusty Russell, IBM
22 Corporation. Maintained by Jon Masters and others.
23
25 modprobe(8), rmmod(8), lsmod(8), modinfo(8) depmod(8)
26
28 Jon Masters <jcm@jonmasters.org>
29 Developer
30
31 Lucas De Marchi <lucas.de.marchi@gmail.com>
32 Developer
33
34
35
36kmod 01/08/2018 INSMOD(8)