Jump to content

need help troubleshooting cdrecord


Peep
 Share

Recommended Posts

I've been through the tutorials (http://www.mandrakeusers.org/viewtopic.php?t=4737) and still can't get my ML9.1 desktop to use cdrecord without errors. This is what I get. Can anyone see the problem here? hopefully it's something easy and stupid :)

 

[peep@beepy ani]$ cdrecord -v -eject speed=8 dev=0,0,0 test.iso

Cdrecord 2.0 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling

TOC Type: 1 = CD-ROM

scsidev: '0,0,0'

scsibus: 0 target: 0 lun: 0

Linux sg driver version: 3.1.24

Using libscg version 'schily-0.7'

atapi: 1

Device type    : Removable CD-ROM

Version        : 0

Response Format: 1

Vendor_info    : 'ATAPI   '

Identifikation : 'CD-R/RW 24X10   '

Revision       : 'P.MJ'

Device seems to be: Generic mmc CD-RW.

Using generic SCSI-3/mmc CD-R driver (mmc_cdr).

Driver flags   : MMC SWABAUDIO BURNFREE

Supported modes: TAO PACKET SAO RAW/R16 RAW/R96R

Drive buf size : 1630208 = 1592 KB

FIFO size      : 4194304 = 4096 KB

Track 01: data   609 MB

Total size:      699 MB (69:20.24) = 312018 sectors

Lout start:      700 MB (69:22/18) = 312018 sectors

Current Secsize: 2048

ATIP info from disk:

 Indicated writing power: 7

 Is not unrestricted

 Is not erasable

 ATIP start of lead in:  -11538 (97:28/12)

 ATIP start of lead out: 359849 (79:59/74)

Disk type:    Long strategy type (Cyanine, AZO or similar)

Manuf. index: 7

Manufacturer: GIGASTORAGE CORPORATION

Blocks total: 359849 Blocks current: 359849 Blocks remaining: 47831

Starting to write CD/DVD at speed 8 in real TAO mode for single session.

Last chance to quit, starting real write    0 seconds. Operation starts.

Waiting for reader process to fill input buffer ... input buffer ready.

BURN-Free is OFF.

Performing OPC...

Starting new track at sector: 0

Track 01:    0 of  609 MB written.cdrecord: Input/output error. write_g1: scsi sendcmd: no error

CDB:  2A 00 00 00 00 00 00 00 1F 00

status: 0x2 (CHECK CONDITION)

Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 73 03 00 00

Sense Key: 0x3 Medium Error, Segment 0

Sense Code: 0x73 Qual 0x03 (power calibration area error) Fru 0x0

Sense flags: Blk 0 (not valid)

cmd finished after 22.433s timeout 40s



write track data: error after 0 bytes

Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00

Writing  time:   27.471s

Average write speed 151.5x.

Fixating...

cdrecord: Input/output error. close track/session: scsi sendcmd: no error

CDB:  5B 00 02 00 00 00 00 00 00 00

status: 0x2 (CHECK CONDITION)

Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 00 00 00

Sense Key: 0x5 Illegal Request, Segment 0

Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0

Sense flags: Blk 0 (not valid)

cmd finished after 0.000s timeout 480s

cmd finished after 0.000s timeout 480s

Fixating time:    0.002s

cdrecord: fifo had 64 puts and 1 gets.

cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.

[peep@beepy ani]$

Link to comment
Share on other sites

ok, weird. hopefully i just solved my own problem. :oops: i just tried it with a different brand cd-r (both 80 min, 700mb, and this time it worked. both brands worked under windows once upon a time, but fuji must work better under linux than prime peripherals.

 

now it looks like i need to work on mkisofs... my cd burned but only had one big track and doesn't play right. i must've messed up making the ISO.

Link to comment
Share on other sites

ok, i realized that the tutorial above was for DATA cds. and i was copying an AUDIO cd. (duh).

 

I finally got it to work with

cdrdao copy --device 0,0,0 --driver generic-mmc --speed 4 --keepimage

 

i used "--keepimage" because i was making so many coasters, i thought i'd rather not have to keep reading the audio cd over and over (wasn't doing it on the fly). for whatever reason, i think i was getting buffer underruns. it finally worked when i lowered the speed to 4x and closed everything else running that i could.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...