From owner-freebsd-usb@FreeBSD.ORG Tue Sep 30 05:47:24 2014 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EFA3C18 for ; Tue, 30 Sep 2014 05:47:24 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1BFDDDB for ; Tue, 30 Sep 2014 05:47:23 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 6ADF71FE022 for ; Tue, 30 Sep 2014 07:47:20 +0200 (CEST) Message-ID: <542A43E4.5020103@selasky.org> Date: Tue, 30 Sep 2014 07:47:16 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-usb@FreeBSD.org Subject: Re: CEC device not attaching to xHCI port References: <20140929174904.GA15642@coyote.spoerlein.net> In-Reply-To: <20140929174904.GA15642@coyote.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 05:47:24 -0000 On 09/29/14 19:49, Ulrich Spörlein wrote: > Hi, > > I got a CEC adapter using libCEC to bridge the gap between my XBMC and > TV. The device works fine *if* I plug it into the front ports (which is > a bit ugly, so I was wondering why this is not working on the other USB > hub). > > Non-working: > ugen0.2: at usbus0 (disconnected) > root@coyote:~# usbconfig -u 0 -a 1 > ugen0.1: at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) Hi, Can you enable: hw.usb.uhub.debug=15 for the failing case? --HPS