> > On Wed, Apr 21, 2004 at 12:31:38PM -0300, Derek Broughton wrote: > > > Does anybody know why some modules in /etc/modules appear > > to be ignored? > > > Doh. Rule #1, look at the script. /etc/init.d/modutils still looks for /proc/ksyms and a quick google suggests that it's probably correctly named /proc/kallsyms under kernel 2.6. Commented out that line, and the modules were loaded as required. -- derek