Module for Smart Card Athena

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
martynuzza
White ninja
White ninja
Posts: 19
Joined: 21 Aug 2017, 17:14
Distribution: Porteus

Module for Smart Card Athena

Post#1 by martynuzza » 02 Jul 2020, 17:03

With ubuntu is simple to get work

Code: Select all


apt-get install pcscd libpcsclite1 pcsc-tools libccid libnss3-tools opensc-pkcs11

I'll be glade if someone create a module with these libraries.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Module for Smart Card Athena

Post#2 by beny » 06 Jul 2020, 17:05

hi martynuzza a time ago i have done for my system slackware the smart card tool chain,but i have the bit4id smart card reader:
/ccid-1.4.21-x86_64-1ponce.tgz
/opensc-git-x86_64.tgz
/pcsc-lite-1.8.26-x86_64-1ponce.tgz
/pcsc-perl-1.4.14-x86_64-1ponce.tgz
/pcsc-tools-1.4.27-x86_64-1ponce.tgz
and also the driver for the reader but you have a different one, in porteus 5 and firefox-78 work you have to load the /usr/local/lib/opensc-pkcs11.so on security prompt,is a generic driver,check if can work for you.
http://www.mediafire.com/file/5wthar7j8 ... 4.xzm/file

martynuzza
White ninja
White ninja
Posts: 19
Joined: 21 Aug 2017, 17:14
Distribution: Porteus

Module for Smart Card Athena

Post#3 by martynuzza » 12 Jul 2020, 11:50

Bit4ID me too, the smartcard is the "TNS Tessera Sanitaria" released by Athena 2014. We have the same stuff, do I still need anything other than your package?

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Module for Smart Card Athena

Post#4 by Blaze » 12 Jul 2020, 17:15

Hi martynuzza,
how about

Code: Select all

su
toor
usm -u usm
usm -u all
usm -g pcsc-lite
usm -g openct
usm -g opensc
usm -g ccid
chmod +x /etc/rc.d/rc.pcscd
/etc/rc.d/rc.pcscd start
?
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Module for Smart Card Athena

Post#5 by beny » 13 Jul 2020, 01:39

ciao, premesso che tu hai le credenziali per la smartcard pin e puk, firefox, preferenze,privacy e security, certificati, security devices, load ,campo sopra bit4id e sotto:/usr/local/lib/opensc-pkcs11.so,ok ed esci fai partire il demone:chmod +x /etc/rc.d/rc.pcscd
/etc/rc.d/rc.pcscd start, quando accedi al servizio via smartcard ti uscira un pop up dove mettere il pin e ti loggi al servizio se hai problemi con il driver generico ti passo i driver per bit4id,su arch non ci vogliono,il pacchetto e' completo.

====================================================================

hello, given that you have the credentials for the smartcard pin and puk, firefox, preferences, privacy and security, certificates, security devices, load, field above bit4id and below: /usr/local/lib/opensc-pkcs11.so,ok and exit start the daemon: chmod + x /etc/rc.d/rc.pcscd
/etc/rc.d/rc.pcscd start, when you access the service via smartcard you will get a pop up where you can put the pin and log in at the service if you have problems with the generic driver I'll pass the bit4id drivers, it doesn't take on arch, the package is complete.
Last edited by Ed_P on 13 Jul 2020, 03:48, edited 1 time in total.
Reason: Added English translation.

martynuzza
White ninja
White ninja
Posts: 19
Joined: 21 Aug 2017, 17:14
Distribution: Porteus

Module for Smart Card Athena

Post#6 by martynuzza » 15 Jul 2020, 19:49

Ok works! (need root privilege to start daemon).

@Blaze
usm give me too much errors in this porteus 5.0rc release, LIBS.TXT errors, 0 byte length of downloaded packages. I can't install or download almost nothing now.

Post Reply