cezanne / usbip-win

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

Windows client unlink problem #301

Open Flautomation opened 2 years ago

Flautomation commented 2 years ago

Hi, I am currently using the Windows client to connect to a Raspberry Pi that acts as a usbip server. Attaching the usb device connected to the Pi works without any problems. However, as soon as I send an unlink command from the client to the server, the client gets back an undefinably large usb urb data packet full of trash. The TCP communication is correct. It seems that the client is misinterpreting the TCP data.

Does anyone else have this problem?

I have also tested the same procedure on Linux with the original usbip client. The TCP communication looks identical in Wireshark. Only the USB transmission looks different, the unlink response is interpreted as an empty usb response and that's how it should be.

Ouch-call commented 1 year ago

Did you ever solve that problem? I think it happened to me