SBDavid
Jun 8th, 2010
Jun 8th, 2010
The /etc/modules.conf file
The /etc/modules.conf file
modules.conf - configuration file for loading kernel modules
The configuration file consists of a set of lines.
All empty lines, and all text on a line after a ‘#’, will be ignored.
Lines may be continued by ending the line with a ‘\’.
Example:
alias eth0 e1000
Driver for the Intel/Pro 1000 Network card which uses the e1000 driver.
The /etc/modules.conf file should only be modified if the system requires a driver that will be loaded during the boot sequence. The behavior of modprobe(8) (and depmod(8) ) can be modified by the (optional) configuration file /etc/modules.conf.