From owner-freebsd-current@FreeBSD.ORG Mon Oct 5 19:00:07 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E3661065670; Mon, 5 Oct 2009 19:00:07 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id B21368FC15; Mon, 5 Oct 2009 19:00:05 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=XHM-INoyEekA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=BWEx_hUbjVuLrdGuXS4A:9 a=NHhx7jvhs4r8Q2R__SEA:7 a=rC4LTO0MGupdbnHq2h2LzEBPLZkA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 928336322; Mon, 05 Oct 2009 21:00:02 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 5 Oct 2009 21:00:52 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909261239.52792.hselasky@c2i.net> <4ACA3B21.40700@FreeBSD.org> In-Reply-To: <4ACA3B21.40700@FreeBSD.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910052100.53186.hselasky@c2i.net> Cc: Alexander Motin Subject: Re: 8-current + USB CD-ROM drive + CAM layer audio extraction from CD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 19:00:07 -0000 On Monday 05 October 2009 20:29:53 Alexander Motin wrote: > Hi. > > Hans Petter Selasky wrote: > > It turns out the xmms is not able to read audio from CD's due to a > > removed IOCTL. cdparanoia is however able to read audio from CD's after a > > recompile including libcam. > > > > The "CDIOCREADAUDIO" is not implemented in the FreeBSD 8/9-current kernel > > from what I can see. > > cdio.h Revision 1.25 > Mon Oct 20 09:29:40 2003 UTC (5 years, 11 months ago) by sos > > Remove no longer existant CDIOCREADAUDIO ioctl. Ok, maybe I have some old sources left in my tree then :-) --HPS