Passing USB through to Local Hyper-V OS

Afternoon,

I am trying to come up with solution to pass USB device through to a local Hyper-V OS I have installed. Forgive the noob-ness, but I have done the following and I must be coming up short somewhere. I was succesfully able to perform job listed above with USB Network Gate with no issues. I just am trying to avoid paying crazy amount for their software. I have no issue paying for full version of VirtualHere if needed. There are no USB's that populate.

- Installed x64 Server on local computer and run
- Installed x64

HyperV Local Status Screenshot: https://ibb.co/sPsLzP5
Local Computer Status: https://ibb.co/Pc15mGY

Local log:
2021-12-14 14:32:16 INFO :>>> Starting VirtualHere USB Server v4.3.3 (Built: Aug 17 2021, 08:46:04)<<<
2021-12-14 14:32:16 INFO :Using configuration C:\Users\sales\Downloads\config.ini
2021-12-14 14:32:16 INFO :Server licensed to=unlicensed max_devices=1
2021-12-14 14:32:22 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 14:32:24 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 14:32:26 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 14:32:26 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 14:32:26 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 14:32:26 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4
2021-12-14 14:32:33 ERROR :Registration returned an error
2021-12-14 14:33:58 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 14:33:58 INFO :Unmanaging device 2 [0cf3:e007]
2021-12-14 14:33:58 INFO :Unmanaging device 3 [1bcf:28bc]
2021-12-14 14:33:58 INFO :Unmanaging device 4 [0bda:0328]
2021-12-14 14:33:59 INFO :>>> Shutdown <<<
2021-12-14 14:34:10 INFO :>>> Starting VirtualHere USB Server v4.3.3 (Built: Aug 17 2021, 08:46:04)<<<
2021-12-14 14:34:10 INFO :Using configuration C:\Users\sales\Downloads\config.ini
2021-12-14 14:34:10 INFO :Server licensed to=unlicensed max_devices=1
2021-12-14 14:34:10 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 14:34:13 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 14:34:15 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 14:34:15 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 14:34:15 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 14:34:15 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4

#2

Seems ok, in the virtualhere client right click USB Hubs->Specify Hubs ->Add and put in the IP address of the virtualhere server (the Host).

#3

This is what my ipconfig looks like. I inputted a few IP's still nothing. I must be missing some basic? Screenshot: https://ibb.co/gTGsXYS

Microsoft Windows [Version 10.0.19044.1387]
(c) Microsoft Corporation. All rights reserved.

C:\Users\sales>ipconfig

Windows IP Configuration

Ethernet adapter Ethernet:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : SBR-AC1750

Ethernet adapter vEthernet (Default Switch):

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::60d0:81fb:ee85:c248%33
IPv4 Address. . . . . . . . . . . : 172.20.144.1
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . :

Ethernet adapter vEthernet (New Virtual Switch):

Connection-specific DNS Suffix . : SBR-AC1750
Link-local IPv6 Address . . . . . : fe80::a48d:3c87:91a2:5bd%3
IPv4 Address. . . . . . . . . . . : 10.100.124.69
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.100.124.1

Wireless LAN adapter Local Area Connection* 1:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

Wireless LAN adapter Local Area Connection* 2:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

Ethernet adapter Ethernet 3:

Connection-specific DNS Suffix . : lan
IPv6 Address. . . . . . . . . . . : fd4f:b871:5ed8:10:cca:33ed:59df:7595
Temporary IPv6 Address. . . . . . : fd4f:b871:5ed8:10:51c6:c073:967c:9cec
Link-local IPv6 Address . . . . . : fe80::cca:33ed:59df:7595%24
IPv4 Address. . . . . . . . . . . : 192.168.8.102
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

Ethernet adapter Bluetooth Network Connection 3:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

C:\Users\sales>

#4

Is this command run on the server or client? Assuming the server put this IP address into the client 10.100.124.69

#5

Yes that command was run on the local side. Andddddd woot. You are lifesaver. That worked to get the devices to populate. But it doesn't seem like that port is recognizing the device plugged in to the port.

Current status: https://ibb.co/dPyd3Db

#6

You did right click and select Use?

#10

