Hi, Graham!
I have the similar problem which I cured by modifying /etc/init.d/modutils
to allow calculation of module dependencies first.
( I do not no much about this mechanism, but why it's not a default behaviour?
Just wondering....)
Here:
#
# If you want to re-calculate the dependencies everytime you boot
# remove the if from the following statement:
#
# AK 12/23/97 if [ \! -r /lib/modules/`uname -r`/modules.dep ]
# AK 12/23/97 then
echo -n "Calculating module dependencies... "
depmod -a > /dev/null
echo "done."
# AK 12/23/97 fi
Hi all,
>
> Just a quicky, I have just compiled sound support (as a module) into my kernel
> and want to load the sound module everytime I boot, I places 'sound' in the
> /etc/modules files , where all the other modules are listed i.e. vfat, ne etc
> but when I boot it says it can't find the module sound. 'insmod sound' works
> fine, so what hive i done wrong?
>
> Regards
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]