Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2002 18:23:20 -0800 (PST)
From:      Bill Schoolcraft <bill@wiliweld.com>
To:        Philip Hallstrom <philip@adhesivemedia.com>
Cc:        Anthony Atkielski <anthony@freebie.atkielski.com>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Putting a USB Compact Flash reader on a FreeBSD system
Message-ID:  <Pine.LNX.4.21.0201031821280.2449-100000@corten8>
In-Reply-To: <20020103145555.V57401-100000@teak.adhesivemedia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 3 Jan 2002 it looks like Philip Hallstrom composed:

> This is easily doable.  I do it at home right now.  If you get an Sandisk
> Imagemate there are some issues with which model (some of which *look*
> identical).  Search the archives for "SDDR" and you'll find the threads.
> 
> Then enabled usb in /etc/rc.conf.  My /etc/usbd.conf looks like this.  I
> have the SDDR-31 (I think, I'm not at home right now).
> 
> -----------------------------------------------------------------
> device "ImageMate SanDisk"
>         product 0x0002
>         vendor 0x0781
>         release 0x0009
>         class 0x0000
>         subclass 0x0000
>         protocol 0x0000
>         devname "umass0"
> 
> # The fallthrough entry: Nothing is specified, nothing is done.  And it isn't
> # necessary at all :-).  Just for pretty printing in debugging mode.
> #
> device "USB device"
> -----------------------------------------------------------------
> 
> and an entry in /etc/fstab like this:
> 
> /dev/da0s1              /sandisk                msdos   rw,noauto       0       0
> 
> 
> Works great for me.
> 


Yep, it's the SDDR-31 that works for me on my FreeBSD and Linux
box(es)

-- 
Bill Schoolcraft            
PO Box 210076                 -o)
San Francisco CA 94121         /\
"UNIX, A Way Of Life."        _\_v
http://forwardslashunix.com



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?Pine.LNX.4.21.0201031821280.2449-100000>