From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 10:36:39 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9478F37B401 for ; Wed, 2 Apr 2003 10:36:39 -0800 (PST) Received: from thingy.apana.org.au (thingy.apana.org.au [203.12.237.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE73B43FA3 for ; Wed, 2 Apr 2003 10:36:37 -0800 (PST) (envelope-from fun@thingy.apana.org.au) Received: from fun by thingy.apana.org.au with local (Exim 3.35 #1 (Debian)) id 190n62-0007Iv-00 for ; Thu, 03 Apr 2003 04:36:26 +1000 Date: Thu, 3 Apr 2003 04:36:26 +1000 To: freebsd-questions@freebsd.org Message-ID: <20030402183626.GR3627@thingy.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: David Gerard Subject: Crucial USB CompactFlash reader and 4.6.2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 18:36:39 -0000 Just got a Crucial USB CompactFlash reader. I plugged the CF card into it, plugged the cable into the reader, and tried to mount it: $ sudo mount -t msdos /dev/da0s1 /mnt Password: msdos: /dev/da0s1: Device not configured dmesg gives me this: umass0: USB Mass Storage, rev 1.10/1.13, addr 3 umass0: Get Max Lun not supported (STALLED) umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR umass0: BBB reset failed, IOERROR umass0: BBB bulk-in clear stall failed, IOERROR umass0: BBB bulk-out clear stall failed, IOERROR (da0:umass-sim0:0:0:0): got CAM status 0x4 (da0:umass-sim0:0:0:0): fatal error, failed to attach to device (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry Has anyone gotten one of these to work with FreeBSD? I even emailed Crucial beforehand asking if it was just a plain old umass, and they wrote back saying it was ... - d.