Subject: Re: Support for Iomega USB ZIP R/W CD in -current?
To: None <current-users@netbsd.org, duncan@mcs.vuw.ac.nz>
From: Lennart Augustsson <lennart@augustsson.net>
List: current-users
Date: 11/08/2001 16:32:11
Duncan McEwan <duncan@mcs.vuw.ac.nz> wrote:
> cd1(umass0:0:1:0): Check Condition on CDB: 0x08 00 00 10 01 00
> SENSE KEY: Illegal Request
> ASC/ASCQ: Invalid Command Operation Code
> Does anyone know what the error I am seeing actually means (or alternatively
> can refer me to a reference where I can find out)? Also, are there any quirks
> that I could add that might help this drive work?
Well, I think 0x08 is a READ operation. You device probably doesn't like
the short version of the commands. Try the quirk PQUIRK_ONLYBIG.
-- Lennart