I have seen some reports of CUERipper working fine on wine for ripping CDs:
https://bugs.winehq.org/show_bug.cgi?id=49993#c14
https://appdb.winehq.org/objectManager. ... gId=113897
However, when I run it I see:
0060:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d014 (device=4 access=3 func=405 method=0)
0060:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 41010 (device=4 access=0 func=404 method=0)
0060:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 41010 (device=4 access=0 func=404 method=0)
And in the program: "Error querying drive: IoctlFailed"
I tried:
- wine 10.12 and wine-staging 10.12
- connecting them through two different USB adapters or directly to the motherboard with a SATA cable
- dotnet48 and wine-mono
- 5.25'' DVD drive and a laptop DVD drive (this one only through an USB adapter)
Always the same result. Is this fixable?
Permissions on /dev/sr0 are 777. In winecfg I have added /dev/sr0 as D:, type CD-ROM (with autodetect CUERipper does not find it). This is the dmesg (when connected via SATA):
[ 1.820518] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.822912] ata4.00: ATAPI: HL-DT-STDVD-RAM GSA-H30N, 1.01, max UDMA/100
[ 1.825518] ata4.00: configured for UDMA/100
[ 1.840270] scsi 3:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-H30N 1.01 PQ: 0 ANSI: 5
CUERipper: Error querying drive: IoctlFailed
Re: CUERipper: Error querying drive: IoctlFailed
Ok, I solved it by looking at the EAC appdb.winehq.org page. I cannot add /dev/sr0 as D:, I have to add /mnt/dvd as D: and add the corresponding /dev/sr0 /mnt/dvd line to fstab. With that CUERipper works fine.