Ubuntu:Kernel module

From Define Wiki
Revision as of 12:47, 10 February 2014 by Michael (talk | contribs) (Created page with "== Auto Load a Kernel Module == Add to the module name to the list in /etc/modules: <syntaxhighlight> # /etc/modules: kernel modules to load at boot time. # # This file contains the na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Load a Kernel Module

Add to the module name to the list in /etc/modules:

# /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.

loop
lp
rtc
e1000e

Update the kernel:

sudo update-initramfs -u