> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel 2.4.18bf
> thanks.
[snip]
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12
> </snip>

You need ide-scsi emulation to use an IDE CDRW drive.  Add SCSI(CONFIG_SCSI), SCSI 
Generic(CONFIG_CHR_DEV_SG), and SCSI CDRom(CONFIG_BLK_DEV_SR), and SCSI IDE 
Emulation(CONFIG_BLK_DEV_IDESCSI) to your kernel, then add:
append="hdb=ide-scsi"

Your cdrom drive will now be /dev/scd0 instead of /dev/hdb, and cdrecord will work.

Attachment: msg26232/pgp00000.pgp
Description: PGP signature

Reply via email to