You are not logged in.
What is the difference between adding a module in /etc/modprobe.conf
or adding it to MODULES in /etc/rc.conf?
Offline
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
Offline
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