View Single Post
Old July 16th, 2007   #5
barbex
5 Cups of Ubuntu
 
Join Date: Jan 2006
Location: Germany
Beans: 23
Hardy Heron (Ubuntu Development)
Smile Re: Control module load order?

I found a solution for my problem recently. Apparently the order in which the modules are written in "etc/modules" is already the load order but udev keeps shuffling them around.
Now the "good" solution would be udev rules (very confusing for a newb!), the easy solution is to block udev from grabbing the modules by blacklisting them. Just append them to modprobe.d/blacklist and the modules will get loaded in the order of etc/modules.
Problem solved.
barbex is offline   Reply With Quote