-
Notifications
You must be signed in to change notification settings - Fork 57
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
No confirmation request on Linux #16
Comments
From the screenshots, it looks like maybe it's not finding the device? You can enable verbose logging in the code by going to the The verbose logging should just be a command line flag, I'll take a look at that as well. |
I've had the same problem on Linux (Gentoo) and noticed that I had to add a udev rule for the virtual USB device, as by default it's only accessible by root:
To make the device accessible to normal users, create a udev rule by e.g. running the following command as root (based on Yubico's reference here):
Afterwards, run
Finally, make sure your user account is in the |
udev didn't work for me, but this did:
I also needed to install the |
I am trying to run demo on Debian 11 but don't see any signs of success. I am expecting a confirmation prompt in terminal after I tap "Next" button on the test page. Is there a way to get error logs to understand what is wrong?
The text was updated successfully, but these errors were encountered: