File: modules.5

package info (click to toggle)
kmod 26-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,784 kB
  • sloc: ansic: 15,682; xml: 1,879; makefile: 617; sh: 303; python: 7
file content (25 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH MODULES 5 "Version 1.2" "Debian GNU/Linux"
.SH NAME
/etc/modules - kernel modules to load at boot time
.SH DESCRIPTION
.PP
The
.B /etc/modules
file contains the names of kernel modules that are to be loaded at boot
time, one per line. Arguments can be given in the same line as the module
name. Lines beginning with a '#' are ignored.
.SH "EXAMPLE"
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that
    # should be loaded at boot time, one per line. Lines
    # beginning with "#" are ignored.

    w83781d

    3c509 irq=15
    nf_nat_ftp
.SH "SEE ALSO"
.BR depmod (8)
.BR modprobe (8)
.BR modprobe.conf (5)