Re: atapicam broken by ata_lowlevel.c rev.1.23

bremner_at_unb.ca
Date: 11/28/03

  • Next message: Gerrit Kühn: "Re: Anybody using gp driver?"
    To: freebsd-current@freebsd.org
    Date: Fri, 28 Nov 2003 10:37:40 -0400
    
    

    At Thu, 27 Nov 2003 13:56:03 -0400,
    Bremner David wrote:
    >
    > /dev/pass0: flushing cache
    > /dev/pass0: closing track
    > - [unable to TEST UNIT READY]: Input/output error
    >

    Following up to myself again; are we annoyed yet?

    Anyway, I remember reading about someone trying "burncd fixate" in a
    similar situation, so I did. It prints an error message, but seems to
    work. This is with a Plextor PX708A.

    convex# burncd -f /dev/acd0 fixate
    fixating CD, please wait..
    burncd: ioctl(CDRIOCFIXATE): Input/output error

    To summarize, here is what I had to do to get writing DVD+R media
    working on FreeBSD 5.1-current (Nov 10), on a Plextor PX708A. (DVD+RW
    worked out of the box with "burncd -f /dev/acd0 dvdrw data.iso
    fixate").

    1) roll ata-lowlevel.c back to version 1.22
    2) enable atapicam in the kernel
    3) rebuild/reinstall kernel
    4) install dvd+rw-tools from ports.
    5) use
            growisofs -Z /dev/cd0=premastered.iso
    to burn the disk (no idea if premastered makes a difference).
    6) use
            burncd -f /dev/acd0 fixate
    to close the session.
    7) Ignore the error message from burncd.

    Hope this helps.

    db

            

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Gerrit Kühn: "Re: Anybody using gp driver?"

    Relevant Pages

    • panic when burncd attempt to eject disk (after upgrade 7.0-BETA1 -> 7.0-BETA2)
      ... kernel panics during run burncd -es 8 data file.iso fixate (i think when ... burncd attempt to eject disk after fixate): ...
      (freebsd-stable)
    • Re: burncd makes disk that is unmountable
      ... my old burncd parameters would not work and I had to change them. ... Tried it with and without "fixate", ... Other iso disks mount fine. ... UFS DVD+RW disks burned under FreeBSD using growisofs mount fine. ...
      (freebsd-questions)
    • Re: how to burn image
      ... Assuming you have a cd burner on /dev/acd0c ... burncd -f /dev/acd0c data your.iso fixate ... To unsubscribe, ...
      (freebsd-newbies)
    • Re: kernel panic with cdrecord
      ... Happened to me as well under FreeBSD 6.0. ... burncd was hanging ... > when trying to fixate and never came back. ... checking where exaclty burncd hangs/loops etc. ...
      (freebsd-stable)
    • Re: DVD burner error
      ... >> use burncd to get the error message I mentioned in my earlier mail, ... you need to add atapicam to the your kernel. ... > cdrecord rather than burncd. ... I already read the handbook when I installed the dvd burner and it has no ...
      (freebsd-questions)