NoCache

Table of Contents

Install EZ100PU/EZMINI Smart Card Reader Driver for Linux

Cyrus Kao
Last modified on .

The USB chip/smart card reader EZ100PU/EZMINI doesn't provide a driver for Linux by default. But with a little digging on the Internet, I found a driver for both EZ100PU and EZMINI on Github.

EZ100PU
Smart card reader EZ100PU

Installation

clone the repository:

$ git clone https://github.com/chihchun/ez100pu.git

cd into the directory:

$ cd ez100pu

To install the driver:

  • 32-bit

    $ cd driver_ezusb_v1.5.3
    $ ./install
    
    /dev/bus/usb Detected
    USB Device File System Ready!
    PC/SC Daemon Found!
    PC/SC Driver Location - /usr/lib/pcsc
    Reader Installation Successfully!
    Please reboot your system.
    Output

    Change 1.5.3 to newer version if released.

  • 64-bit

    $ cd driver_ezusb_v1.5.3_for_64_bit
    $ ./install
    
    /dev/bus/usb Detected
    USB Device File System Ready!
    PC/SC Daemon Found!
    PC/SC Driver Location - /usr/lib/pcsc
    Reader Installation Successfully!
    Please reboot your system.
    Output

    Change 1.5.3 to newer version if released.

Then reboot your machine:

$ sudo reboot

See Also

Comments

Sign in to leave a comment.