Gentoo Archives: gentoo-user

From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...
Date: Thu, 05 Nov 2009 19:04:07
Message-Id: 4af32132.wvBrfOmH3ThImsgx%Joerg.Schilling@fokus.fraunhofer.de
In Reply to: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy... by Mark Knecht
1 Mark Knecht <markknecht@×××××.com> wrote:
2
3 > Hi,
4 > I am attempting to copy a CD I got. I have had a standard way of
5 > doing this for the last few months that uses these commands:
6 >
7 > cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6
8 > cdrecord dev=1000,1,0 -eject
9 > cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav
10 > rm audio*
11 >
12 > This has worked very well with all the CD's I've copied - maybe 50
13 > or so - but on this CD it's failing. I've tried rebooting the machine
14 > as I don't know how to clear a Check Condition, if that's real,
15 > without doing a reboot. The machine is up-to-date as per emerge -pvDuN
16 > @world from maybe a week or two ago.
17 >
18 > Does anyone see any problems with the commands I'm using or in the
19 > data returned by cdda2wav or cdrecord?
20
21 Do you know what you changed since then?
22 There may be a problem caused by hald. Did you try to write in -raw96r mode
23 as mentioned by cdrecord? Hald does not interrupt the write process if
24 this is done in RAW mode.
25
26 You did not mention the cue sheet or *.inf content and it is well known that
27 some drives do not like all CUE sheets.
28
29 > I've just copied 6 other CDs using these commands and all were
30 > fine. I've tried three blank media on this data and they all failed.
31 > I've tried re-ripping the original CD but get the same results.
32
33 Then it may be that the master CD is not Red-Book compliant or the
34 firmware is dumb or the CD-Text is not accepted.
35
36 In any case, writing in RAW mode will also prevent the firmware from being able
37 to understand what's going on. In RAW mode, the whole data on the CD is created
38 and computed by cdrecord, try it.
39
40 Jörg
41
42 --
43 EMail:joerg@××××××××××××××××××××××××.de (home) Jörg Schilling D-13353 Berlin
44 js@××××××××××××.de (uni)
45 joerg.schilling@××××××××××××××××.de (work) Blog: http://schily.blogspot.com/
46 URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Replies

Subject Author
Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy... Mark Knecht <markknecht@×××××.com>