You are not logged in.

#1 2004-04-21 21:48:35

dk
Member
Registered: 2004-04-20
Posts: 106

Adding modules to /etc/modprobe.conf or /etc/rc.conf

What is the difference between adding a module in /etc/modprobe.conf
or adding it to MODULES in /etc/rc.conf?

Offline

#2 2004-04-21 22:27:16

Xpop
Member
Registered: 2004-03-16
Posts: 18

Re: Adding modules to /etc/modprobe.conf or /etc/rc.conf

I dont think there is any different, its just a matter off when they get executed...but I think the arch way is in rc.conf......But im a newbi wink

Offline

#3 2004-04-22 02:13:13

linfocito
Member
From: Gurupi - TO, Brasil
Registered: 2003-05-18
Posts: 82

Re: Adding modules to /etc/modprobe.conf or /etc/rc.conf

Adding a module to rc.conf will make it loaded every time you boot.
Adding one to modprobe.conf allow you to load the module just when it is necessary.

e.g.:

MODULES=(sis900) #will load my ethernet module in every boot.

alias eth0 sis900 #in modprobe.conf will autoload my ethernet module when some process try to use eth0.


"...archoholism is a hard disease to cure..."
Archlinux Brasil

Offline

Board footer

Powered by FluxBB