From owner-freebsd-usb@FreeBSD.ORG Fri Sep 22 10:10:47 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B612116A403 for ; Fri, 22 Sep 2006 10:10:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0BA43D4C for ; Fri, 22 Sep 2006 10:10:44 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.135.5] (HELO [10.0.0.249]) by mailfe05.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 184751949; Fri, 22 Sep 2006 12:10:43 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 22 Sep 2006 12:10:58 +0200 User-Agent: KMail/1.7 References: <20060921.145657.1152753773.imp@bsdimp.com> In-Reply-To: <20060921.145657.1152753773.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609221210.59301.hselasky@c2i.net> Cc: Subject: Re: Odd usb hub issue X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 10:10:47 -0000 On Thursday 21 September 2006 22:56, M. Warner Losh wrote: > I have a dell server that I'm having usb problems with. I have usb > enabled in the BIOS, but none of the usb ports appears to work. In > dmesg, I see: > > CPU: Intel(R) Pentium(R) D CPU 3.00GHz (3000.12-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0xf47 Stepping = 7 > > Features=0xbfebfbffA,C MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Features2=0x649d > AMD Features=0x20100800 > AMD Features2=0x1 > Cores per package: 2 > usable memory = 4282433536 (4084 MB) > avail memory = 4137197568 (3945 MB) > ACPI APIC Table: > ... > uhci0: port 0xbce0:0x20 irq 20 at device > 29.0 on pci0 uhci0: [GIANT-LOCKED] > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: on usb0 > device_attach: uhub0 attach returned 6 > usb0: port 0, set config at addr 1 failed > usb0: root hub problem, error=4 > .... > > with the same messages repeated for each uhub for each uchi that I > have. > > Ideas? In /sys/dev/uhub.c you might want to change: int uhubdebug = 0; Into: int uhubdebug = 15; Then see what errors show up. Do you get the same error with the latest version of the new USB stack ? --HPS