Vadym
Vadym
Please try [this](https://drive.google.com/file/d/1jHtsbHAg4uHUMeyjH4gtc5AWzzzXkJfL/view?usp=sharing) build
It can work. But due to high latency some devices could be unusable (audio, etc.).
> Hello, The setup for windows compiled version is hell. I checked readme.MD and I want to blind myself. Luckily enough the author was kind enough to give a precompiled...
https://github.com/vadimgrn/usbip-win2/tree/develop
This is false positive, google "inno setup false positive". If you use [usbipd](https://github.com/dorssel/usbipd-win) as a server, use this build, it has bugfix for it. [usbip-win2-0.9.3.1.zip](https://github.com/cezanne/usbip-win/files/9692691/usbip-win2-0.9.3.1.zip). See also https://github.com/vadimgrn/usbip-win2/issues/15
I don't think it will work on Wine, this are issues of Wine. Read requirements for the driver, Win10 2004 or later.
I don't think so. Certification costs money which I'm not going to spend. The second reason is that the driver is actively developing and there are still a lot of...
The certification will be the primary goal when the driver will become stable.
There is no workaround. A certification costs money, at least Extended Validation (EV) Code Signing Certificate must be purchased. Its cost is about $700 per year (https://www.digicert.com/order/order-1.php). https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/get-started-dashboard-submissions https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-reqs#where-to-get-code-signing-certificates
I'm sure that a certificate evaluation isn't available. The simplest way is to make [Windows 10 attestation signed drivers](https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-reqs#windows-10-attestation-signed-drivers). This means a driver can be used without enabling Test Signing...