From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 12:01:58 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 3495F37B401 for ; Wed, 2 Apr 2003 12:01:58 -0800 (PST) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 5864A43F93 for ; Wed, 2 Apr 2003 12:01:57 -0800 (PST) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) Sender: dpelleg@gs166.sp.cs.cmu.edu To: David Gerard References: <20030402183626.GR3627@thingy.apana.org.au> From: Dan Pelleg Date: 02 Apr 2003 15:01:36 -0500 In-Reply-To: <20030402183626.GR3627@thingy.apana.org.au> Message-ID: Lines: 30 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: 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 20:01:58 -0000 David Gerard writes: > 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 I've had good luck with adding a QUIRK for my non-working CF readers. This requires light kernel hacking. See: http://www.root.org/~nate/freebsd/quirks.html My advice is to try DA_Q_NO_6_BYTE. If it works for you, submit a PR (assuming it wasn't already done - it's been a long time since 4.6.2...) -- Dan Pelleg