[RISOLTO] NFC reader problemi con driver
Inviato: dom 16 mag 2021, 0:34
Salve a tutti.
Sto cercando di installare il driver acsccid-1.1.8 per il lettore NFC "ACS ACR122U".
Seguo il readme e installo prima tutte le dipendenze
a questo punto installo il driver che ho scaricato da qui e l'installazione sembra andare a buon fine, senza errori:
ma se dò un lspci | grep acsccid, o lspci | grep ACS o qualunque altro termine che possa essere collegato non mi restituisce nulla...
Qualcuno ha un'idea di dove potrei sbagliare?
Sto cercando di installare il driver acsccid-1.1.8 per il lettore NFC "ACS ACR122U".
Seguo il readme e installo prima tutte le dipendenze
Introduction
------------
acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card
readers. This library provides a PC/SC IFD handler implementation and
communicates with the readers through the PC/SC Lite resource manager (pcscd).
acsccid is based on ccid. See CCID free software driver [1] for more
information.
To build acsccid, you need the following software:
Linux
- pcsclite 1.8.3 or above
- libusb 1.0.9 or above
- flex
- perl
- pkg-config
a questo punto installo il driver che ho scaricato da qui e l'installazione sembra andare a buon fine, senza errori:
Codice: Seleziona tutto
/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8 # make install
Making install in src
make[1]: Entering directory '/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8/src'
./create_Info_plist.pl ./supported_readers.txt ./Info.plist.src --target=libacsccid.so --version=1.1.8 --no-class > Info.plist
/bin/sh /home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8/config/install-sh -d "/usr/lib64/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/"
cp Info.plist "/usr/lib64/pcsc/drivers/ifd-acsccid.bundle/Contents/"
cp .libs/libacsccid.so "/usr/lib64/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so"
***************
copy the src/92_pcscd_ccid.rules file in udev directory (/etc/udev/rules.d/)
***************
make[1]: Leaving directory '/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8/src'
make[1]: Entering directory '/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8'
make[2]: Entering directory '/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8'
make[1]: Leaving directory '/home/vrso/Downloads/ACS-Unified-Driver-Lnx-Mac-118-P/acsccid-1.1.8'
ma se dò un lspci | grep acsccid, o lspci | grep ACS o qualunque altro termine che possa essere collegato non mi restituisce nulla...
Qualcuno ha un'idea di dove potrei sbagliare?