Re: CD Writer does not work for audio CD

From: Jonathan Brandmeyer (jbrandmeyer_at_earthlink.net)
Date: 12/31/03

  • Next message: Anthony DiSante: "Re: Upgrading from stable to testing with apt-get?"
    To: debian-user@lists.debian.org
    Date: Wed, 31 Dec 2003 08:59:38 -0500
    
    

    Georg Hellwig wrote:
    > Every user is in the group cdrom, I installed cdparanoia and
    > cdda2wav. On comandline cdparanoia -vsQ resulted in....:
    > ########################################################
    > g@g:~$ cdparanoia -vsQ
    > cdparanoia III release 9.8 (March 23, 2001)
    > (C) 2001 Monty <monty@xiph.org> and Xiphophorus
    >
    > Report bugs to paranoia@xiph.org
    > http://www.xiph.org/paranoia/
    >
    > Checking /dev/cdrom for cdrom...
    > Testing /dev/cdrom for cooked ioctl() interface
    > /dev/scd0 is not a cooked ioctl CDROM.
    > Testing /dev/cdrom for SCSI interface
    > No generic SCSI device found to match CDROM device
    > /dev/scd0
    >

    You need to set the permissions on the generic scsi device file
    corresponding to your cdrom device.

    chown root:cdrom /dev/sg0
    chmod g+rw /dev/sg0

    should do the trick.

    HTH,
    Jonathan Brandmeyer

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

  • Next message: Anthony DiSante: "Re: Upgrading from stable to testing with apt-get?"