From owner-freebsd-questions Mon Dec 11 14:43:46 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 14:43:44 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from eagle.acns.ColoState.EDU (eagle.acns.colostate.edu [129.82.100.90]) by hub.freebsd.org (Postfix) with ESMTP id 6B7E737B400 for ; Mon, 11 Dec 2000 14:43:43 -0800 (PST) Received: from yuma.acns.ColoState.EDU (yuma.acns.colostate.edu [129.82.100.64]) by eagle.acns.ColoState.EDU (AIX4.3/8.9.3/8.8.8) with ESMTP id PAA45866 for ; Mon, 11 Dec 2000 15:43:42 -0700 Received: from cs.colostate.edu (res099070.halls.colostate.edu [129.82.99.70]) by yuma.acns.ColoState.EDU (AIX4.3/8.9.3/8.8.8) with ESMTP id PAA110722 for ; Mon, 11 Dec 2000 15:43:38 -0700 Sender: denton@yuma.acns.ColoState.EDU Message-ID: <3A35592A.441A8DB1@cs.colostate.edu> Date: Mon, 11 Dec 2000 15:46:02 -0700 From: Jason Denton X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: USB Compact Flash Reader Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get the compact flash card reader that came with my I-Jam 50 setup. It is a USB mass storage device, I'm running 4.2 Stable. I have the following devices in my kernel config : device uchi device usb device ugen device umass device scbus device da device pass The order above is the order in which the appear in the config file (this makes a difference I thing). I do make depend, make, make install, and reboot. The kernel does correctly prode the device at boot time, I get : 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 ugen0: SHUTTLE SCM Micro USBAT-02 , rev 1.00/0.05, addr 2 uhci1: port 0xd800-0xd81f irq 10 at device 4.3 on pc i0SC[A 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 camcontrol devlist -v give me: scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) camcontrol rescan 0 gives me : camcontrol: CAMIOCOMMAND ioctl failed: Invalid argument and when I try to mount I get mount -t msdos /dev/da0 /mnt/flash msdos: /dev/da0: Device not configured I think part of the problem is that I do not have a SCSI adapter in the system and the scsi code isn't getting activated, but I'm not sure. Does anybody have a solution, or thought on what to try next? Jason Denton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message