cezanne / usbip-win

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

FlashPro 6 device not binding #239

Closed rkhat2 closed 2 years ago

rkhat2 commented 3 years ago

I have a polarfire SoC FPGA. One of the USB ports on it uses Flashpro 6.

When I try to bind it in usbip-win server, I get:

usbip: error: failed to bind device on busid 1-189 

The same USB works with a usbip server in Linux and works with VirtualHere in Windows. Other USBs work fine in usbip-win server. Any reason why this one doesn't work?

I would also like to point out that it shows in Linux as /dev/hidrawN where N is a number. Is hidraw not supported?

cezanne commented 2 years ago

@rkhat2 :

The same USB works with a usbip server in Linux and works with VirtualHere in Windows. Other USBs work fine in usbip-win server. Any reason why this one doesn't work?

usbip-win server (aka stub) still has many issues. usbip.exe --debug bind -b 1-189 will provide more useful information to resolve your issue.

cezanne commented 2 years ago

@rkhat2 : Any progress? I'll close this issue. Please reopen if you need.