From owner-freebsd-questions Mon Dec 24 11:27:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id 8206F37B420 for ; Mon, 24 Dec 2001 11:27:26 -0800 (PST) Received: (qmail 33469 invoked by uid 100); 24 Dec 2001 19:27:25 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15399.33181.253965.389404@guru.mired.org> Date: Mon, 24 Dec 2001 13:27:25 -0600 To: Tony Landells Cc: questions@freebsd.org Subject: Re: compact flash cards In-Reply-To: <45607148@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA v0.42/Python 2.1.1 (freebsd4) From: "Mike Meyer" 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 Tony Landells types: > Hi, > > I know someone posted some information on accessing Compact Flash > cards in the last few weeks, but I've been trying for a few days > to search the mailing list archives and it keeps telling me the > archive is unavailable. > > So I apologise if this is a rehash, but I have some photos to sort > out before Christmas... > > A friend has a compact flash-based camera and a USB flash reader > (a SanDisk ImageMate SDDR-05a). I can connect the reader to my > USB port, I can see that it's detected by the USB daemon, but > I'm not sure where to go from there... To your favorite computer dealer, to buy a compact flash disk reader that works with FreeBSD? > I seem to recall seeing it had something to do with the umass > driver, and I can see that the umass module is loaded, but I > can't locate a device to mount or some other way to access the > files... I've had some problems getting usb to recognize devices that weren't compiled into the kernel, so you might try a new kernel with umass and all the things it needs and rebooting. If it doesn't recognize the thing as a umass device on boot, then the reader isn't supported. It may require nothing more than putting the device id into the umass driver somewhere. > I'm running FreeBSD 4.2R. Or updating your FreeBSD. You really should check the archives via google or marc to see if anyone has made that device work, and what they had to do to do it. Once it's recognized as a umass device, you'll get something like: umass0: Hagiwara Sys-Com SmartMedia R/W, rev 1.10/2.00, addr 2 and da3 at umass-sim0 bus 0 target 0 lun 0 so you make the da3 device - or whatever disk device it showed up for you as - in /dev, then insert the card and mount da3 as a DOS file system: mount -t dos /dev/da3s1 /mnt http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message