From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 00:26:40 2004 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 DAB4F16A4CE for ; Wed, 8 Dec 2004 00:26:40 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C43F43D55 for ; Wed, 8 Dec 2004 00:26:40 +0000 (GMT) (envelope-from dark@sun.com) Received: from bgm-66-24-105-49.stny.rr.com[66.24.105.49] (helo=mxus.perfora.net) by smtp.perfora.net. with ESMTP (Nemesis), id 0MKyxe-1CbpfB0xSH-0005i7; Tue, 07 Dec 2004 19:26:37 -0500 Received: by mxus.perfora.net (Postfix, from userid 1001) id 417585EB9; Tue, 7 Dec 2004 19:26:33 -0500 (EST) Date: Tue, 7 Dec 2004 19:26:33 -0500 From: Dev Tugnait To: Robert Dormer Message-ID: <20041208002632.GD85780@vampire.bloodlust.net> References: <3174add604120511363c6b3406@mail.gmail.com> <20041206142250.GE63224@vampire.bloodlust.net> <3174add6041207154143ea007e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3174add6041207154143ea007e@mail.gmail.com> X-Editor: Vim http://www.vim.org/ X-Info: http://unixdaemon.org X-Operating-System: Unix/5.3-RELEASE (i386) X-Uptime: 7:26PM up 4 days, 14:16, 32 users, load averages: 1.23, 1.16, 0.85 User-Agent: Mutt/1.5.6i X-Provags-ID: perfora.net abuse@perfora.net login:6cab55b0e871d867d86bc0851d5d347f cc: freebsd-questions@freebsd.org Subject: Re: cdparanoia and atapicam question 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: Wed, 08 Dec 2004 00:26:41 -0000 Post your dmesg. * Robert Dormer (rdormer@gmail.com) wrote: > On Mon, 6 Dec 2004 09:22:50 -0500, Dev Tugnait wrote: > > What is the output from cdparanoia -vsQ > > If you are trying to rip them to your harddis and cant figurecdparanoia use a frontend to it like grip. > > can't figure out what the problem would be, judging from this.... > > cdparanoia III release 9.8 (March 23, 2001) > (C) 2001 Monty and Xiphophorus > FreeBSD porting (c) 2003 > Simon 'corecode' Schubert > > Report bugs to paranoia@xiph.org > http://www.xiph.org/paranoia/ > > Checking /dev/cd0 for cdrom... > Could not stat /dev/cd0: No such file or directory > > Checking /dev/cd1 for cdrom... > Could not stat /dev/cd1: No such file or directory > > Checking /dev/cd2 for cdrom... > Could not stat /dev/cd2: No such file or directory > > Checking /dev/cd3 for cdrom... > Could not stat /dev/cd3: No such file or directory > > Checking /dev/acd0 for cdrom... > Could not stat /dev/acd0: No such file or directory > > Checking /dev/acd1 for cdrom... > Could not stat /dev/acd1: No such file or directory > > Checking /dev/acd2 for cdrom... > Could not stat /dev/acd2: No such file or directory > > Checking /dev/acd3 for cdrom... > Could not stat /dev/acd3: No such file or directory > > Checking /dev/wcd0 for cdrom... > Could not stat /dev/wcd0: No such file or directory > > Checking /dev/wcd1 for cdrom... > Could not stat /dev/wcd1: No such file or directory > > Checking /dev/wcd2 for cdrom... > Could not stat /dev/wcd2: No such file or directory > > Checking /dev/wcd3 for cdrom... > Could not stat /dev/wcd3: No such file or directory > > Checking /dev/mcd0 for cdrom... > Could not stat /dev/mcd0: No such file or directory > > Checking /dev/mcd1 for cdrom... > Could not stat /dev/mcd1: No such file or directory > > Checking /dev/mcd2 for cdrom... > Could not stat /dev/mcd2: No such file or directory > > Checking /dev/mcd3 for cdrom... > Could not stat /dev/mcd3: No such file or directory > > Checking /dev/cd0c for cdrom... > > CDROM model sensed: SONY CD-RW CRX175A1 5YS3 > > Checking for ATAPICAM... > Drive is ATAPI (using ATAPICAM) > > Checking for MMC style command set... > Drive is MMC style > Setting default read size to 26 sectors (61152 bytes). > > Verifying CDDA command set... > Expected command set reads OK. > > Table of contents (audio tracks only): > track length begin copy pre ch > =========================================================== > 1. 17952 [03:59.27] 0 [00:00.00] no no 2 > 2. 17653 [03:55.28] 17952 [03:59.27] no no 2 > 3. 21082 [04:41.07] 35605 [07:54.55] no no 2 > 4. 20363 [04:31.38] 56687 [12:35.62] no no 2 > 5. 25660 [05:42.10] 77050 [17:07.25] no no 2 > 6. 19267 [04:16.67] 102710 [22:49.35] no no 2 > 7. 19900 [04:25.25] 121977 [27:06.27] no no 2 > 8. 17848 [03:57.73] 141877 [31:31.52] no no 2 > 9. 20285 [04:30.35] 159725 [35:29.50] no no 2 > 10. 26970 [05:59.45] 180010 [40:00.10] no no 2 > 11. 20310 [04:30.60] 206980 [45:59.55] no no 2 > TOTAL 227290 [50:30.40] (audio only) > _______________________________________________ > 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" +----------==/\/\==----------+ (__) FreeBSD | | \\\'',) The | Kernel ESCAFLOWNE | \/ \ ^ Power | Web http://unixdaemon.org | .\._/_) To +----------==\/\/==----------+ Serve [ We've switched the bath sponge with a tribble. ]