From owner-freebsd-doc@FreeBSD.ORG Fri Feb 9 02:39:24 2007 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93D4F16A509 for ; Fri, 9 Feb 2007 02:39:24 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [206.18.177.52]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC9B13C467 for ; Fri, 9 Feb 2007 02:39:24 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-66-31-35-94.hsd1.ma.comcast.net ([66.31.35.94]) by comcast.net (alnrmhc12) with ESMTP id <20070209023923b12001kp1te>; Fri, 9 Feb 2007 02:39:23 +0000 Received: from c-66-31-35-94.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id l192beRF001492; Thu, 8 Feb 2007 21:37:40 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8/Submit) id l192bdJm001491; Thu, 8 Feb 2007 21:37:39 -0500 (EST) (envelope-from rodrigc) Date: Thu, 8 Feb 2007 21:37:38 -0500 From: Craig Rodrigues To: freebsd-doc@freebsd.org Message-ID: <20070209023738.GA1447@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Errors in "7.3.2 Ripping CD Audio Tracks" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 02:39:24 -0000 Hi, In "7.3.2 Ripping CD Audio Tracks", there is one error, and one omission. This command which is listed: cdda2wav -D /dev/acd0a -t 7 is a leftover from FreeBSD 4.x, since on RELENG_5, RELENG_6, and CURRENT, onl /dev/acd0 exists for ATAPI CD-ROM drives. This part of the documentation neglects to mention the need for atapicam. If you do not "kldload atapicam", then this command will not work: cdda2wav -D /dev/acd0 -t 7 cdda2wav: Invalid argument. Open by 'devname' not supported on this OS. Cannot open SCSI driver. cdda2wav: For possible targets try 'cdda2wav -scanbus'. Make sure you are root. Probably you did not define your SCSI device. Set the CDDA_DEVICE environment variable or use the -D option. You can also define the default device in the Makefile. For possible transport specifiers try 'cdda2wav dev=help'. cdda2wav -scanbus cdda2wav: No such file or directory. Cannot open SCSI driver. cdda2wav: For possible targets try 'cdda2wav -scanbus'. Probably you did not define your SCSI device. Set the CDDA_DEVICE environment variable or use the -D option. You can also define the default device in the Makefile. For possible transport specifiers try 'cdda2wav dev=help'. -- Craig Rodrigues rodrigc@crodrigues.org