Difference between revisions of "Ubuntu:Kernel module"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 12:47, 10 February 2014
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
e1000eUpdate the kernel:
sudo update-initramfs -u