Hmm... I had some problems awhile back because some of my audio cds
were mixed mode, so I had to add the ioctl for that.

Maybe you can try something?

Put the following into a script:
-------
#!/usr/bin/env python
import os
from fcntl import ioctl
fd = os.open('/dev/cdrom', os.O_RDONLY | os.O_NONBLOCK)
s = ioctl(fd, 0x5327) 
print s
os.close(fd)
------

Run the script (you may need to replace '/dev/cdrom' with your device
if it's different)

and look for the output. It should be a three digit code.

Aubin



On Wed, Jul 30, 2003 at 10:35:52AM -0400, Alec - Freevo wrote:
> I did try with several CDs, pressed and burnt, no luck. I even tried with
> another drive (one Sony DVD-ROM drive, one Lite-On CD drive) no luck.
> As i said that's only with audio CDs, other are detected without problems.
> If i try to play the cd with mplayer from the console, it works...
> Is there some debuging options i can set to check what's hapenning?
> 
> Regards,
> 
> Alec
> 
> "Alec" wrote:
> > Hello there,
> >
> > CD audio are not detected by freevo. I'm using version
> > 1.3.2 but tried with 1.3.1 and got the same result.
> 
> Strange. Freevo asks the rom drive about the media. It should report
> back that it is an audio cd. Have you tried it with more than one
> audio cd? Do other programs detect the disc?
> 
> > PS : i posted this as a bug but it got closed without information...
> 
> Oops, my fault. I thought it was closed.
> 
> 
> Dischi
> 
> -- 
> Hey! It compiles! Ship it!
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to