Enabling OmniKey RFID

OmniKey 5321 has come with RFID interface. But, it seems failed to be detected in my box (GNU/Linux Debian SID, pcscd 1.4.99). Luckily, OmniKey provide driver for GNU/Linux.

So, just untar it into a dir, and install it:
# ./install -d /usr/lib/pcsc/
After that, don't forget to recompile pcscd:
# apt-get build-dep pcscd
# apt-get -b source pcscd
# cd pcsc-lite-1.4.99
# ./configure --prefix=/usr --enable-debugatr --enable-scf --enable-libusb --enable-extendedapdu --enable-usbdropdir=/usr/lib/pcsc/drivers/
# make && make install
Served. Well, it seems Debian don't include extendedapdu or something being messed up in the rule section.

Comments

Post a Comment

Popular Posts