From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 5 18:03:16 2015 Return-Path: Delivered-To: freebsd-emulation@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 4B773487; Mon, 5 Jan 2015 18:03:16 +0000 (UTC) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.159]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD21C3C7F; Mon, 5 Jan 2015 18:03:15 +0000 (UTC) X-Interia-R: Interia X-Interia-R-IP: 195.69.80.4 X-Interia-R-Helo: Received: from w530.domain.com (unknown [195.69.80.4]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Mon, 5 Jan 2015 18:47:11 +0100 (CET) Message-ID: <54AACEA0.7060305@interia.pl> Date: Mon, 05 Jan 2015 18:49:20 +0100 From: vermaden User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Ranjan1018 . <214748mv@gmail.com>; Jung-uk Kim" Subject: Re: Virtualbox USB Passthrough References: <54AA410D.9090704@interia.pl> In-Reply-To: X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1420480032; bh=ZeCufYG0OmVX+MBHmcLdHSGEHNePUaC2pMpBDB8eZaE=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:Message-ID:Date:From: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: Content-Type:X-Interia-Antivirus; b=qG1W6rJk+n6kqROI4oFH7pgUGzCq7Pm4ffX+jsnpYlwBwXuRB3hnNkyMczU6mklSO 3agfweKMd5ktsaie+gTRy0aOXTGhNBiX3Bn79GBwXrNt3AmB0SgmD+hUGUmphmxOue bx4RntOiDUOj7QQMpc5rJ071WsCaGtn5h5pmcmfY= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-emulation@freebsd.org, freebsd-stable@freebsd.org, freebsd-virtualization@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 05 Jan 2015 18:03:16 -0000 > USB passthrow do not works in virtualbox-ose-4.3.20, it was fixed in virtualbox-ose-4.3.20_1. Please look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196 > We updated the USB support code a month ago (r373722). >https://svnweb.freebsd.org/changeset/ports/373722 > i.e., 4.3.20_1 or later should work. No matter if I set*hw.usb.ehci.no_hs* to *0* or *1* it does not work anyway. I have FreeBSD 10.1-STABLE (r276175) and Virtualbox 4.3.20_4. # uname -v FreeBSD 10.1-STABLE #0 r276175: Wed Dec 24 11:20:39 CET 2014 root@w530.domain.com:/usr/obj/usr/src/sys/GENERIC # pkg info -o virtualbox-ose-4.3.20_4 virtualbox-ose-4.3.20_4 emulators/virtualbox-ose Regards, vermaden On 01/05/2015 17:28, Ranjan1018 . wrote: > 2015-01-05 8:45 GMT+01:00 vermaden >: > > Hi, > > I havent used USB passthrough for some time on FreeBSD with > Virtualbox, now with FreeBSD 10.1-STABLE (2014/12/14) and > Virtualbox 4.3.20 I am not able to make it work, I have found some > workarounds with 'sysctl hw.usb.ehci.no_hs=1' but that also does > not work. > > What is proper setup to use USB passthrough with Virtualbox on > FreeBSD currently? > > Thanks, > vermaden > > Hi, > > USB passthrow do not works in virtualbox-ose-4.3.20, it was fixed in > virtualbox-ose-4.3.20_1. Please look at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196 > > Regards, > Maurizio > > >