I've tried versions: 6.0.14, 6.1.0_BETA2
I have two Linux computers
- VirtualBox on Linux Hosts which Windows 10 Guests (name: win10)
- Linux Hosts USBIP (IP address 192.168.30.210)
When I run Linux, the VM hosts the command:VBoxManage usbdevsource add "13fd: 3e40" --backend "usbip" --address 192.168.30.210
I can see that he recognized the USB connected to a LinuxIP host well, it looks like this:VBoxManage list usbhost
But when I make:UUID: 00a5dccb-745f-44fd-85ec-549d16b7eb0e VendorId: 0x13fd (13FD) ProductId: 0x3e40 (3E40) Revision: 16.96 (1696) Port: 2 USB version/speed: 3/Super Manufacturer: Initio Corporation Address: usbip://192.168.30.210: 3240: 2-3.1 Current State: Busy
I see Windows 10 Guests the USB device detected for a few seconds and goneVBoxManage controlvm win10 usbattach 00a5dccb-745f-44fd-85ec-549d16b7eb0e
And when I run again:
I can see that the USB UUID has changedVBoxManage list usbhost
Is it a bug?