From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 9 12:01:58 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E28D3CE9 for ; Fri, 9 Nov 2012 12:01:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 68AA38FC1B for ; Fri, 9 Nov 2012 12:01:57 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 343138352; Fri, 09 Nov 2012 12:56:48 +0100 From: Hans Petter Selasky To: Lino Miklav Subject: Re: VirtualBox and USB Date: Fri, 9 Nov 2012 12:58:28 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <509C3501.9040408@unitedpeople.net> In-Reply-To: <509C3501.9040408@unitedpeople.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201211091258.28431.hselasky@c2i.net> Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 12:01:58 -0000 On Thursday 08 November 2012 23:41:05 Lino Miklav wrote: > Hello, > > what is the current status of USB support under VirtualBox? > > I'm trying to attach a dongle in VirtualBox 4.1.22 on FreeBSD > 9 host. It can be seen in the guest, but it doesn't work. I've > tried the "sysctl hw.usb.ehci.no_hs=1" trick, but it made no difference. > Does it matter to have USB drivers compiled in > the kernel? > > Regards, > Karel Miklav Hi, Did you change ownership of /dev/usb/X.Y.0 for your device, so that VirtualBox is allowed to see it. --HPS