cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.94k stars 349 forks source link

Does it require an existing controller/hub ? #263

Closed lgmorand closed 2 years ago

lgmorand commented 2 years ago

Hello @cezanne , @andyraf

Sorry for the dumb question (or the incorrect terminology) but this subject is complex to understand for me :)

I'm trying to get it work on an Azure Windows Virtual Machine. Since there is no USB on the hardware, there is no USB controller listed on the VM.

For instance: > usbip.exe list -l returns nothing

Does the driver emulates everything or does it needs to have an existing usb controller to work and emulate a second one ?

Thanks

cezanne commented 2 years ago

@lgmorand : Do you intend to make your local USB to work in Azure? If yes, you are required to install a usbip-win vhci driver. But I don't know if it's possible to install a custom driver on Azure. If you want a USB server in Azure, a stub driver should be installed. That driver can be installed without a usb controller, but it's useless. (There's no usb in Azure as you described)

lgmorand commented 2 years ago

Thanks @cezanne

we are full admin of the VM and we got weird message but by trying again we were able to move forward