Ripping the cd works fine if I add the "-g" parameter
(the problem is that programs which use cdparanoia do not set this parameter):

# cdparanoia -d /dev/scd0 -v -g /dev/sg0 -B -- 1
cdparanoia III release 10pre0 (August 29, 2006)
[..]
        Testing /dev/sg0 for SCSI/MMC interface
                generic device forced; not testing for SG_IO interface
                generic device: /dev/sg0
                ioctl device: /dev/scd0

Found an accessible SCSI CDROM drive.
Looking at revision of the SG interface in use...
        SG interface version 3.5.34; OK.

CDROM model sensed sensed: PLEXTOR CD-ROM PX-12TS 1.02

Checking for SCSI emulation...
        Drive is SCSI

Checking for MMC style command set...
        Drive does not have MMC CDDA support
        DMA scatter/gather table entries: 128
        table entry size: 524288 bytes
        maximum theoretical transfer: 28532 sectors
        Setting default read size to 13 sectors (30576 bytes).

Verifying CDDA command set...
        Expected command set reads OK.
This command set may use a Force Unit Access bit.
Checking drive for FUA bit support...
        Drive rejected FUA bit.


If I remove the "-g" parameter  cdparanoia thinks I have an ATAPI drive
but not a SCSI drive:

cdparanoia -d /dev/scd0 -v -B -- 1
cdparanoia III release 10pre0 (August 29, 2006)
(C) 2006 Monty <[EMAIL PROTECTED]> and Xiph.Org
[..]
Checking /dev/scd0 for cdrom...
        Testing /dev/scd0 for SCSI/MMC interface
                SG_IO device: /dev/scd0

CDROM model sensed sensed: PLEXTOR CD-ROM PX-12TS 1.02

Checking for SCSI emulation...
        Drive is ATAPI (using SG_IO host adaptor emulation)

Checking for MMC style command set...
        Drive does not have MMC CDDA support
        DMA scatter/gather table entries: 1
        table entry size: 524288 bytes
        maximum theoretical transfer: 222 sectors
        Setting default read size to 13 sectors (30576 bytes).

Verifying CDDA command set...
        Expected command set reads OK.

So cdparanoia's bug can be worked around by setting the "-g" parameter
for SCSI drives.

-- 
unable to listen/rip cd after latest update of cdparanoia
https://bugs.launchpad.net/bugs/106000
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to