It didn’t work with the
pcsc-omnikey
package. I have reinstalled the
pcscd
package with compiling from source. I’ve configured with
"--enable-libusb --disable-libhal"
to use libusb instead of HAL. Those failed.
Then it turned out I have to install the driver from HID Global (the producer of the said card reader) and installed it. The way:
- Download driver from: http://www.hidglobal.com/driverDownloads.php?techCat=19&prod_id=171#
- Untar the driver to a directory and cd to it.
$ sudo ./install -d /usr/lib/pcsc/drivers/
- Restart pcscd:
$ sudo invoke-rc.d pcscd restart
- Done.
Then we have the Omnikey back.