Wednesday 20 January 2016

SecuGen Hamster Pro 20 with Ubuntu 14.04


SYSTEM INSTALLATION STEPS

1. Get the package by sending Request Free SDK Download from the,
    URL:- http://www.secugen.com/download/sdkrequest.htm
     FDxSDK_Pro_for_Linux_v3.71c/FDx SDK Pro for Linux v3.71c/FDx_SDK_PRO_LINUX_X64_3_7_1_REV570

2. Install the following packages if no0t already installed on your system.
    libgtk1.2-dev (1.2.10-18.1build2)

3. Install the SecuGen USB Device Drivers
    cd <install_dir>/lib/linux
    make install

sudo cp libsgfdu05.so.1.0.1 /usr/local/lib
sudo cp libsgfdu04.so.1.0.4 /usr/local/lib
sudo cp libsgfdu03.so.2.0.6 /usr/local/lib
sudo cp libsgfplib.so.3.7.1 /usr/local/lib
sudo cp libsgfpamx.so.3.5.1 /usr/local/lib
sudo cp libjnisgfplib.so.3.7.1 /usr/local/lib
sudo /sbin/ldconfig /usr/local/lib

    If you need to uninstall, the command is (make uninstall)

4. By default, only the root user can access the SecuGen USB device because the device requires
     write permissions, To allow non-root users to use the device, perform the following steps:
   
    4.1 Create a SecuGen Group
        # groupadd SecuGen

    4.2 Add fingerprint users to the SecuGen group.
        #gpasswd -a myUserID SecuGen
        (substitute user name for myUserID)
        Ex:- useradd sectestuser
                groupadd SecuGen
                gpasswd -a sectestuser SecuGen

    4.3 Create a file in /etc/udev/rules.d/99SecuGenSDU03M.rules.
        Add the following lines:

SYSFS{idVendor}=="1162", SYSFS{idProduct}=="0330", SYMLINK+="input/fdu04-%k", MODE="0660", GROUP="SecuGen"
SYSFS{idVendor}=="1162", SYSFS{idProduct}=="2000", SYMLINK+="input/sdu04p-%k", MODE="0660", GROUP="SecuGen"
SYSFS{idVendor}=="1162", SYSFS{idProduct}=="0322", SYMLINK+="input/sdu03m-%k", MODE="0660", GROUP="SecuGen"
SYSFS{idVendor}=="1162", SYSFS{idProduct}=="0320", SYMLINK+="input/fdu03-%k", MODE="0660", GROUP="SecuGen"
KERNEL=="uinput", MODE="0660", GROUP="SecuGen"

    4.4 Reboot

5. Plug in the Hamster Plus or Hamster IV device

6. Now you are ready to run the demo programs in the
    <installdir>/bin/linux directory

7. Configuration for java applications
   libjnisgfplib.so supports only one class of SecuGen device at a time.
   The default configuration is for the SecuGen U20 device.

8. Configuration for Hamster PRO 20
   cd <install_dir>/lib/linux
   cp libjnisgfplib.so.3.7.0.fdu05_rename libjnisgfplib.so
   make uninstall install

9. cp libjnisgfplib.so /usr/lib

=================================================================
Running the Java Samples
=================================================================
-----------------------------------------------------------------
FPLIB TEST SAMPLE
    cd <installdir>/java
    sh run_jsgfplibtest.sh
-----------------------------------------------------------------
SGD SWING SAMPLE
    cd <installdir>/java    make
    sh run_jsgd.sh
-----------------------------------------------------------------
MULTIPLE DEVICE SAMPLE
    cd <installdir>/java
    sh run_jsgmultidevicetest.sh
-----------------------------------------------------------------


Ref:-http://www.secugen.com/index.htm

10 comments:

  1. i have problem to capture with my secugen hamster plus use ubuntu 14.04 64 bit, the capture just show dot only no finger picture .

    but when i use ubuntu 14.04 i386 it the capture is run completely show the finger picture.... do you have solution ?

    ReplyDelete
    Replies

    1. Try by getting the package by sending Request Free SDK which is suitable for i386.

      Delete
  2. Hi I am trying to use the SDK but I have some questions and dudes about it. My purpose is using my secugen hamster in a programn written in Java by me?? Will help to me achieve this the Information above? Thanks!!

    ReplyDelete
  3. Hi I have followed the steps above:
    1. My device is a Secugen Hamster Plus
    2. Beacause of this http://askubuntu.com/questions/225588/how-to-install-libgtk1-2-on-ubuntu-12-04-64bit I have Instaled libgtk2.0 so I didn't take a time to try to install libgtk1-2.
    3. I am lost
    4. Well When a I Run the SGD SWING SAMPLE I get this:
    JSGFPLib Initialization Failed.
    5. If you can help me of somehow thanks in advance

    ReplyDelete
    Replies
    1. Were you able to get a solution for that? I have the same problem.

      Delete
    2. Run the programs as root user. It worked for me.

      Delete
  4. Help me please, Don´t execute in java on Linux the example

    ReplyDelete
  5. Hola buen día, soy nuevo en linux y necesito implementar un programa con huella digital hamster pro, alguien me pudiera ayudar, por favor :)

    ReplyDelete
  6. An impressive share, I just given this onto a colleague who was doing a little analysis on this. And he in fact bought me breakfast because I found it for him..
    kingroot apk

    ReplyDelete
  7. I want to install secugen u20 in ubuntu 20.04 please help

    ReplyDelete