Log Errors
Brian Witowski
brianw
Mon May 17 11:28:37 PDT 2004
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
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
Mar 16 10:06:21 server insmod:
/lib/modules//2.4.2/kernel/drivers/scsi/scsi_mod.o: insmod block-major-8
failed
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
Mar 18 09:41:02 server insmod:
/lib/modules//2.4.2/kernel/drivers/char/rtc.o: insmod char-major-10-135
failed
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.
Thanks,
Brian
----------------------------
keep
#alias usb-0000.0000.01.00.00 audio.o
alias usb-0000.0000.03.01.00 mouse.o
alias tap0 ethertap
options tap0 -o tap0 unit=0
alias tap1 ethertap
options tap1 -o tap1 unit=1
alias char-major-108 ppp_generic
alias tty-ldisc-3 ppp_async
#alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
alias parport_lowlevel parport_pc
# If you have multiple parallel ports, specify them this way:
# options parport_pc io=0x378,0x278 irq=none,none
#alias char-major-107 3dfx
#alias char-major-195 NVdriver
# bttv:
#post-install bttv modprobe tuner; modprobe msp3400 ;
#modprobe saa5249
# irda:
#alias tty-ldisc-11 irtty
#alias char-major-60 ircomm_tty
# I810 graphics:
alias char-major-10-175 agpgart
# consider disabling this if you have less than 32MB of memory
# options sound dmabuf=1
---------------------------------------
More information about the Linux-users
mailing list