I get ‘The file or directory / does not exist’. How do I fix that ? I have an audio CD in my drive !

Try running ‘cdparanoia -vsQ’ as yourself (not root). Do you see a track list ? If not, make sure you have permission to access the CD device. If you’re using SCSI emulation (possible if you have an IDE CD writer) then make sure you check permissions on the generic SCSI device, which is probably /dev/sg0, /dev/sg1, etc. If it still doesn’t work, try typing audiocd:/?device=/dev/sg0 (or similar) to tell kio_audio which device your CDROM is.

No comments