Skip to content

Keycard Exit Status 1 #7

@SATUNIX

Description

@SATUNIX

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]$ 


Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions