Related

Installation on "unsupported" systems

Aladdin eToken Pro 64k Notes

Manual install of etoken-3-65.3-linux-Fedora-i386 on Mandriva 2007.1 (Spring)

Manual install of 3-60.14-RHE4 on Mandriva 2006

Pre-Install Checks

Manual Installation

The Aladdin install script petoken requires some modification to work on unsupported Linux systems. It also has a few quirks where if it fails you have to manually cleanup before running again. Here's how to do it manually. The following install also uses opt_depot. Adjust file paths as required for your system.
The following commands are used in the distribution directory.

Post Installation

Testing/Troubleshooting

Fedora Core 6 with:

THESE PACKAGES:
pcsc-lite version 1.3.X
etoken-3-60.14-linux-Fedora4-i386.tar.gz

THESE SOFT LINKS:
># ln -s /usr/lib/libpcsclite.so.1 /usr/lib/libpcsclite.so.0 ln -s /usr/sbin/pcscd /usr/local/sbin/pcscd





CREATE THIS UDEV RULES FILE: /etc/udev/rules.d/01-etoken.rules

add the below text to this file



######start text ############

ACTION=="add",           GOTO="Insert_eToken"
ACTION=="remove",        GOTO="Remove_eToken"

GOTO="hotplug_end"

LABEL="Insert_eToken"
BUS=="usb", SYSFS{product}=="eToken Pro [0-9][0-9][0-9][0-9]", SYSFS{manufacturer}=="AKS", SYMLINK="eTokenPro", ENV{DEVICE}="eTokenPro", RUN="/etc/hotplug.d/usb/etoken.hotplug add /dev/eTokenPro"

LABEL="Remove_eToken"
BUS=="usb", SYSFS{product}=="eToken Pro [0-9][0-9][0-9][0-9]", SYSFS{manufacturer}=="AKS", SYMLINK="eTokenPro", ENV{DEVICE}="eTokenPro", RUN="/etc/hotplug.d/usb/etoken.hotplug remove /dev/eTokenPro"

    
LABEL="hotplug_end"
##############end text ####################