From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:55:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0ABA716A41F for ; Sat, 24 Dec 2005 14:55:20 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from union.dynode.net (ppp173-2.lns1.per1.internode.on.net [150.101.173.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C3343D76 for ; Sat, 24 Dec 2005 14:55:17 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from main.dynode.net (main.dynode.net [192.168.0.11]) by union.dynode.net (8.13.4/8.13.4) with ESMTP id jBOF0vQY042917 for ; Sat, 24 Dec 2005 23:00:57 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: from main.dynode.net (localhost [127.0.0.1]) by main.dynode.net (8.13.4/8.13.3) with ESMTP id jBOEqLC6022156 for ; Sat, 24 Dec 2005 22:52:21 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: (from rjw@localhost) by main.dynode.net (8.13.4/8.13.1/Submit) id jBOEqLZR022155 for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 22:52:21 +0800 (WST) (envelope-from rjw) Date: Sat, 24 Dec 2005 22:52:21 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20051224145221.GB21970@main.dynode.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <200512241148.11674.plcplc@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512241148.11674.plcplc@gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: umass detected, but da is never created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:55:20 -0000 On Sat, Dec 24, 2005 at 11:48:10AM +0100, Philip Lykke Carlsen wrote: > I have this external harddisk kit, and when I plug it in, the system correctly > recognizes it as a umass.. but afterwards, the da device is never created.. > > this is what I get from the console: > > umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 > umass0: BBB reset failed, TIMEOUT > umass0: BBB bulk-in clear stall failed, TIMEOUT > > Also, the very same thing but the timeouts are happening if I connect an Apple > iPod.. > > And for the record, I had this problem with both the generic and my custom > kernel.. both with umass,da,ses,pass compiled in.. > > Any ideas as for how to solve this? > Any guidelines and I'd gladly edit the files in question and submit a patch, > when I get it working.. > > PS, Any other usb-drive I've tried has worked without problems.. At first I guessed it would have been a faulty device, however after a quick Google it appears `common'. http://www.bsdforums.org/forums/archive/index.php/t-664.html Maybe it's an unsupported device. - Russell