From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 04:38:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B8F16A4CE for ; Sat, 10 Jan 2004 04:38:11 -0800 (PST) Received: from mail.allcaps.org (mail.allcaps.org [206.251.247.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0069A43D5E for ; Sat, 10 Jan 2004 04:38:11 -0800 (PST) (envelope-from bsder@allcaps.org) Received: from mail.allcaps.org (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id 5551AD844C for ; Sat, 10 Jan 2004 04:43:38 -0800 (PST) Received: from localhost (bsder@localhost)i0AChc3m071627 for ; Sat, 10 Jan 2004 04:43:38 -0800 (PST) X-Authentication-Warning: mail.allcaps.org: bsder owned process doing -bs Date: Sat, 10 Jan 2004 04:43:38 -0800 (PST) From: "Andrew P. Lentvorski, Jr." To: freebsd-current@freebsd.org Message-ID: <20040110043516.C71609@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Sat, 10 Jan 2004 06:02:43 -0800 Subject: USB mass storage device problems ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 12:38:12 -0000 I just cvsupped on the RELENG_5_2 tag and updated my system. I'm trying to get a PNY Attache 512MB USB key to work. Instead I'm getting: umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT This same USB key works great in a stock RedHat 9.0 Linux install. It plugs in, recognizes, and even mounts as a VFAT partition. Any suggestions as to what might be going wrong, how I can fix it, or, at least, the flags I can set to give the most useful debugging feedback. Also, if the solution is to get a different 512MB USB key, I'll take that advice too. Thanks, -a