[GH-ISSUE #17] About Linux Depedencies #72

Closed
opened 2026-03-07 19:58:04 +03:00 by kerem · 0 comments
Owner

Originally created by @AzoteGwei on GitHub (Jul 18, 2024).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/17

It happened just now that I figured out why I can't use EasyLPAC on my Linux Mint distribution. The error message is provided below.

/home/azote/EasyLPAC/lpac version
SCardEstablishContext() failed: 8010001D
APDU driver init failed

The Linux Mint doesn't included the pcscd in any installation option. So in order to run EasyLPAC( or lpac actually), the Linux must need a pcscd service running in the background.

(Also it needs a card reader inserted to prevent errors below. but actually it isn't a bug for EasyLPAC)

/home/azote/EasyLPAC/lpac version
SCardListReaders() failed: 8010002E
APDU driver init failed

So, please update the README and add some hint when Linux users meet error code 8010001D(pcscd not running or even not installed) or 8010002E(No card reader found)

Originally created by @AzoteGwei on GitHub (Jul 18, 2024). Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/17 It happened just now that I figured out why I can't use EasyLPAC on my Linux Mint distribution. The error message is provided below. ``` /home/azote/EasyLPAC/lpac version SCardEstablishContext() failed: 8010001D APDU driver init failed ``` The Linux Mint doesn't included the `pcscd` in any installation option. So in order to run EasyLPAC( or lpac actually), the Linux must need a `pcscd` service running in the background. (Also it needs a card reader inserted to prevent errors below. but actually it isn't a bug for EasyLPAC) ``` /home/azote/EasyLPAC/lpac version SCardListReaders() failed: 8010002E APDU driver init failed ``` So, please update the README and add some hint when Linux users meet error code `8010001D`(`pcscd` not running or even not installed) or `8010002E`(No card reader found)
kerem closed this issue 2026-03-07 19:58:04 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/EasyLPAC#72
No description provided.