"Markus Jaekel" <[EMAIL PROTECTED]> writes: > Hallo! > > After creating an ISO-Image with mkisofs I would like > to burn it on CDR. I start a test with > cdrecord dev=6,0 speed=4 -v -dummy -multi image.iso > without any errors. > > When I do it without the -dummy option I get the following output: > > cdrecord: Eingabe-/Ausgabefehler. philips write_track: scsi sendcmd: > retryable error > CDB: E6 00 00 00 00 00 02 00 00 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 06 00 00 00 00 0A 00 00 00 00 29 00 00 00 > Sense Key: 0x6 Unit Attention, Segment 0 > Sense Code: 0x29 Qual 0x00 (power on, reset, or bus device reset occurred) > Fru 0x0 > Sense flags: Blk 0 (not valid)
I sent a message on the list some time ago for a similar problem; here is the output I get: cdrecord: Input/output error. close track/session: scsi sendcmd: retryable error CDB: 5B 00 02 00 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: F0 00 05 00 00 00 00 28 00 07 F3 17 2C 04 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x04 (current program area is empty) Fru 0x0 Sense flags: Blk 0 (valid) cmd finished after 0.016s timeout 480s I had thought of a problem in the SCSI driver; I m using an adaptec 2940 SCSI card with the aic7xxx driver; what card are you using? Hubert