I have an IBM Thinkpad X31 and when I use cdrdao to attempt to burn an image to a CD I get the following error:
steve@steve-laptop:/tmp/kde-steve$ sudo cdrdao write --device /dev/cdrw VIDEOCD.cue
Password:
Cdrdao version 1.2.1 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Using libscg version 'ubuntu-0.8ubuntu1'
/dev/cdrw: HL-DT-ST RW/DVD GCC-4240N Rev: 1203
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)
Starting write at speed 24...
Pausing 10 seconds - hit CTRL-C to abort.
Process can be aborted with QUIT signal (usually CTRL-\).
Turning BURN-Proof on
Executing power calibration...
Power calibration successful.
cdrdao: Success. : scsi sendcmd: no error
CDB: 2A 00 FF FF FF 6A 00 00 1A 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 60736
cmd finished after 0.001s timeout 180s
ERROR: Write data failed.
ERROR: Writing failed.
I have no idea where to go from here. Any suggestions?
steve@steve-laptop:/tmp/kde-steve$ sudo cdrdao write --device /dev/cdrw VIDEOCD.cue
Password:
Cdrdao version 1.2.1 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Using libscg version 'ubuntu-0.8ubuntu1'
/dev/cdrw: HL-DT-ST RW/DVD GCC-4240N Rev: 1203
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)
Starting write at speed 24...
Pausing 10 seconds - hit CTRL-C to abort.
Process can be aborted with QUIT signal (usually CTRL-\).
Turning BURN-Proof on
Executing power calibration...
Power calibration successful.
cdrdao: Success. : scsi sendcmd: no error
CDB: 2A 00 FF FF FF 6A 00 00 1A 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 60736
cmd finished after 0.001s timeout 180s
ERROR: Write data failed.
ERROR: Writing failed.
I have no idea where to go from here. Any suggestions?
Comment