7 Aug 2003 22:54
Date: Thu, 7 Aug 2003 16:52:59 -0400
The "-i --output-info" options have been removed, although the 9.4 manpage on the website has the option. I did not see any reference to it in the fixed bugs list, so I'm wondering why support was removed. A detailed log file would be extremely useful for scripting cdparanoia, and it would be nice to have more detailed info about errors other than -+!V. --- >8 ---- List archives: http://www.xiph.org/archives/ Paranoia homepage: http://www.xiph.org/paranoia/ To unsubscribe from this list, send a message to 'paranoia-request <at> xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
So I'm writing it again, this time shorter. Perhaps the old email shows
up again some time...))
I'm Michael Steil from Xbox Linux. Linux is running very well on the
Xbox, but there is a problem with cdparanoia.
One of the drives Microsoft ships with the Xbox, the Thomson one, gives
an error when you try to "play" an audio CD or send any commands
related to this. The reason is simple: The drive has no analog or
digital audio out line anyway.
Unfortunately, cdparanoia III "pings" the drive by reading the audio
volume:
----------
/* Test for presence of a cdrom by pinging with the 'CDROMVOLREAD'
ioctl() */
int ioctl_ping_cdrom(int fd){
struct cdrom_volctrl volctl;
if (ioctl(fd, CDROMVOLREAD, &volctl))
return(1); /* failure */
return(0);
/* success! */
}
----------
I've only one
problem: I can use cdparanoia (with tear) as root user but not as normal
user. It says "cdparanoia III release 9.8 (March 23, 2001)
(C) 2001 Monty <monty <at> xiph.org> and Xiphophorus
Report bugs to paranoia <at> xiph.org
RSS Feed