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

Keycard Exit Status 1 #7

Open
SATUNIX opened this issue Dec 7, 2023 · 0 comments
Open

Keycard Exit Status 1 #7

SATUNIX opened this issue Dec 7, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on

Comments

@SATUNIX
Copy link
Collaborator

SATUNIX commented Dec 7, 2023

Unable to get you keycard key??

This is a very common issue. Especially with the ACR122U Reader.
I always solve it with unplug and plug back in, check drivers / install dependencies (Which is why I added a check to the main menu of the program to install them.

I also just restart service, make sure it is enabled.

[anthony@archlinux Downloads]$ sudo systemctl status pcscd
○ pcscd.service - PC/SC Smart Card Daemon
     Loaded: loaded (/usr/lib/systemd/system/pcscd.service; indirect; preset: disabled)
     Active: inactive (dead) since Thu 2023-12-07 15:25:22 AEST; 30min ago
   Duration: 3min 1.887s
TriggeredBy: ● pcscd.socket
       Docs: man:pcscd(8)
   Main PID: 17887 (code=exited, status=0/SUCCESS)
        CPU: 63ms

Dec 07 15:22:20 archlinux systemd[1]: Started PC/SC Smart Card Daemon.
Dec 07 15:22:20 archlinux (pcscd)[17887]: pcscd.service: Referenced but unset environment va>
Dec 07 15:25:22 archlinux systemd[1]: pcscd.service: Deactivated successfully.
[anthony@archlinux Downloads]$ sudo systemctl restart pcscd
[anthony@archlinux Downloads]$ sudo systemctl status pcscd
● pcscd.service - PC/SC Smart Card Daemon
     Loaded: loaded (/usr/lib/systemd/system/pcscd.service; indirect; preset: disabled)
     Active: active (running) since Thu 2023-12-07 15:55:32 AEST; 1s ago
TriggeredBy: ● pcscd.socket
       Docs: man:pcscd(8)
   Main PID: 18768 (pcscd)
      Tasks: 4 (limit: 38256)
     Memory: 1.1M
        CPU: 21ms
     CGroup: /system.slice/pcscd.service
             └─18768 /usr/bin/pcscd --foreground --auto-exit

Dec 07 15:55:32 archlinux systemd[1]: Started PC/SC Smart Card Daemon.
[anthony@archlinux Downloads]$ 


@SATUNIX SATUNIX added documentation Improvements or additions to documentation wontfix This will not be worked on labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant