This shows you the differences between two versions of the page.
|
ac:laboratoare:10 [2024/12/15 06:52] dimitrie.valu |
ac:laboratoare:10 [2025/11/20 11:39] (current) marios.choudary |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| sudo apt install libpcsclite-dev swig libpcsc-perl pcsc-tools python3-dev libudev-dev python3-pyscard python3-pyserial | sudo apt install libpcsclite-dev swig libpcsc-perl pcsc-tools python3-dev libudev-dev python3-pyscard python3-pyserial | ||
| </code> | </code> | ||
| + | |||
| + | Note: on some distributions the python3-pyserial package is just python3-serial. | ||
| If this doesn't work, then get ''%%Pyserial%%'' from [[https://pypi.python.org/pypi/pyserial#downloads|here]] | If this doesn't work, then get ''%%Pyserial%%'' from [[https://pypi.python.org/pypi/pyserial#downloads|here]] | ||
| Line 19: | Line 21: | ||
| </code> | </code> | ||
| - | * You might also want to install these additional card tools from here: | + | * You might also want to install these additional card tools: |
| <code> | <code> | ||
| Line 37: | Line 39: | ||
| </code> | </code> | ||
| - | See details [[http://support.gemalto.com/fileadmin/user_upload/IAM/FAQ/How_to_install_the_PC-Link_reader_on_Linux.pdf|here]]. | + | See details [[http://www.audentia-gestion.fr/GEMALTO/PDF/How_to_install_the_PC-Link_reader_on_Linux.pdf |here]]. |
| For Windows drivers you can check [[https://supportportal.gemalto.com/csm/?id=kb_article_view&sys_kb_id=0adc96844f350700873b69d18110c76a&sysparm_article=KB0016522|here]]. However, we recommend using Linux, as the instructions below apply for the Linux installation. | For Windows drivers you can check [[https://supportportal.gemalto.com/csm/?id=kb_article_view&sys_kb_id=0adc96844f350700873b69d18110c76a&sysparm_article=KB0016522|here]]. However, we recommend using Linux, as the instructions below apply for the Linux installation. | ||
| + | |||
| + | For Mac OS, things should work by just installing pcsc_tools through mac ports or brew: | ||
| + | <code> | ||
| + | sudo port install pcsc-tools swig py-pyscard py-serial | ||
| + | </code> | ||