[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xcdroast coasters



bob parker wrote:
On Thu, 17 Apr 2003 00:06, tallison@tacocat.net wrote:

Hi Tom!


Just to recap.
I would be trying mkisofs/cdrecord at commandline before giving up on your burner. I'm yet to find a gui burner prog in Linux that was not more trouble than it's worth.

man cdrecord has plenty of examples that cover most of the situations you will need.

hth
Bob



Ok Bob, I'll try what you suggested. Although I have to admit that being lazy and running with GUI's is sometimes preferred...

mkisofs -o /tmp/schwinke.img /home/schwinke/
came out OK so I tried the following

bash-2.05b$ cdrecord --scanbus
Cdrecord 2.01a07 (i686-pc-linux-gnu) Copyright (C) 1995-2003 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
        0,0,0     0) 'PIONEER ' 'CD-ROM DR-A04S  ' '1.02' Removable CD-ROM
        0,1,0     1) 'RICOH   ' 'CD-R/RW MP7040A ' '1.1j' Removable CD-ROM
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *


bash-2.05b$ cdrecord -dummy dev=0,1,0 /tmp/schwinke.img
Cdrecord 2.01a07 (i686-pc-linux-gnu) Copyright (C) 1995-2003 J?rg Schilling
scsidev: '0,1,0'
scsibus: 0 target: 1 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'RICOH   '
Identifikation : 'CD-R/RW MP7040A '
Revision       : '1.1j'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R
Starting to write CD/DVD at speed 4 in dummy TAO mode for single session.
Last chance to quit, starting dummy write    0 seconds. Operation starts.
[...long pause while the cd-rw light is on...]
cdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 9C 17 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 03 00 00 99 88 0C 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk 39304 (valid)
cmd finished after 1.646s timeout 40s
write track data: error after 81836032 bytes
Sense Bytes: 70 00 00 00 00 00 00 0C 00 00 00 00 00 00 00 00 00 00
cdrecord: Input/output error. flush cache: scsi sendcmd: no error
CDB:  35 00 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 03 00 00 99 88 0C 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk 39304 (valid)
cmd finished after 3.921s timeout 120s
Trouble flushing the cache

-----------------------------
Failing that, I tried (without any other adjustments)
bash-2.05b$ cdrecord -dummy dev=ATAPI:0,1,0 /tmp/schwinke.img
Cdrecord 2.01a07 (i686-pc-linux-gnu) Copyright (C) 1995-2003 J?rg Schilling
scsidev: 'ATAPI:0,1,0'
devname: 'ATAPI'
scsibus: 0 target: 1 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
Device type    : Removable CD-ROM
Version        : 2
Response Format: 2
Capabilities   :
Vendor_info    : 'RICOH   '
Identifikation : 'CD-R/RW MP7040A '
Revision       : '1.1j'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R
Starting to write CD/DVD at speed 4 in dummy TAO mode for single session.
Last chance to quit, starting dummy write    0 seconds. Operation starts.

And the error is so similar that I won't even bother posting it!
--
IBM:
	It may be slow, but it's hard to use.



Reply to: