On Monday, October 4, 2004, at 11:13 AM, Richard Lewis wrote:
On Monday, October 4, 2004, at 11:08 AM, MJ Ray wrote:
On 2004-10-04 10:31:41 +0100 Richard Lewis richardlewis@fastmail.co.uk wrote:
I tried this but I got: # cdrecord 'dev=atapi:' -scanbus
This is very odd. The version packaged in Debian testing (2.0a34) is later than the version which works on my other system (2.0a31). The Debian one seems to be case-sensitive, while the one I compiled isn't. Try ATAPI: instead of atapi: and see how that goes.
Aha! That got it!
Um, OK its still not quite working.
When I go: # cdrecord 'dev=ATAPI:' -speed=2 disc1.iso cdrecord: No write mode specified. cdrecord: Asuming -tao mode. cdrecord: Future versions of cdrecord may have different drive dependent defaults. cdrecord: Continuing in 5 seconds... Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jrg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord and thus may have bugs that are not present in the original version. Please send bug reports and support requests to cdrtools@packages.debian.org. The original author should not be bothered with problems of this version.
scsidev: 'ATAPI:' devname: 'ATAPI' scsibus: -1 target: -1 lun: -1 Warning: Using ATA Packet interface. Warning: The related Linux kernel interface code seems to be unmaintained. Warning: There is absolutely NO DMA, operations thus are slow. Using libscg version 'schily-0.8'. cdrecord: Cannot do inquiry for CD/DVD-Recorder. cdrecord: Input/output error. test unit ready: scsi sendcmd: fatal error CDB: 00 E0 00 00 00 00 cmd finished after 0.000s timeout 40s
and, # cdrecord 'dev=ATAPI:' -scanbus Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jrg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord and thus may have bugs that are not present in the original version. Please send bug reports and support requests to cdrtools@packages.debian.org. The original author should not be bothered with problems of this version.
scsidev: 'ATAPI:' devname: 'ATAPI' scsibus: -1 target: -1 lun: -1 Warning: Using ATA Packet interface. Warning: The related Linux kernel interface code seems to be unmaintained. Warning: There is absolutely NO DMA, operations thus are slow. Using libscg version 'schily-0.8'. scsibus0: 0,0,0 0) 'LITE-ON ' 'LTR-16102B ' 'OS05' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
Any ideas?
Cheers, Richard