Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 14:20:49 +0100
From:      Thomas =?iso-8859-1?q?W=FCrfl?= <ThomasWuerfl@gmx.de>
To:        "Chad Kline" <i18rabbit@hotmail.com>
Cc:        questions@freebsd.org
Subject:   Re: olympus c-1 (d-150)
Message-ID:  <16pUNy-1F3GfQC@fmrl08.sul.t-online.com>
In-Reply-To: <F2553GCIFoPkG0rm3rx00002108@hotmail.com>
References:  <F2553GCIFoPkG0rm3rx00002108@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>
> i would like to hear from anyone that accomplished anything similar.
> i am hoping the SmartMedia disk inside the camera will be
> automatically mounted by usbd ?????
No.

> i see in /usr/src/sys/dev/usb/umass.c
> that support for the Olympus C-1 has been added.
> usbdevs detects my Olympus D-150 (US model #)
> as an Olympus C-1 (Japanese model #).
have also a look to /usr/src/sys/cam/scsi/scsi_da.c
your camera has been added threre already. (4.5Release)
Maybe your on an older version?
have you 
device		scbus			#base SCSI code
device		da			#SCSI direct access devices (aka disks)
device		pass			#CAM passthrough driver
device		umass			# USB Iomega Zip 100 Drive (Requires scbus and da)
in your kernel-config?

> i can't mount /dev/da0a or /dev/da0s1 or any combination thereof.
> i can't find anything in log files or on the WWW or maillists.
> ideas/suggestions appreciated.

I think it's an msdos filesystem, so try 
mount -t msdos /dev/da0s1 /somewhere

Good luck

Thomas Wuerfl

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16pUNy-1F3GfQC>