bulwarkid / virtual-fido

A Virtual FIDO2 USB Device
MIT License
1.21k stars 55 forks source link

./client_usbip.go:16:15: undefined usbip.NewUSBDevice #34

Closed CavoCode closed 7 months ago

CavoCode commented 7 months ago

This error appears when trying to run your project. I have installed go and looked into the code to find that there is no function named NewUSBDevice in usbip? But there is in the usb folder files.

Please help? Why does this not work out-of-the-box, is there something I am missing other than installing Go?

cmdli commented 7 months ago

My apologies; I was doing some development on MacOS but this seems to have broken Linux/Windows. I fixed the issue in https://github.com/bulwarkid/virtual-fido/commit/9ad6e59a6a8435f27cd3aadbe2aa0626ac211f5c. Could you pull and see if this fixed the issue?

CavoCode commented 7 months ago

Issue is now fixed, though now I am getting vhci driver is not loaded error.

CavoCode commented 7 months ago

Fixed that too. Thank you for the help, I really appreciate the assistance and project :)