From owner-freebsd-current@FreeBSD.ORG Fri May 11 00:54:19 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 821) id 9870A1065689; Fri, 11 May 2012 00:54:19 +0000 (UTC) Date: Fri, 11 May 2012 00:54:19 +0000 From: John To: freebsd-current@freebsd.org Message-ID: <20120511005419.GA5643@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: 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 00:54:19 -0000 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. Thanks, John