I have in my L5 an OpenPGP card (sits behind the battery) which works fine with GnuPG. For my laptos I have another OpenPGP card in an USB dongle (an Identiv uTrust 3512 SAM slot Token. This morning this token or the dongle or the USB port in the laptop stopped working. On any access pinentry says “Please insert the card …”.
How could I configure in the L5 an access to the USB dongle and card, i.e. that the command gpg --card-status does not use the internal OpenPGP card, but the one from USB-C when I say
purism@pureos:~$ gpg --card-status
Reader ...........: L5 built-in SmartCard Reader 00 00
Application ID ...: D27600012401030400050000CF410000
Application type .: OpenPGP
Version ..........: 3.4
Manufacturer .....: ZeitControl
Serial number ....: 0000CF41
...
This file is read by the pcscd - PC/SC Smart Card Daemon and one must figure out, how to point the pcscd to an USB reader. The daemon itself has a message hardcoded which says:
%s:%d:%s() WARNING: USB drivers SHOULD NOT be declared in reader.conf: %s
%s:%d:%s() Parsing conf file: %s
%s:%d:%s() Parsing conf directory: %s
...