Menu

1.1.5 fails when writing CD-TEXT

Help
Anonymous
2001-05-12
2001-05-15
  • Anonymous

    Anonymous - 2001-05-12

    Hi,
    First, I have to say that cdrdao is one of the best piece of software I've ever seen. Thanks a lot, guys.
    And now, the bug report:
    With cdrdao 1.1.5 I am not able to burn with cd-text. If I use 1.1.4 everithing works well.
    If I remove cd-text info from the toc, everithing works well even with 1.1.5.

    The toc is generated with:
        cdrdao read-toc --fast-toc --with-cddb

    My CD Writer is a HP9200 scsi. Below are the output of the burn session and the toc I'm using.

    Here is the output of 1.1.5:

    /usr/local/bin/cdrdao write -v1 --device 0,1,0 --speed  4 --buffers 128 -n audio.toc
    Cdrdao version 1.1.5 - (C) Andreas Mueller <andreas@daneb.de>

    Starting write at speed 4...
    ?: Input/output error.  : scsi sendcmd: no error
    CDB:  5D 00 00 00 00 00 00 00 88 00
    status: 0x2 (CHECK CONDITION)
    Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 26 00 00 80
    Sense Key: 0x5 Illegal Request, Segment 0
    Sense Code: 0x26 Qual 0x00 (invalid field in parameter list) Fru 0x0
    Sense flags: Blk 0 (not valid) error refers to data part, bit ptr 0 (not valid)
    field ptr 0
    cmd finished after 0.149s timeout 180s
    ERROR: Cannot send cue sheet.
    ERROR: Writing failed.
    ....................
    This is an extract of the toc I'm using:

    CD_DA

    CD_TEXT {
      LANGUAGE_MAP {
        0: 9
      }
      LANGUAGE 0 {
        TITLE "Mama Said"
        PERFORMER "Lenny Kravitz"
      }
    }

    // Track 1
    TRACK AUDIO
    NO COPY
    NO PRE_EMPHASIS
    TWO_CHANNEL_AUDIO
    CD_TEXT {
      LANGUAGE 0 {
        TITLE "Fields of Joy"
        PERFORMER "Lenny Kravitz"
      }
    }
    FILE "data.wav" 0 03:58:18

    // Track 2
    TRACK AUDIO
    NO COPY
    NO PRE_EMPHASIS
    etc etc ....

     
    • Wim Speekenbrink

      Did you use '--driver generic-mmc:0x10'?

      Speek

       
      • Anonymous

        Anonymous - 2001-05-13

        Yes I did. No luck.
        By the way, now I'm burning without the --driver directive and everithing seems to work ok (except cd-text).

         
    • Fraser McCrossan

      As stated in another thread, check out the notes on bug 419688, make the change and recompile.

      I have a different drive than you (HP 9350i) but got exactly the same errors. This cured it, and CD-TEXT now works fine.

       

Log in to post a comment.