From owner-freebsd-usb@FreeBSD.ORG Sun Sep 2 19:16:06 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27F231065673 for ; Sun, 2 Sep 2012 19:16:06 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id A67588FC0C for ; Sun, 2 Sep 2012 19:16:05 +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 laptop015.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 315795612; Sun, 02 Sep 2012 21:16:03 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 2 Sep 2012 21:17:04 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201209021248.21905.dantavious313@gmail.com> In-Reply-To: <201209021248.21905.dantavious313@gmail.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209022117.04464.hselasky@c2i.net> Cc: Subject: Re: USB 3.0 Issues X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 19:16:06 -0000 On Sunday 02 September 2012 18:48:16 Derrick Edwards wrote: > When I disable USB 3.0 support in the BIOS, USB functions properly. Any > ideas on what could be causing this? Please let me know what additional > information you need. Hi, I'm afraid I need my hand on your device to figure this out. When the device init fails, it means that SET-ADDRESS fails, and without that we are lost. You could try setting this variable in /boot/loader.conf hw.usb.xhci.xhci_port_route="0xFFFFFFFF" hw.usb.xhci.xhci_port_route="0x0" hw.usb.xhci.xhci_port_route="0x1" hw.usb.xhci.xhci_port_route="0x2" hw.usb.xhci.xhci_port_route="0x4" hw.usb.xhci.xhci_port_route="0x8" And so on. --HPS