Date: Thu, 11 Mar 2004 21:25:21 -0500 From: Jason <jason@ec.rr.com> To: Mark Ovens <mark@ukug.uk.freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: xmms: Digital Audio Extraction not working Message-ID: <40511F91.1020804@ec.rr.com> In-Reply-To: <4050C26C.4080801@ukug.uk.freebsd.org> References: <4050C26C.4080801@ukug.uk.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Ovens wrote: > [Followup-To: set to -questions] > > Please excuse the X-posting but I'm not sure which is the better list > for this problem. > > I've got 3 SCSI optical drives mounted in an external case so I can't > use an analogue audion cable but need to use DAE for playing CDs. The > drives support DAE as they all work in xmcd, but in xmms-1.2.10 I get > a stream of this error: > > Message: read_audio_data() failed: Inappropriate ioctl for device (25) > > Searching the mail archives I found this patch for libxine which, > after looking at the xmms source, appeared as though it might work; it > didn't (same error): > > #ifndef CDIOCREADAUDIO > struct ioc_read_audio > { > u_char address_format; > union msf_lba address; > int nframes; > u_char* buffer; > }; > > #define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio) > #endif > > Although that same code is in the xmcd source. > > I also tried the patch from PR ports/57198; that didn't work either > (same error). 57198 was closed because "Digital audio extraction using > ATAng is supported in xmms 1.2.9" implemented in PR ports/62127. > Either that only works for ATA drives or it got broken again in 1.2.10. > > What I suspect is that xmms is not correctly identifying the > capabilitie of my drives. > > Can anyone help me out, either with a patch they have that works or > point me in the right direction to try and fix it myself. xmcd is OK > but I prefer xmmx as it plays audio files as well and, havin 3 drives, > I can choose the drive in a running xmms whereas xmcd needs the drive > pecifying at start-up. > > TIA > > Regards, > > Mark > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Are you running current? If so upgrade to a more recent version, it has been fixed. If it is the stable release try current?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40511F91.1020804>