From owner-freebsd-questions Mon Mar 25 9:33:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id A694E37B41B for ; Mon, 25 Mar 2002 09:33:29 -0800 (PST) Received: from fwd08.sul.t-online.de by mailout02.sul.t-online.com with smtp id 16pUOC-0006C8-07; Mon, 25 Mar 2002 14:19:56 +0100 Received: from there (320071886283-0001@[217.235.124.69]) by fmrl08.sul.t-online.com with smtp id 16pUNy-1F3GfQC; Mon, 25 Mar 2002 14:19:42 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Thomas =?iso-8859-1?q?W=FCrfl?= To: "Chad Kline" Subject: Re: olympus c-1 (d-150) Date: Mon, 25 Mar 2002 14:20:49 +0100 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <16pUNy-1F3GfQC@fmrl08.sul.t-online.com> X-Sender: 320071886283-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > 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