Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2000 21:31:34 -0700
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
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>
In-Reply-To: <7058.947219320@zippy.cdrom.com>; from jkh@zippy.cdrom.com on Thu, Jan 06, 2000 at 08:28:40PM -0800
References:  <20000106211123.A40879@panzer.kdm.org> <7058.947219320@zippy.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000106213134.A41219>