Computer Installation Guide
Prox–DU & Prox–SU
www.gemalto.com
DOC119735A Public Use Page 35/59
Linux Red Hat distribution installation
No dedicated package is now available for the Red Hat distribution. It is needed to compile
the CCID driver source code. This operation is reserved to Linux experienced user.
CCID driver installation from source code
First get the source code:
• The source code is available online at the next website:
https://alioth.debian.org/frs/?group_id=30105
• The latest version at the date of writing this guide is: 1.4.0
Then compile the source code:
• In a terminal just run the commands:
./configure
make
To finish install the driver:
• In a terminal just run the command:
sudo make install
You can plug the USB cable of the Prox-DU or Prox-SU into a USB port of your Linux
computer.
The device will then be ready for use.
Dependencies
The CCID driver uses external software. A (non exhaustive) list is:
• pcsc-lite 1.6.4
• libusb 1.0.8
You may have to install the software before building the CCID driver. If the needed software
is not present you will be warned and the configuration of the CCID driver will fail.
pcsc-lite
You can get the latest version of pcsc-lite at the next website:
https://alioth.debian.org/frs/?group_id=30105
The latest version at the date of writing this guide is: 1.6.4
Follow the included documentation to build and install the software.
libusb
You can get the latest version of libusb at:
http://sourceforge.net/projects/libusb/files/libusb1.0/
The latest version at the date of writing this guide is: 1.0.8
Follow the included documentation to build and install the software.