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

VX Admin Not Detecting Card Reader #279

Open
Hydroxide4937 opened this issue Feb 18, 2023 · 2 comments
Open

VX Admin Not Detecting Card Reader #279

Hydroxide4937 opened this issue Feb 18, 2023 · 2 comments

Comments

@Hydroxide4937
Copy link

Hydroxide4937 commented Feb 18, 2023

VX-Admin appears to be having issues recognizing the smart card reader on Ubuntu. Even after the PCSCD daemon is started via the terminal, it continues to display "Card Reader Not Detected". Are there specifications for what types of card readers will work? I was under the impression that any COTS ISO 7816 card reader should work. The card reader is recognized in the terminal, so I was wondering if some dependency was missed, affecting compatibility with the reader.

@eventualbuddha
Copy link
Contributor

eventualbuddha commented Feb 19, 2023

The front end checks for a particular device (for now). You can see that here: https://github.com/votingworks/vxsuite/blob/main/libs/utils/src/Hardware/utils.ts

I think you want this: OmniKey 3121 or OmniKey 3021. We use both. You may also simply be able to remove the check for a specific model.

@Hydroxide4937
Copy link
Author

Thank you for pointing that out! That seems to have worked. Is there a way to get around the system admin card requirement for now, or is that not possible?

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