From owner-freebsd-usb@FreeBSD.ORG Fri Jan 16 19:47:55 2015 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 A0903D02; Fri, 16 Jan 2015 19:47:55 +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 5FF9578F; Fri, 16 Jan 2015 19:47:54 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 78A671FE023; Fri, 16 Jan 2015 20:47:46 +0100 (CET) Message-ID: <54B96B12.3070308@selasky.org> Date: Fri, 16 Jan 2015 20:48:34 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: sbruno@freebsd.org, freebsd-usb@freebsd.org Subject: Re: USB 3 strange behavior, lenovo x240 References: <54B951AB.2000102@ignoranthack.me> In-Reply-To: <54B951AB.2000102@ignoranthack.me> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 16 Jan 2015 19:47:55 -0000 On 01/16/15 19:00, Sean Bruno wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > I'm seeing strange behavior when I enable USB 3 support on my laptop. > Running head @r276878: > > Disabling USB 3 makes things behave "better" in that my wireless device > will actually serve traffic and /dev/video0 will really exist when I > switch over. Using USB 3 makes things behave erratically if at all. > > Devices don't appear after a reboot and I'm seeing issues using my USB 2 > devices. > Hi, Does setting: hw.usb.xhci.xhci_port_route=-1 In /boot/loader.conf Help? --HPS