WinUSB instead of VBOXUsb drivers #374
Replies: 3 comments 4 replies
-
Not really. I looked into this an came to the following conclusions:
And that last point is exactly the problem: driver signatures. The only reason I chose VBoxUSB is that the driver is properly signed. If I could sign my own (i.e., if I would have an EV-cert and Microsoft would accept individuals to register in the signing portal), then I would have written a specific driver myself. I was able to make the one from VBox work (although it is kind of poorly written, judging from the code) and it is already signed. WinUSB is closed source, and the documented interface is not enough for all types of devices and would require re-signing for many devices. So, VBoxUSB is the only way (that I see), for now. I would write a better driver myself, if only I could get it signed... |
Beta Was this translation helpful? Give feedback.
-
Hi, any updates on possibilities for Win 11 on ARM (Windows Dev Kit 2023 specifically) support? I’m trying to pass a USB mic through to WSL2 Debian and obviously stymied. You mention getting a driver signed is the primary issue: is it just due to cost of getting an EV cert? |
Beta Was this translation helpful? Give feedback.
-
One more question; is it possible that you could provide the VS .sln etc. And allow those of us silly enough to want to attempt this on aarch64 hardware to self-sign and compile for ourselves in the meantime? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to replace the usage of WinUsb instead of VBOXUsb drivers as a way to provide compatibility with the ARM64 platform?
Beta Was this translation helpful? Give feedback.
All reactions