From owner-freebsd-usb@FreeBSD.ORG Thu May 14 05:50:03 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 AA687D7E for ; Thu, 14 May 2015 05:50:03 +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 6C0321ECC for ; Thu, 14 May 2015 05:50:02 +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 AFBCC1FE023; Thu, 14 May 2015 07:49:59 +0200 (CEST) Message-ID: <555437B4.5050800@selasky.org> Date: Thu, 14 May 2015 07:50:44 +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: <160293270155536821924ee4.16088245@email.t-online.de> In-Reply-To: <160293270155536821924ee4.16088245@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 05:50:03 -0000 On 05/13/15 17:05, jurgenxiv@t-online.de wrote: > Hi everyone, > > I try to get my iPad recognized with a Windows 7 guest and Virtualbox under freebsd 10 host. > > Because there is no usb 2.0 support for freebsd-virtualbox I try to force it to usb 1. > > I am using "sysctl hw.usb.ehci.no_hs=1" as mentioned here > http://www.clearchain.com/blog/posts/how-to-use-freebsd-virtualbox-and-usb2-0-devices > > But even after disconnecting and reconnecting iPad is still is at usb 2.0 speed. > > Is there another way to use usb devices in Virtualbox? > Hi, Can you show what USB controllers are present. If you have XHCI, you need to set the port routing mask and the no_hs sysctls at the same time. --HPS