Sorry, should have hit "reply-all"
Dave Price wrote:
On Fri, Feb 15, 2002 at 10:34:37PM -0500, James Hughes wrote:
However, /sbin/lsmod says:
sr_mod 12560 0 (autoclean) (unused)
sg 21408 0 (autoclean) (unused)
ide-scsi 8016 0
scsi_mod 55840 3 [sr_mod sg ide-scsi]
dmesg |grep ATAPI says this:
hdb: TOSHIBA CD-ROM XM-6402B, ATAPI CD/DVD-ROM drive
hdc: SONY CD-RW CRX175A, ATAPI CD/DVD-ROM drive
hdb: ATAPI 32X CD-ROM drive, 256kB Cache, (U)DMA
hdc: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
I think you need to compile and load "generic SCSI support" - cdrecord
needs this.... I use it as a module:
CONFIG_CHR_DEV_SG=m
aloha (& hth),
dave
Hmmm...here is relevant section from /boot/config-2.4.3:(also, note the
presence of "sg" in the lsmod output above)
#
# SCSI support
#
CONFIG_SCSI=m
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
# 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=2
CONFIG_CHR_DEV_SG=m
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set