Re: configuring HP9100 CDWriter to burn CD;s

From: ognen (ognjen_at_mailshack.com)
Date: 10/13/04

  • Next message: Rainer Bendig: "Re: kernel-patch-bootsplash for 2.6.8?"
    Date: Wed, 13 Oct 2004 22:10:03 +0100
    To: vijaya@picopeta.com, debian-user@lists.debian.org
    
    

    try "cdrecord -dev=ATAPI -scanbus" which would give you a list of ATAPI
    cd recorders

    e.g. on my box:

    debianServer:~# cdrecord -dev=ATAPI -scanbus

    scsidev: 'ATAPI'
    devname: 'ATAPI'
    scsibus: -2 target: -2 lun: -2
    Warning: Using ATA Packet interface.
    Warning: The related Linux kernel interface code seems to be unmaintained.
    Warning: There is absolutely NO DMA, operations thus are slow.
    Using libscg version 'schily-0.8'.
    scsibus0:
            0,0,0 0) *
            0,1,0 1) 'PLEXTOR ' 'CD-R PX-W1210A' '1.10' Removable CD-ROM
            0,2,0 2) *
            0,3,0 3) *
            0,4,0 4) *
            0,5,0 5) *
            0,6,0 6) *
            0,7,0 7) *

    in my case to use the IDE CD-recorder : "cdrecord -dev=ATAPI:0,1,0
    ./Linux.iso" ==> you will change this to the number which is shown to
    the left of your CD-recorder name.

    This avoids needing the "ide-scsi" module

    Vijaya S wrote:

    >Hi all,
    >I have fixed a HP 9100 CDWRITER on to a Debian sarge with 2.6.7 kernel.
    >
    >i have installed cdrecord via apt-get.
    >i am not able to write cds with it..
    >How do I configure it..
    >When i do cdrecord -scanbus i get the following error:-
    >
    >
    >
    >sh-2.05b# cdrecord -scanbus
    >Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
    >Schilling
    >NOTE: this version of cdrecord is an inofficial (modified) release of
    >cdrecord
    > and thus may have bugs that are not present in the original
    >version.
    > Please send bug reports and support requests to
    ><cdrtools@packages.debian.org>.
    > The original author should not be bothered with problems of this
    >version.
    >
    >cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open
    >SCSI driver.
    >cdrecord: For possible targets try 'cdrecord -scanbus'.
    >cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
    >cdrecord:
    >cdrecord: For more information, install the cdrtools-doc
    >cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
    >
    >i am able to modproble ide-scsi ,sg, ide-cd..
    >what am i missing and how do i get to burn cds.
    >
    >Thanks and regards,
    >Vijaya
    >
    >
    >
    >
    >
    >

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Rainer Bendig: "Re: kernel-patch-bootsplash for 2.6.8?"