--- Brian Witowski <[EMAIL PROTECTED]> wrote: > Hello, > > I am getting the following errors in my logs. As near as I can tell, > I > didn't have these until I upgraded to the latest modutils module: > > Mar 16 10:06:21 server modprobe: modprobe: Can't locate module > block-major-33 > Mar 16 10:06:21 server modprobe: modprobe: Can't locate module > block-major-33
That's the 3rd IDE channel (hde/hdf). Do you have 3 IDE channels? > Mar 16 10:06:21 server modprobe: modprobe: Can't locate module > block-major-34 > Mar 16 10:06:21 server modprobe: modprobe: Can't locate module > block-major-34 That's the 4th IDE channel. Sounds like you built something into the kernel that you shouldn't have. > Mar 16 10:06:21 server insmod: > /lib/modules//2.4.2/kernel/drivers/scsi/scsi_mod.o: insmod > block-major-8 > failed Those are SCSI drives (sda etc). > Mar 16 10:06:22 server last message repeated 15 times > Mar 16 20:34:17 server insmod: > /lib/modules//2.4.2/kernel/drivers/sound/soundcore.o: insmod > char-major-14 > failed Sound devices (/dev/mixer etc) > Mar 18 09:41:02 server insmod: > /lib/modules//2.4.2/kernel/drivers/char/rtc.o: insmod > char-major-10-135 > failed /dev/rtc - Real time clock support, which you didn't built properly, i'm guessing. > > These are not necessarily in sequence. Here is my modules.conf file: > Note that I don't use sound nor SCSI. I would like to remedy these > errors. Considering how about 50% of the lines are commented out, why don't you remove them altogether? Also, just because you don't use sound or SCSI, doesn't mean that you didn't say Y to stuff that requires them in the kernel config. ===== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lonni J. Friedman [EMAIL PROTECTED] Linux Step-by-step help: http://netllama.ipfox.com . __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