Server Log with new version:
2021-12-14 14:32:16 INFO :>>> Starting VirtualHere USB Server v4.3.3 (Built: Aug 17 2021, 08:46:04)<<<
2021-12-14 14:32:16 INFO :Using configuration C:\Users\sales\Downloads\config.ini
2021-12-14 14:32:16 INFO :Server licensed to=unlicensed max_devices=1
2021-12-14 14:32:22 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 14:32:24 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 14:32:26 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 14:32:26 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 14:32:26 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 14:32:26 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4
2021-12-14 14:32:33 ERROR :Registration returned an error
2021-12-14 14:33:58 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 14:33:58 INFO :Unmanaging device 2 [0cf3:e007]
2021-12-14 14:33:58 INFO :Unmanaging device 3 [1bcf:28bc]
2021-12-14 14:33:58 INFO :Unmanaging device 4 [0bda:0328]
2021-12-14 14:33:59 INFO :>>> Shutdown <<<
2021-12-14 14:34:10 INFO :>>> Starting VirtualHere USB Server v4.3.3 (Built: Aug 17 2021, 08:46:04)<<<
2021-12-14 14:34:10 INFO :Using configuration C:\Users\sales\Downloads\config.ini
2021-12-14 14:34:10 INFO :Server licensed to=unlicensed max_devices=1
2021-12-14 14:34:10 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 14:34:13 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 14:34:15 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 14:34:15 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 14:34:15 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 14:34:15 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4
2021-12-14 15:04:20 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:04:20 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:15:59 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:16:00 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:16:00 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:16:00 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:16:01 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:16:06 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:16:10 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 5
2021-12-14 15:16:10 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:16:10 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 6
2021-12-14 15:26:11 INFO :Unmanaging device 5 [0bda:8152]
2021-12-14 15:26:11 INFO :Unmanaging device 6 [0bda:8152]
2021-12-14 15:26:15 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 5
2021-12-14 15:26:15 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 6
2021-12-14 15:26:19 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:26:19 INFO :Unmanaging device 5 [0bda:8152]
2021-12-14 15:26:19 INFO :Unmanaging device 6 [0bda:8152]
2021-12-14 15:26:25 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:26:27 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:29:02 INFO :Unmanaging device 2 [0cf3:e007]
2021-12-14 15:29:02 INFO :Unmanaging device 3 [1bcf:28bc]
2021-12-14 15:29:02 INFO :Unmanaging device 4 [0bda:0328]
2021-12-14 15:29:02 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:29:03 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 15:29:06 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 15:29:08 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:29:08 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 15:29:08 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 15:29:08 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4
2021-12-14 15:30:45 INFO :10.100.124.105 connected as connection 1
2021-12-14 15:31:07 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:31:09 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:31:23 INFO :Installing driver for class Net {4D36E972-E325-11CE-BFC1-08002BE10318}
2021-12-14 15:31:23 INFO :OK driver installed try again...
2021-12-14 15:31:30 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:31:33 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:32:09 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:32:16 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 7
2021-12-14 15:32:18 INFO :Unmanaging device 7 [0bda:8152]
2021-12-14 15:32:22 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 8
2021-12-14 15:32:24 INFO :Unmanaging device 8 [0bda:8152]
2021-12-14 15:32:30 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:32:52 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:33:06 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 1
2021-12-14 15:35:09 INFO :Device 1 [0bda:8152] BOUND to connection 1
2021-12-14 15:37:45 INFO :Device 1 [0bda:8152] UNBOUND from connection 1
2021-12-14 15:37:46 INFO :Connection 1 successfully removed (reason:server shutdown)
2021-12-14 15:37:47 INFO :Unmanaging device 2 [0cf3:e007]
2021-12-14 15:37:47 INFO :Unmanaging device 3 [1bcf:28bc]
2021-12-14 15:37:47 INFO :Unmanaging device 4 [0bda:0328]
2021-12-14 15:37:47 INFO :Unmanaging device 1 [0bda:8152]
2021-12-14 15:38:03 INFO :>>> Shutdown <<<
2021-12-14 16:05:38 INFO :>>> Starting VirtualHere USB Server v4.3.3 (Built: Aug 17 2021, 08:46:04)<<<
2021-12-14 16:05:38 INFO :Using configuration C:\Users\sales\Downloads\config.ini
2021-12-14 16:05:38 INFO :Server licensed to=unlicensed max_devices=1
2021-12-14 16:05:38 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 16:05:42 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 16:05:43 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 8
2021-12-14 16:05:43 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 16:05:43 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 16:05:43 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4
2021-12-14 16:05:43 INFO :10.100.124.105 connected as connection 1
2021-12-14 16:09:46 INFO :Connection 1 successfully removed (reason:server shutdown)
2021-12-14 16:09:46 INFO :Connection 1 successfully removed (reason:timeout)
2021-12-14 16:09:48 INFO :Unmanaging device 8 [0bda:8152]
2021-12-14 16:09:48 INFO :Unmanaging device 2 [0cf3:e007]
2021-12-14 16:09:48 INFO :Unmanaging device 3 [1bcf:28bc]
2021-12-14 16:09:48 INFO :Unmanaging device 4 [0bda:0328]
2021-12-14 16:10:00 ERROR :Cannot complete the capture of device at address 46976240, perhaps it has disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0bda:8152] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 4, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 4 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 2, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 2 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:00 ERROR :Cannot initiate capture of device at address 8, perhaps its disappeared?
2021-12-14 16:10:00 ERROR :Error binding device 8 [0000:0000] to connection 1, BIND_ERROR
2021-12-14 16:10:01 INFO :>>> Shutdown <<<
2021-12-14 16:16:56 INFO :>>> Starting VirtualHere USB Server v4.3.4 (Built: Sep 26 2021, 06:40:25)<<<
2021-12-14 16:16:56 INFO :Using configuration C:\Users\sales\Downloads\config.ini
2021-12-14 16:16:56 INFO :Server licensed to=unlicensed max_devices=1
2021-12-14 16:16:56 INFO :Listening on all network interfaces at TCP port 7575 (IPv6 dual-stack)
2021-12-14 16:16:59 WARNING :Loading string descriptor for device on port 7 failed, A device attached to the system is not functioning. (0x0000001f)
2021-12-14 16:17:01 INFO :Found High speed device [0bda:8152] "Realtek, USB 10/100 LAN" at address 8
2021-12-14 16:17:01 INFO :Found Full speed device [0cf3:e007] "0x0cf3, 0xe007" at address 2
2021-12-14 16:17:01 INFO :Found High speed device [1bcf:28bc] "CN0WHVNDLOG0092FB7GDA01, Integrated_Webcam_HD" at address 3
2021-12-14 16:17:01 INFO :Found Super speed device [0bda:0328] "Generic, USB3.0-CRW" at address 4

#12

OK great, yeah ive got to release that beta build now as its works fine from all my testing and customers testing

#13

I have same problem. No usb's showing up on Hyper-V's desktop.
How did you get to display devices ?
The bata download link is dead

#14

Just right click USB Hubs->Specify Hubs and put in the IP address of the server