From owner-freebsd-current@FreeBSD.ORG Tue May 26 09:32:28 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6F9F106566B for ; Tue, 26 May 2009 09:32:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 601118FC0C for ; Tue, 26 May 2009 09:32:28 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=0XL0PbTVVtZ_BUY7c_0A:9 a=AMHPmFZpw2EqGIPn6kTYJMVCaRIA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 194867247; Tue, 26 May 2009 11:32:26 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 26 May 2009 11:36:29 +0200 User-Agent: KMail/1.9.7 References: <1243288231.4621.90.camel@mvn-desktop> <1243326345.4558.1.camel@mvn-desktop> <200905261047.58476.hselasky@c2i.net> In-Reply-To: <200905261047.58476.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905261136.30348.hselasky@c2i.net> Cc: Marten Vijn Subject: Re: uplcom write:Device not configured 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: Tue, 26 May 2009 09:32:29 -0000 On Tuesday 26 May 2009, Hans Petter Selasky wrote: > > Can you turn on USB debugging? > > sysctl hw.usb.debug=15 > > Also: > > sysctl hw.usb.uhci.debug=15 > sysctl hw.usb.ohci.debug=15 You can also try to set: hw.usb.ehci.no_hs=1 In /boot/loader.conf --HPS