From owner-freebsd-questions Fri Jan 4 12:35:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 6332F37B420 for ; Fri, 4 Jan 2002 12:35:13 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g04KZ6g00429; Fri, 4 Jan 2002 21:35:07 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <070201c1955f$4c5eaf70$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Philip Hallstrom" Cc: "FreeBSD Questions" References: <20020103145555.V57401-100000@teak.adhesivemedia.com> Subject: Re: Putting a USB Compact Flash reader on a FreeBSD system Date: Fri, 4 Jan 2002 21:35:06 +0100 Organization: Anthony's Home Page (development site) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 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