Greetings, on my current machine xcdroast fails to recognize an inserted CD in the CD-reader. I do not often burn CDs and had switched to cdw which works fine. Nevertheless, xcdroast was once my favorite and I am curious. :)
Starting xcdroast with -d 10 shows the problem: DGB1: spawning: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "2,1,0" -J -g -Q -H -v toc,summary,sectors,titles DGB10: readtoc: cdda2wav: Invalid argument. Cannot open output fd 0. On one partition I have an old Gentoo, last used 2011, also with xcdroast 0.98alpha16. That one recognizes an inserted CD. Chrooting into it and running xdroast with -d 10 gives this: DGB1: spawning: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "2,1,0" -J -g -Q -H -v toc,summary,sectors,titles DGB10: readtoc: Type: ROM, Vendor 'HL-DT-ST' Model 'DVDROM DH18NS40 ' Revision '1.01' MMC+CDDA [...] Running the cdda2wav command in the console doesn't help. Current machine: i5-64 ~ # cdda2wav -D "2,1,0" -J -g -Q -H -v toc,summary,sectors,titles Type: ROM, Vendor 'HL-DT-ST' Model 'DVDROM DH18NS40 ' Revision '1.01' MMC+CDDA 569344 bytes buffer memory requested, transfer size 131072 bytes, 4 buffers, 55 sectors cdda2wav: Read Full TOC MMC failed (probably not supported). #Cdda2wav version 3.02a06_linux_4.12.12-gentoo-2_x86_64_intel-r--core-tm--i5-cpu-760-@-2.80ghz, real time sched., soundcard, libparanoia support Tracks:1 255:57.74 CDINDEX discid: flplyXqMOiodZEDJeDw5Ci6OD_g- CDDB discid: 0x023bfd01 CD-Text: not detected CD-Extra: not detected Album title: '' from '' T01: 0 255:57.74 data uninterrupted copydenied N/A Leadout: 1151849 cdda2wav: This disk has no audio tracks. Old Gentoo: (chroot) i5-64 ~ # cdda2wav -D "2,1,0" -J -g -Q -H -v toc,summary,sectors,titles Type: ROM, Vendor 'HL-DT-ST' Model 'DVDROM DH18NS40 ' Revision '1.01' MMC+CDDA 569344 bytes buffer memory requested, transfer size 131072 bytes, 4 buffers, 55 sectors cdda2wav: Read Full TOC MMC failed (probably not supported). #Cdda2wav version 3.00_linux_2.6.32-gentoo-r7-2_i686_intel-r--core-tm-2-duo-cpu-e6750-@-2.66ghz, real time sched., soundcard, libparanoia support Tracks:1 255:57.74 CDINDEX discid: flplyXqMOiodZEDJeDw5Ci6OD_g- CDDB discid: 0x023bfd01 CD-Text: not detected CD-Extra: not detected Album title: '' from '' T01: 0 255:57.74 data uninterrupted copydenied N/A Leadout: 1151849 cdda2wav: This disk has no audio tracks. Versions of cdda2wav and kernel are different, but in both cases the output goes to the console. So the question is, where does this 'open output fd 0' come from and what to do about it? Hartmut