From owner-freebsd-mobile Mon Mar 5 15:36: 5 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from sys708.peregrine.com (nat-315.peregrine.com [63.82.231.61]) by hub.freebsd.org (Postfix) with ESMTP id F132837B718 for ; Mon, 5 Mar 2001 15:36:00 -0800 (PST) (envelope-from erich@ucsd.edu) Received: from ucsd.edu (erichb2b.peregrine.com [172.17.8.102]) by sys708.peregrine.com (8.11.2/8.11.2) with ESMTP id f25Na6F11004; Mon, 5 Mar 2001 15:36:14 -0800 (PST) (envelope-from erich@ucsd.edu) Message-ID: <3AA422B8.5040001@ucsd.edu> Date: Mon, 05 Mar 2001 15:35:20 -0800 From: unsafe at any speed User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.9) Gecko/20010228 X-Accept-Language: en MIME-Version: 1.0 To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: mounting a sandisk References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The USB mass storage driver isn't recognizing it and claiming it as a mass storage device, which needs to happen for it to get a da# device. So instead it's appearing as a ugen (generic USB) device. I have a similar problem with my Casio QV3000 camera. I've added it to usbdevs and umass.c, but all the ATAPI code in umass.c is commented out. Until that is functional (or I'm brave enough to uncomment that code) I'm out of luck. If your Imagemate uses the SCSI command set instead of the ATAPI command set you'll be better off. Eric Randy Bush wrote: > sony 505tx > 4.2-stable > sandisk imagemate smart card > > so i have this usb imagemate for smart cards. it is recognized at boot > > uhci0: port 0xfce0-0xfcff \ > irq 9 at device 7.2 on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > ugen0: SanDisk USB SSFDC, rev 1.10/2.08, addr 2 > > i think i have what is neede configured in the kernel > > device scbus # SCSI bus (required) > device da # Direct Access (disks) > ... > device uhci # UHCI PCI->USB interface > #device ohci # OHCI PCI->USB interface > device usb # USB Bus (required) > device ugen # Generic > #device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus and da > device ums # Mouse > #device uscanner # Scanners > > but it does not show up as daN > > # fdisk /dev/da0 > fdisk: cannot open disk /dev/da0: Device not configured > # fdisk /dev/da1 > fdisk: cannot open disk /dev/da1: Device not configured > # fdisk /dev/da2 > fdisk: cannot open disk /dev/da2: Device not configured > # fdisk /dev/da3 > fdisk: cannot open disk /dev/da3: Device not configured > > so how do i find and mount this sucker? > > randy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message