Re: Yamaha 6416S cdrecord -dao hangs with "Sending CUE ***"

From: I R A Darth Aggie (sy_nttvr_at_gurcragntba.pbz)
Date: 09/01/03

  • Next message: Thomas Otto: "Re: Debian/Linux on an iBook? Problems? Other laptops??"
    Date: 1 Sep 2003 16:25:41 GMT
    
    

    On Sat, 30 Aug 2003 21:13:11 -0500,
    Griff Miller II <griff.miller@positron.com>, in
    <vl2mdm1f6ajq5e@corp.supernews.com> wrote:
    +> I R A Darth Aggie wrote:
    +> > Have you tried the following from cdrecord (in the Examples section)?
    +> >
    +> > To copy an audio CD in the most accurate way, first run
    +> >
    +> > cdda2wav -v255 -D2,0 -B -Owav
    +> >
    +> > and then run
    +> >
    +> > cdrecord -v dev=2,0 -dao -useinfo *.wav
    +>
    +> Yes, that's the same example I was working from. It only works
    +> for me if I leave out the -dao . Which is less than perfect for
    +> some audio CD's .

    Understood. My only other suggestions would be to run it cdrecord with
    strace, then when it bombs, dredge thru your syslog and the strace
    dump file. This will cause your machine to lock hard, right?

    If you haven't used strace, take a a peek at it's man page. Good
    stuff. I would use it on your problem like so:

    strace -o cdrecord.trace cdrecord -v dev=x,y,z -dao -useinfo *.wav

    You'll get a dump of what cdrecord is doing in the file
    cdrecord.trace. Ideally, you'll get a hint as to where the failure
    occurs. <crosses fingers>

    James

    -- 
    Consulting Minister for Consultants, DNRC
    I can please only one person per day. Today is not your day. Tomorrow
    isn't looking good, either.
    I am BOFH. Resistance is futile. Your network will be assimilated.
    

  • Next message: Thomas Otto: "Re: Debian/Linux on an iBook? Problems? Other laptops??"