On Thu, Jan 06, 2000 at 20:02:34 -0800, Jordan K. Hubbard wrote:
> > In addition to trying cdda2wav, here's something else you can try in your
> > tosharc:
> >
> > "SAF" "" "" 0x28 1 0x82 0 10 0
> >
> > or:
> >
> > "SAF" "" "" 0x28 0 0x00 0 10 0
>
> Yep, tried both - no go.
>
> The first produces:
>
> (pass0:ahc0:0:4:0): MODE SELECT(06). CDB: 15 10 0 0 c 0
> (pass0:ahc0:0:4:0): ILLEGAL REQUEST asc:26,0
> (pass0:ahc0:0:4:0): Invalid field in parameter list
>
> And the second:
>
> (pass0:ahc0:0:4:0): READ(10). CDB: 28 0 0 0 0 20 0 0 a 0
> (pass0:ahc0:0:4:0): ILLEGAL REQUEST asc:64,0
> (pass0:ahc0:0:4:0): Illegal mode for this track
>
> Which is kind of interesting in that it means that the very first
> command to the drive is going south, be it the mode select or (if
> that's disabled) the read.
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.
Ken
--
Kenneth Merry
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message