From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 09:37:23 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A4037B401 for ; Fri, 11 Jul 2003 09:37:23 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1773143F93 for ; Fri, 11 Jul 2003 09:37:22 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas (adsl-64-168-24-163.dsl.snfc21.pacbell.net [64.168.24.163])h6BGbJe2020749; Fri, 11 Jul 2003 11:37:19 -0500 (CDT) Date: Fri, 11 Jul 2003 09:37:19 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@atlas.home To: Benjamin Walkenhorst In-Reply-To: <20030711115336.DA9A543FAF@mx1.FreeBSD.org> Message-ID: <20030711092912.B311@atlas.home> References: <20030711115336.DA9A543FAF@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-questions@FreeBSD.org Subject: Re: extracting cd-audio to wav X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 16:37:23 -0000 On Fri, 11 Jul 2003, Benjamin Walkenhorst wrote: > Hello everybody, > > Is there some kind of program to digitally read audio-cds to wav-files under > FreeBSD? Yes. > Under GNU/Linux I use cdparanoia, which I have I've come to like very much, > but cdparanoia III release 9.8 (March 23, 2001) refused to compile, using > both FreeBSD's make and gmake using FreeBSD 5.0-RELEASE (I later upgraded to > 5.1 by installing the new source-tree and recompiling the system by make > buildworld + make kernel KERNCONF= + reboot + make > installworld, but the problem remains). > I looked up the FAQ and found out cdparanoia doesn't run on FreeBSD > currently. Can I use Linux binary emulation to run cdparanoia from my linux > installation (/ and /usr are ext3, so I can read them from FreeBSD)? Or is > there any program for FreeBSD which offers error correction similarly to > cdparanoia? Or any cd-ripper at all? Don't believe everything you are told. cd /usr/ports/audio/cdparanioa; make install clean It is version 3.9.8 and it works just fine on somewhat recently cvsupped system. If you didn't use the port, I can understand if it did not build - the port has some 1k lines of patches. There is also "dagrab" and "cdda2wav" (the latter is in the sysutils/cdrtools port). Additionally, the "ata" driver has track nodes that you can "dd" from :) $.02, /Mikko