HID Smart Card Reader Linux Raspberry Pi

1

I am using raspberry Pi . I have installed libusb then PSCD lite after that i have installed drivers for HID Smart Card Reader 5021 CL i am getting this error. Any idea i think that error is due to the reason of some permissions as i am using the user pi and owners of these directory is root . I am new to linux and the directory and file is there on the path shown below

pi@raspberrypi ~/pcsc-tools $ sudo pcscd -f
00000000 dyn_unix.c:60:DYN_LoadLibrary() /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.1.8.bundle/Contents/Linux/ifdokccid.so: /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.1.8.bundle/Contents/Linux/ifdokccid.so: cannot open shared object file: No such file or directory
00001913 readerfactory.c:1019:RFInitializeReader() RFLoadReader failed: 0x80100014
00000172 readerfactory.c:335:RFAddReader() OMNIKEY CardMan (076B:5340) 5021 CL (OKCM0030812141011235703916649119) init failed.
linux
raspberry-pi
pcsc
asked on Stack Overflow Sep 17, 2015 by Abdul Basit

1 Answer

2

Your drivers are for PC (architecture i686) you need drivers for ARM (probably armhf architecture).

AFAIK drivers for ARM are not available from HID.

answered on Stack Overflow Sep 22, 2015 by vlp • edited Sep 22, 2015 by vlp

User contributions licensed under CC BY-SA 3.0