Orion Poplawski - 2002-04-11

Using cdrdao 1.1.5 I can write to normal CDR media fine.  However, trying to write to CDRW media yields:

# cdrdao write -v 2 --device 0,0,0 --force videocd.cue
Cdrdao version 1.1.5 - (C) Andreas Mueller <andreas@daneb.de>
  SCSI interface library - (C) Joerg Schilling
  L-EC encoding library - (C) Heiko Eissfeldt
  Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

Using libscg version 'schily-0.5'

0,0,0: SONY CD-RW  CRX140E    Rev: 1.0n
Using driver: Generic SCSI-3/MMC - Version 1.2 (options 0x0010)

Starting write at speed 4...
Pausing 10 seconds - hit CTRL-C to abort.
Process can be aborted with QUIT signal (usually CTRL-\).
Executing power calibration...
?: Input/output error.  : scsi sendcmd: no error
CDB:  54 01 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 27 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x27 Qual 0x00 (write protected) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.003s timeout 180s
ERROR: Power calibration failed.
ERROR: Ignored because of option --force.
?: Input/output error.  : scsi sendcmd: no error
CDB:  5D 00 00 00 00 00 00 00 30 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 27 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x27 Qual 0x00 (write protected) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.006s timeout 180s
ERROR: Cannot send cue sheet.
ERROR: Writing failed.

Any ideas?