vadimgrn / usbip-win2

USB/IP Client for Windows
GNU General Public License v3.0
469 stars 40 forks source link

Both ude and wdm can not work with this device #85

Closed hbsgz008 closed 1 month ago

hbsgz008 commented 2 months ago

I have a usb composite device , when use ude driver, it shows that String descriptors are not available. 2

and when I use usbip-win2-0.9.3.4 wdm driver, there is 3 interfaces can not install driver, and when I use the usb-win wdm driver, all the interface's drivers are installed, but the winusb WCID is null. 1

vadimgrn commented 2 months ago

https://github.com/vadimgrn/usbip-win2/tree/master?tab=readme-ov-file#obtaining-usbip-logs-on-windows

hbsgz008 commented 2 months ago

this is the ude log: logude.txt

vadimgrn commented 2 months ago

This is usb full speed device, its endpoint descriptors should be patched, but it does not work. I can do nothing, I don't have the device to try something.

hbsgz008 commented 2 months ago

I changed to use wdm driver, there is no the ude's problem. but it got BSOD after running for a while. In the dump file the receive:wsk irp numbers is more than the send:wsk irp numbers. bsoddump.txt

vadimgrn commented 2 months ago

WDM driver is no longer supported