Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Yubikey #327

Closed
kaincenteno opened this issue Jun 24, 2024 · 1 comment
Closed

Issues with Yubikey #327

kaincenteno opened this issue Jun 24, 2024 · 1 comment

Comments

@kaincenteno
Copy link

Yubikeys stop working/being detected by the yubikey manager app if not using the HID-compliant fido driver.

@pbatard
Copy link
Owner

pbatard commented Jun 24, 2024

I'm tempted to say "Well, duh!"

If you use Zadig/libwdi to replace the HID driver, then any application that relies on the HID driver to communicate with the device will be unable to do so.

Drivers are NOT interchangeable, meaning that you can not expect WinUSB or the other drivers that libwdi/Zadig install to provide the same APIs for communicating with the device. The end result is that you must use an application that was tailored to use the specific driver that you have installed. And it's (mostly) an exclusive or, meaning that you cannot use 2 drivers at once (such as both HID and WinUSB at the same time).

In short, if you want to continue using the yubikey manager app then you should not replace the driver.

@pbatard pbatard closed this as completed Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants