View Single Post

   
  #7 (permalink)  
Old 01-06-2008, 07:44 AM
Logan Shaw
 
Posts: n/a
Default Re: cdda2wav to read audio CD w/o TOC?

Joerg Schilling wrote:
> You could check if this is a writer problem by e.g. using a blank CD-RW
> and call
>
> cdrecord dev=0,0,0 -nofix /etc/goup
> cdrecord dev=0,0,0 -fix
>
> If this works, then it's most likely a missing PMA.


This works fine. I think then, that probably what has happened
is that the stand-alone audio burner wrote a PMA that says
the disk is blank.

> What happens if you call readcd -c2scan?
>
> readcd has a hook that allows you to enter the medium size manually
> if there is no valid TOC.
>
> You may need to use the interactive mode.....


I tried doing a c2scan in interative mode, manually specifying
sectors 0 through 5000 (instead of letting it choose). I got
an I/O error saying the logical block number was out of range.

So basically, I assume this means the PMA says the CD is blank.
The CD burner's firmware reads the PMA and trusts it, so it
won't let me read the sectors, even though the sectors are there.
(Does that sound like the reasonable explanation?)

Is there some way to write my own valid PMA onto the disk? This
is an 80-minute CD, but I only need the first probably 50 or 60
minutes of audio, so maybe I could dump a PMA from another
CD with 60 minutes total of audio on it, and then write that
PMA to the disk. Or is that something that my burner's firmware
will not allow me to do?

Thanks for all your help so far, by the way!

- Logan
Reply With Quote