zdavatz / amiko_wx

AmiKo/CoMed for Linux and macOS done with wxwidgets and C++, 64 bit. Starts from macOS 10.9
GNU General Public License v3.0
2 stars 1 forks source link

pcsc_scan works but AmiKo does not read the card #67

Open zdavatz opened 3 years ago

zdavatz commented 3 years ago
  1. Start the Application
  2. Plugin the Card reader
  3. Console shows the following error: SCardConnect: 0x80100013 RPC transport error.
  4. Doing pcsc_scan shows the card for the normal user:
    
    Using reader plug'n play mechanism
    Scanning present readers...
    0: Identive CLOUD 2700 R Smart Card Reader [CCID Interface] (53691321200649) 00 00

Wed Oct 28 15:56:22 2020 Reader 0: Identive CLOUD 2700 R Smart Card Reader [CCID Interface] (53691321200649) 00 00 Event number: 6 Card state: Card inserted, ATR: 3B 9F 13 81 B1 80 37 1F 03 80 31 F8 69 4D 54 43 4F 53 70 02 01 02 81 07 86

ATR: 3B 9F 13 81 B1 80 37 1F 03 80 31 F8 69 4D 54 43 4F 53 70 02 01 02 81 07 86

Possibly identified card (using /usr/local/share/pcsc/smartcard_list.txt): 3B 9F 13 81 B1 80 37 1F 03 80 31 F8 69 4D 54 43 4F 53 70 02 01 02 81 07 86 Swiss Health Insurance Card

bettar commented 3 years ago

You reported to me that this is happening only on Gentoo. Which Gentoo version do you want me to use for debugging the issue ?

zdavatz commented 3 years ago

the latest version. https://www.gentoo.org/downloads/

zdavatz commented 3 years ago

If you are testing with GentooX then you have to make sure to choose a complicated password for the user or else it will not be saved. The setup script will not warn you if you do not choose a complicated password. For the Root user just make sure to set the password again after the setup script finishes.

zdavatz commented 3 years ago

Actually, GentooX is based on CloverOS and CloverOS just works.