From owner-freebsd-questions Fri Jan 4 12:37:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from teak.adhesivemedia.com (teak.adhesivemedia.com [207.202.159.79]) by hub.freebsd.org (Postfix) with ESMTP id 877E037B41B for ; Fri, 4 Jan 2002 12:37:21 -0800 (PST) Received: from localhost (philip@localhost) by teak.adhesivemedia.com (8.11.6/8.11.6) with ESMTP id g04KbDY35961; Fri, 4 Jan 2002 12:37:13 -0800 (PST) (envelope-from philip@adhesivemedia.com) Date: Fri, 4 Jan 2002 12:37:13 -0800 (PST) From: Philip Hallstrom To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: Putting a USB Compact Flash reader on a FreeBSD system In-Reply-To: <070201c1955f$4c5eaf70$0a00000a@atkielski.com> Message-ID: <20020104123606.R34429-100000@teak.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 At this point you're on your own :) As far as my /etc/usbd.conf file I made it look that way based off of some other stuff in there and the output of dmesg. Sorry, but I don't remember exactly what goes where or why, but I don't remember it being that hard either... try the man page or search the archives... I don't think I looked anywhere else for help. good luck! -philip On Fri, 4 Jan 2002, Anthony Atkielski wrote: > Philip writes: > > > If you get an Sandisk Imagemate there are some > > issues with which model (some of which *look* > > identical). > > I couldn't find a SanDisk, so I got an Imation FlashGo, which looks kind of > the same. > > > I added this to my kernel config: > > OK. I added uhci, usb, and umass; scbus and da were already there. > > > Then enabled usb in /etc/rc.conf. > > OK, did that. > > > My /etc/usbd.conf looks like this. > > Did you edit it to look that way, or did it somehow get that way on its own? > If you edited it, how did you know what to put? > > > and an entry in /etc/fstab like this: > > OK, I added that with a text editor. > > > Works great for me. > > What else do I have to do to get it started. I rebooted and all, and it > seems to be there, but I can't mount it, although camcontrol sees it. Here > are some salient messages from dmesg.boot after my changes: > > [...] > uhci0: port 0xc400-0xc41f irq 10 at device 7.2 > on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > umass0: Imation FlashGO!, rev 1.10/1.09, addr 2 > umass0: Get Max Lun not supported (STALLED) > uhci1: port 0xc800-0xc81f irq 10 at device 7.3 > on pci0 > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > [...] > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 650KB/s transfers > da0: 45MB (93952 512 byte sectors: 64H 32S/T 45C) > > So what does this mean? What state is the card reader in, and how do I get > from where I am now to an accessible file system? The messages give me the > impression that the device was indeed recognized. I can also do the > following: > > freebie# camcontrol rescan 0 > Re-scan of bus 0 was successful > freebie# camcontrol devlist > at scbus0 target 0 lun 0 (pass0,da0) > freebie# camcontrol inquiry da0 > pass0: Removable Direct Access SCSI-0 device > pass0: Serial Number > pass0: 650KB/s transfers > freebie# > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message