From owner-freebsd-virtualization@FreeBSD.ORG Tue Feb 10 11:06:34 2015 Return-Path: Delivered-To: freebsd-virtualization@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 CBF26CB0 for ; Tue, 10 Feb 2015 11:06:34 +0000 (UTC) Received: from host202-129-static.10-188-b.business.telecomitalia.it (host202-129-static.10-188-b.business.telecomitalia.it [188.10.129.202]) by mx1.freebsd.org (Postfix) with ESMTP id 48C61B3F for ; Tue, 10 Feb 2015 11:06:33 +0000 (UTC) Received: from [192.168.0.60] (MAURIZIO-PC [192.168.0.60]) by host202-129-static.10-188-b.business.telecomitalia.it (Postfix) with ESMTP id B6F6E16523; Tue, 10 Feb 2015 11:58:29 +0100 (CET) Message-ID: <54D9E455.1080506@cloverinformatica.it> Date: Tue, 10 Feb 2015 11:58:29 +0100 From: Maurizio Vairani User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-virtualization@freebsd.org Subject: Re: virtualbox-ose-4.3.16 USB passthrough does not work References: <54D927E5.6050601@quip.cz> In-Reply-To: <54D927E5.6050601@quip.cz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 11:06:34 -0000 Il 09/02/2015 22:34, Miroslav Lachman ha scritto: > Hi, > I have virtualbox-ose-4.3.16 and virtualbox-ose-kmod-4.3.16 installed > on my PC-BSD (FreeBSD 10.1-RELEASE-p8 amd64 GENERIC). I tried to > connect DJ mixer Rane TTM57SL and pass it's USB device (Serato sound > card + special HID) to VBox guest Windows 7 Ultimated 32bit. > > I correctly set the USB filter, started the VM and then got following > error: > > Failed to attach the USB device Serato TTM57SL to the virtual machine > Windows 7 Ultimate 32 bit. > > Failed to create a proxy device for the USB device. (Error: > VERR_READ_ERROR). > > Result Code: NS_ERROR_FAILURE (0x80004005) > Component: Console > Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6} > > > VBoxManage lists the device (the last one): > > # VBoxManage list usbhost > Host USB Devices: > > UUID: dc25c3c2-88b4-422a-a195-c13dfba58a6c > VendorId: 0x045e (045E) > ProductId: 0x0047 (0047) > Revision: 0.0 (0000) > Port: 0 > USB version/speed: 0/1 > Manufacturer: Microsoft > Product: Microsoft 5-Button Mouse with IntelliEyeTM > Address: /dev/ugen1.3 > Current State: Busy > > UUID: f9613731-eb1c-41a1-a516-86707a4e596a > VendorId: 0x067b (067B) > ProductId: 0x2305 (2305) > Revision: 0.0 (0000) > Port: 0 > USB version/speed: 0/1 > Manufacturer: vendor 0x067b > Product: IEEE-1284 Controller > Address: /dev/ugen2.3 > Current State: Busy > > UUID: 1c22de78-a318-4830-be8d-f6aecd0f3617 > VendorId: 0x13e5 (13E5) > ProductId: 0x0003 (0003) > Revision: 0.0 (0000) > Port: 0 > USB version/speed: 0/1 > Manufacturer: Serato > Product: TTM57SL > SerialNumber: TTM.01.00 > Address: /dev/ugen1.4 > Current State: Held > > > Device permissions are OK: > > # ls -l /dev/ugen1.4 > lrw-rw-rw- 1 root wheel 9 Feb 9 18:33 /dev/ugen1.4 -> usb/1.4.0 > > VirtualBox is running as root. > > Is USB passthrough supported on this version of VirtualBox? > > Should I have some special settings on host to allow this device for > VBox guest? > > Miroslav Lachman > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org" Hi, this bug was solved in version 4.3.20_1. Look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196 Regards, Maurizio **