Pages

Friday, May 22, 2015

load default modules linux

load default modules linux

How shall we load linux modules on booting of a Linux System .

Say I want the e1000e module to be loaded by default ,

vi /etc/modules.conf 

Append

ide-cd
ide-core
cdrom

 
e1000e

Save the file and exit

Solution:
http://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

No comments:

Post a Comment