From owner-freebsd-usb@FreeBSD.ORG Thu May 14 15:37:26 2015 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 977225DD for ; Thu, 14 May 2015 15:37:26 +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 225A61AE9 for ; Thu, 14 May 2015 15:37:25 +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 3F0611FE023; Thu, 14 May 2015 17:37:17 +0200 (CEST) Message-ID: <5554C159.6080507@selasky.org> Date: Thu, 14 May 2015 17:38:01 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "jurgenxiv@t-online.de" , "freebsd-usb@freebsd.org" Subject: Re: USB Virtualbox References: <55545C29.7060406@selasky.org> <1971399727555476ff6312f3.88689071@email.t-online.de> In-Reply-To: <1971399727555476ff6312f3.88689071@email.t-online.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 15:37:26 -0000 On 05/14/15 12:20, jurgenxiv@t-online.de wrote: > I am running freebsd 10. Setting hw.usb.ehci.no_hs=1 at the loader prompt leads to the following usbconfig (with no devices available). > > ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) > ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) > > That's really frustrating. Maybe I have to buy pci usb host controller and try again? Or is this not a hardware related problem? > Hi, Maybe there is a missing driver for an OHCI or UHCI driver, which is needed for FULL speed operation. Can you check output from "pciconf -lv". Else you cannot force devices into FS mode unless using a FS HUB. --HPS