Subject: Re: mounting umass
To: None <ksn@tkf.att.ne.jp>
From: Lennart Augustsson <lennart@augustsson.net>
List: current-users
Date: 01/04/2001 18:58:13
ksn@tkf.att.ne.jp wrote:

> Hi,
>
> I tried a Sony MagicGate-compatible USB memory stick reader/writer on
> NetBSD/i386 1.5.1-ALPHA just for the fun of it, and got this:
>
> umass0 at uhub0 port 1 configuration 1 interface 0
> umass0: Sony MSGC-US10, rev 1.10/1.02, addr 2
> umass0: using SFF8070i over CBI-I
> atapibus1 at umass0 channel 0
>
> At least it's recognized as a USB storage device, but there's no "sd*
> at atapibus1" line in dmesg.  Does this mean I'm out of luck reading
> to/writing from memory sticks?  This is nothing critical, but it sure
> would be nice if I could directly handle JPEG files on memory sticks
> from NetBSD.

First, try putting
#define CBI_I
in umass.c and build a new kernel.
If you still don't get anything, you can try setting umassdebug=0xffffffff
(and you need to build the kernel with USB_DEBUG) and mail me the
output.


--

        -- Lennart