README: be more generic on the pcsc-lite configuration file.
This commit is contained in:
parent
91419f8ad3
commit
6f36352265
1 changed files with 7 additions and 6 deletions
13
README
13
README
|
@ -80,16 +80,17 @@ Touchatag/ACR122:
|
|||
-----------------
|
||||
If your Touchatag or ACR122 device fails being detected by PCSC-lite daemon
|
||||
(pcsc_scan doesn't see anything) then try removing the bogus firmware detection
|
||||
of libccid: edit /etc/libccid_Info.plist and locate "<key>ifdDriverOptions</key>",
|
||||
turn "<string>0x0000</string>" value into 0x0004 to allow bogus devices and
|
||||
restart pcscd daemon.
|
||||
of libccid: edit libccid_Info.plist configuration file (usually
|
||||
/etc/libccid_Info.plist) and locate "<key>ifdDriverOptions</key>", turn
|
||||
"<string>0x0000</string>" value into 0x0004 to allow bogus devices and restart
|
||||
pcscd daemon.
|
||||
|
||||
ACR122:
|
||||
-------
|
||||
Using an ACR122 device with libnfc and without tag (e.g. to use NFCIP modes or
|
||||
card emulation) needs yet another PCSC-lite tweak:
|
||||
You need to allow usage of CCID Exchange command.
|
||||
To do this, edit /etc/libccid_Info.plist and locate "<key>ifdDriverOptions</key>",
|
||||
card emulation) needs yet another PCSC-lite tweak: You need to allow usage of
|
||||
CCID Exchange command. To do this, edit libccid_Info.plist configuration file
|
||||
(usually /etc/libccid_Info.plist) and locate "<key>ifdDriverOptions</key>",
|
||||
turn "<string>0x0000</string>" value into 0x0001 to allow CCID exchange or
|
||||
0x0005 to allow CCID exchange and bogus devices (cf previous remark) and
|
||||
restart pcscd daemon.
|
||||
|
|
Loading…
Reference in a new issue