Click to See Complete Forum and Search --> : Help with SCSI CDROM's....


otheos
10-04-2001, 04:05 AM
I have installed RH7.1 and all went fine. However as soon as I boot, if there are no disc in the three CDROMs hooked on the Tekram U3W card, I get terrible verbose from the kernel log:


Oct 4 08:43:58 zeus kernel: sym53c1010-1-<2,0>: sync msgout: 1-3-1-c-1e.
Oct 4 08:43:58 zeus kernel: sym53c1010-1-<2,0>: sync msg in: 1-3-1-c-f.
Oct 4 08:43:58 zeus kernel: sym53c1010-1-<2,0>: sync: per=12 scntl3=0x30 scntl4=0x0 ofs=15 fak=0 chg=0.
Oct 4 08:44:00 zeus kernel: sym53c1010-1-<2,0>: sync msgout: 1-3-1-c-1e.
Oct 4 08:44:00 zeus kernel: sym53c1010-1-<2,0>: sync msg in: 1-3-1-c-f.
Oct 4 08:44:00 zeus kernel: sym53c1010-1-<2,0>: sync: per=12 scntl3=0x30 scntl4=0x0 ofs=15 fak=0 chg=0.
Oct 4 08:44:02 zeus kernel: sym53c1010-1-<2,0>: sync msgout: 1-3-1-c-1e.


And that's just for one of them. If I leave the drives without a disc I get a full /var/log/messages file in less than 5 hours!!

How can I stop this (other than having always a disc in the drives)? It gets worse, cause if I put a blank in the burner it goes crazy (cdrecord wokrs ok though).

Thank you for your time.

bdg1983
10-04-2001, 05:31 AM
This is just a guess, but perhaps scsi logging is enabled in the kernel and you may have to recompile the kernel to turn it off. Or there could be a command you can execute to disable scsi logging.

Perhaps there's documentation included with the kernel source on this.

#
# SCSI support
#
CONFIG_SCSI=m

#
# SCSI support type (disk, tape, CD-ROM)
#
# CONFIG_BLK_DEV_SD is not set
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_SR_EXTRA_DEVS=8
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set ** MAYBE THIS IS SET **

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_DEBUG is not set