From owner-freebsd-current@FreeBSD.ORG Fri May 11 05:42:28 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E028106566C; Fri, 11 May 2012 05:42:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id DB8EA8FC0C; Fri, 11 May 2012 05:42:27 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 270038239; Fri, 11 May 2012 07:42:25 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 11 May 2012 07:41:41 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-STABLE; KDE/4.4.5; amd64; ; ) References: <20120511005419.GA5643@FreeBSD.org> In-Reply-To: <20120511005419.GA5643@FreeBSD.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205110741.41137.hselasky@c2i.net> Cc: Subject: Re: usb problems on HP DL980G7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 11 May 2012 05:42:28 -0000 On Friday 11 May 2012 02:54:19 John wrote: > Hi Folks, > > We've been trying to bring freebsd up on a hp dl980g7 for awhile. > Due to usb issues, we finally installed onto a revo card and > installed it into the 980. The system consistently puts out the > following messages: > > usbd_ctrl_transfer_setup: could not setup default USB transfer > usb_alloc_device: set address 2 failed (USB_ERR_NOMEM, ignored) > usbd_ctrl_transfer_setup: could not setup default USB transfer > usbd_setup_device_desc: getting device descriptor at addr 2 failed, > USB_ERR_NOMEM usbd_ctrl_transfer_setup: could not setup default USB > transfer > usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_NOMEM, ignored) > usbd_ctrl_transfer_setup: could not setup default USB transfer > usbd_setup_device_desc: getting device descriptor at addr 2 failed, > USB_ERR_NOMEM usbd_ctrl_transfer_setup: could not setup default USB > transfer > usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_NOMEM, ignored) > usbd_ctrl_transfer_setup: could not setup default USB transfer > usbd_setup_device_desc: getting device descriptor at addr 2 failed, > USB_ERR_NOMEM ugen0.2: at usbus0 (disconnected) > uhub_reattach_port: could not allocate new device > > From dmesg: > > pci0: at device 20.0 (no driver > attached) pcib12: at device 28.0 on pci0 > pci3: on pcib12 > pcib13: at device 28.4 on pci0 > pci2: on pcib13 > pci2: at device 0.0 (no driver attached) > pci2: at device 0.2 (no driver attached) > uhci0: port 0x3c00-0x3c1f irq 17 at device > 0.4 on pci2 usbus0 on uhci0 > uhci1: port 0x1000-0x101f irq > 20 at device 29.0 on pci0 device_attach: uhci1 attach returned 12 > uhci1: port 0x1020-0x103f irq > 23 at device 29.1 on pci0 device_attach: uhci1 attach returned 12 > uhci1: port 0x1040-0x105f irq > 22 at device 29.2 on pci0 device_attach: uhci1 attach returned 12 > uhci1: port 0x1060-0x107f irq > 23 at device 29.3 on pci0 device_attach: uhci1 attach returned 12 > ehci0: mem > 0xa0300000-0xa03003ff irq 20 at device 29.7 on pci0 device_attach: ehci0 > attach returned 12 > > Current - 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235137M > > Nothing connected to usb on this systems works. > > Full dmesg is here: > http://people.freebsd.org/~jwd/dl980g7/dmesg.boot.html > > Any help is appreciated. Hi, If you compile a kernel with options USB_DEBUG, there are some tunables under hw.usb which can set various USB related delays. Try to double all USB sysctls having the keyword "delay". --HPS