usbip-win icon indicating copy to clipboard operation
usbip-win copied to clipboard

USB/IP for Windows

Results 80 usbip-win issues
Sort by recently updated
recently updated
newest added

Hello to all, I think this is just a little problem, but I cannot find a solution. When I do the following steps iI get this results: C:\usbip\Debug\x64> .\usbip.exe list...

Driver V0.1.0 some usb storage are working well,but some usb storage is not working; the error code is 10 ![image](https://user-images.githubusercontent.com/6436021/132661250-46d36630-318a-4244-949d-d0471f721e1e.png) ### **driver is not working** ` 00000001 0.00000000 usbip_vhci: vhci_ioctl:...

Another minor issue with ARM64: usbip_stub.inx has hardcoded NTamd64. I was able to get it to successfully load by search/replace with NTamd64 with NTARM64, but this is a substitution that...

When compiling on Windows 7 x64 SPI I get a bunch of compilation errors. These errors are from the use of structures and preprocessor macros that are only available for...

The latest driver from the branch 'master' is not built for the Windows 7 platform. The build is carried out on the version of Visual Studio 2017 (v141). For app...

Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device...

enhancement
good first issue
future work

I have set up the USBIP server on a Raspberry Pi 4. I have finally managed to connect the device in Windows For testing I wanted to connect a USB...

The server is ubuntu, in usb bulk transfer mode, when the transferbufferlength of urb is set to 524288, this problem will occur, is there any way to fix it?

While attempting to install driver on a Windows device, I kept getting this error: ``` PS C:\opt\usbip> .\usbip.exe install -u usbip: error: vhci(ude) driver already exist ``` I suspected that...

Getting this error when trying to build *usbip-win* with visual Studio 2022 10.0.18.xx SDK&/WDK. Tried everything but not ablet to solve this issue. Projects *usbip_vhci* and *usbip_vhchi_ude* have this error....