LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
386 stars 111 forks source link

Device not found on Ubuntu #172

Closed leof2333 closed 1 month ago

leof2333 commented 1 month ago

Your system information

Please describe your issue in as much detail as possible:

I can find my device using readers on Windows, but it fails on Ubuntu image image I don't know why

LudovicRousseau commented 1 month ago

You need to install the reader driver, like libacsccid1 or libccid. See https://blog.apdu.fr/posts/2014/03/level-1-smart-card-support-on-gnulinux/

It is NOT a PySCard problem.

leof2333 commented 1 month ago

You need to install the reader driver, like libacsccid1 or libccid. See https://blog.apdu.fr/posts/2014/03/level-1-smart-card-support-on-gnulinux/

It is NOT a PySCard problem.

you are right, thank you