Subject: Re: mass storage usb camera
To: mel kravitz <melk@switchpwr.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: netbsd-users
Date: 12/14/2001 17:17:17
mel kravitz <melk@switchpwr.com> writes:

> In 1.5Y on an i386 with MSDOSFS enabled full USB options in kernel file:
> 
> Any support for Olympus D-510, usb sees camera as sd0 device disklabel
> sd0 >  gives d: partion .
> mount -t msdos /dev/sd0d /mnt fails with errors, any one using mass
> storage usb camera?

I think I *just* fixed this, or a close relative of your problem.
What does your device report itself to be? Mine is a D-100 camera, and
reports itself as:

umass0 at uhub1 port 1 configuration 1 interface 0
umass0: OLYMPUS C-1, rev 1.10/10.62, addr 2
umass0: using SCSI over BBB
scsibus0 at umass0: 2 targets, 1 luns per target
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 1 lun 0: <OLYMPUS, C-1, 1062> SCSI2 0/direct removable
sd0: mode sense (4) returned nonsense; using fictitious geometry
sd0: 16000 KB, 15 cyl, 64 head, 32 sec, 512 bytes/sect x 32000 sectors

Try a new kernel with rev 1.173 of dev/scsipi/scsipiconf.c.

        - Nathan