From owner-freebsd-multimedia Wed Feb 7 12:59:28 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id D505137B401 for ; Wed, 7 Feb 2001 12:59:09 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id NAA04469; Wed, 7 Feb 2001 13:58:46 -0700 (MST) (envelope-from ken) Date: Wed, 7 Feb 2001 13:58:46 -0700 From: "Kenneth D. Merry" To: Vallo Kallaste Cc: Daniel McRobb , multimedia@FreeBSD.ORG Subject: Re: Cd-paranoia Message-ID: <20010207135846.A4227@panzer.kdm.org> References: <200102071631.LAA37134@arthur.caimis.com> <20010207191743.A84774@myhakas.matti.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010207191743.A84774@myhakas.matti.ee>; from vallo@matti.ee on Wed, Feb 07, 2001 at 07:17:43PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Feb 07, 2001 at 19:17:43 +0200, Vallo Kallaste wrote: > On Wed, Feb 07, 2001 at 11:31:35AM -0500, Daniel McRobb wrote: > > > I'm running 4.2-stable, and tosha does indeed work there, and I use it > > rather than cdda2wav for cdda->mp3, for the same reason. Piped to gogo, > > I get conversion to 160kbps mp3 at 4X on a PIII 400MHz and don't abuse > > my hard drive with temporary wav files :-). So tosha does not work on > > -current? What are the symptoms? > > In the past it simply dumped core even for tosha -i, which lists > disc contents. Now it doesn't core for content listing and even > lists it, but: I just committed the patch for the core dump problem that I sent out earlier. > myhakas:root# tosha -t 2 -o track > Device: /dev/cd0c -- "TOSHIBA" "CD-ROM XM-6201TA" "1030" > Output file: track > > track playing start end raw size mp3 size # of track > number time sector sector in bytes 128 kbps frames type > --------------------------------------------------------------------- > 2 4:48'00 25110 46709 50803200 4608835 11025 audio > error sending CD-DA read command: Input/output error > > And dmesg: > > (pass2:ahc1:0:0:0): READ(10). CDB: 28 0 0 0 62 16 0 0 a 0 > (pass2:ahc1:0:0:0): BLANK CHECK asc:64,0 > (pass2:ahc1:0:0:0): Illegal mode for this track > (pass2:ahc1:0:0:0): READ(10). CDB: 28 0 0 0 62 16 0 0 a 0 > (pass2:ahc1:0:0:0): BLANK CHECK asc:64,0 > (pass2:ahc1:0:0:0): Illegal mode for this track > (pass2:ahc1:0:0:0): READ(10). CDB: 28 0 0 0 a8 36 0 0 a 0 > (pass2:ahc1:0:0:0): BLANK CHECK asc:64,0 > (pass2:ahc1:0:0:0): Illegal mode for this track I've got a Toshiba 6401 that seems to work fine: {lindon:/usr/home/ken:64:0} tosha -t 2 -o track Device: /dev/cd0c -- "TOSHIBA" "CD-ROM XM-6401TA" "1009" Output file: track track playing start end raw size mp3 size # of track number time sector sector in bytes 128 kbps frames type --------------------------------------------------------------------- 2 4:39'40 18055 39019 49309680 4473368 10701 audio Transferred 47.025 Mb in 40.3 seconds, 1223.0 kb/s, speed: 6.9. Do you have /usr/local/etc/tosharc installed? What does the Toshiba entry look like? Do you have a local ~/.tosharc? That might override the global settings. From the above errors, it looks like the mode select to change the density/block size may not be getting done. That stuff is setup in the tosharc file. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message