From owner-freebsd-current Thu Jan 6 20:43:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 015F015607; Thu, 6 Jan 2000 20:43:49 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id VAA41242; Thu, 6 Jan 2000 21:31:35 -0700 (MST) (envelope-from ken) Date: Thu, 6 Jan 2000 21:31:34 -0700 From: "Kenneth D. Merry" To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG, phk@FreeBSD.ORG, gibbs@FreeBSD.ORG Subject: Re: So, tell me again why we can't read audio CDs in SCSI drives? Message-ID: <20000106213134.A41219@panzer.kdm.org> References: <20000106211123.A40879@panzer.kdm.org> <7058.947219320@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <7058.947219320@zippy.cdrom.com>; from jkh@zippy.cdrom.com on Thu, Jan 06, 2000 at 08:28:40PM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 06, 2000 at 20:28:40 -0800, Jordan K. Hubbard wrote: > > I think what is actually going on is that it doesn't like the 0x82 density > > code that most other drives use. So that's what the first error message > > likely tells us. (the density is given in the mode select parameter list, > > thus the invalid field) > > > > The second error message likely means that it needs a mode select of some > > sort in order to function. > > Hmmm. That's another reasonable explanation for the behavior, yes. :) > I'll try playing with different density codes, perhaps. I think it's a 1 byte field, so you've got 256 possibilities. It may take a while. Another possibility is that this is a MMC compliant CD-R drive. cdda2wav can apparantly handle MMC drives. From the spec, MMC drives use a different read command that includes an "expected sector type", which you can set to CD-DA. Anyway, verbose output from cdda2wav might help me figure out whether that is indeed the case. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message