[Optional] step1. Install libusb # tar zxvf libusb-0.1.12.tar.gz # cd libusb-0.1.12 # ./configure # make # make install ( Login as a root to install driver ) step2. Install pcsc-lite # tar zxvf pcsc-lite-1.3.2.tar.gz # cd pcsc-lite-1.3.2.tar.gz # ./configure # make # make install (Login as a root to install driver) step3. Install ccid driver # tar zxvf ccid-1.1.0.tar.gz # cd ccid-1.1.0.tar.gz # ./configure # make # make install (Login as a root to install driver) Note: Make sure pkg-config already installed. ./pcscd Add PATH=$PATH:/usr/local/sbin