From owner-freebsd-usb@FreeBSD.ORG Fri Aug 9 20:30:02 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3EB9BB0A for ; Fri, 9 Aug 2013 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1F02073 for ; Fri, 9 Aug 2013 20:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r79KU1Vn076870 for ; Fri, 9 Aug 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r79KU1HT076869; Fri, 9 Aug 2013 20:30:01 GMT (envelope-from gnats) Date: Fri, 9 Aug 2013 20:30:01 GMT Message-Id: <201308092030.r79KU1HT076869@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Hans Petter Selasky Subject: Re: usb/181159: Problem attaching USB device X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 20:30:02 -0000 The following reply was made to PR usb/181159; it has been noted by GNATS. From: Hans Petter Selasky To: Antonis Anastasiadis Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: usb/181159: Problem attaching USB device Date: Fri, 09 Aug 2013 22:25:31 +0200 On 08/09/13 13:58, Antonis Anastasiadis wrote: > >> Number: 181159 >> Category: usb >> Synopsis: Problem attaching USB device >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-usb >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Fri Aug 09 12:00:00 UTC 2013 >> Closed-Date: >> Last-Modified: >> Originator: Antonis Anastasiadis >> Release: 9.2-RC1 >> Organization: >> Environment: >> Description: > Using 9.2-RC1 system compiled with clang. The system is installed on a Hetzner EX40-SSD server. > > The problem is that a USB device cannot be attached. The device is from the company Peppercon/Raritan that allows the remote control of a server. > It is connected to the VGA, keyboard and mouse ports of the server. > Hi, There are some debug parameters under: sysctl hw.usb.timings Which might affect the behavior of your device. Make sure you have the XHCI patch for 9.2-RC1 which was in a big late, if you compiled the code yourself. > The exact error from the kernel output is: > > usb_alloc_device: device init 2 failed (USB_ERR_IOERROR, ignored) > ugen0.2: at usbus0 (disconnected) > uhub_reattach_port: could not allocate new device > Could you show the dmesg about which USB controller is at usbus0 in the non-working case? --HPS