Page 5 of 14 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 139

Thread: HOWTO: Fingerprint reading in Ubuntu with fprint

  1. #41
    Join Date
    Apr 2007
    Location
    Portugal
    Beans
    19
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    the program is working great for me, the bad thing is that i can my fingerprint and after that i want to verify it...and guess what ? doesn´t recognized it

  2. #42
    Join Date
    Nov 2008
    Beans
    3

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Trying to use the versions in the Intrepid repo of both fprint and thinkfinger results in hardware not found, even using sudo, on my Vaio VGN-TZ130N. Any ideas?

    Everything else works splendidly with minimal effort which says a lot about the impact of this thread!

  3. #43
    Join Date
    Nov 2008
    Beans
    3

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Trying to use the versions in the Intrepid repo of both fprint and thinkfinger results in hardware not found, even using sudo, on my Vaio VGN-TZ130N. Any ideas?

    Everything else works splendidly with minimal effort which says a lot about the impact of this thread!

  4. #44
    Join Date
    Sep 2008
    Location
    Madrid, Spain
    Beans
    24
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Hey thanks chase809

    I was looking long time for the causes about that problem

    A real help that appear like a surprise and in a place looking for other subject..

    http://ubuntuforums.org/showthread.p...54#post6307354


    Quote Originally Posted by chase809 View Post
    I was having the same problem until I realized that I can insert the

    auth sufficient pam_fprint.so

    into any pam.d file. So instead of entering this into the common-auth which is pulled by most files/auth methods I insert this line into the functions I wish to have my finger reader. For example if I want my finger reader to unlock my screensaver I inserted it into the gnome-screensaver (above the include common-auth section). The final product looks like this.

    auth sufficient pam_fprint.so
    @include common-auth
    auth optional pam_gnome_keyring.so

    Now my finger reader works for just my gnome-screensaver and doesn't cause my policy kit to lock up. I have a feeling the pam_fprint.so has not been developed for the new policy kit in 8.04. Hope this helps, you can explore with different pam.d files and turn the finger reader on or off.

  5. #45
    Join Date
    Jan 2009
    Beans
    1

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    I have an ASUS F6A with this fingerprint reader :

    Code:
    Bus 002 Device 002: ID 04f2:b029 Chicony Electronics Co., Ltd
    The first time I have used the reader, it worked well :

    Code:
    campo@enterprise:/usr/src/fprint_demo-0.4$ sudo pam_fprint_enroll
    This program will enroll your finger, unconditionally overwriting any selected print that was enrolled previously. If you want to continue, press enter, otherwise hit Ctrl+C
    
    Found device claimed by AuthenTec AES1610 driver
    Opened device. It's now time to enroll your finger.
    
    You will need to successfully scan your Right Index Finger 1 times to complete the process.
    
    Scan your finger now.
    Enroll complete!
    Enrollment completed!
    but the second time it didn't work :

    Code:
    campo@enterprise:/usr/src/fprint_demo-0.4$ sudo pam_fprint_enroll
    This program will enroll your finger, unconditionally overwriting any selected print that was enrolled previously. If you want to continue, press enter, otherwise hit Ctrl+C
    
    Found device claimed by AuthenTec AES1610 driver
    aeslib:error [do_write_regv] bulk write error -2
    fp:error [fp_dev_open] device initialisation failed, driver=aes1610
    Could not open device.
    Someone can help me ? Thanks in advice for the answer and sorry for my english.

    P.S. I have a Kubuntu 8.04 with custom kernel ( 2.6.28 )
    P.P.S. I think that the reader remains locked so fprint_demo couldn't open device.
    Last edited by campo85; January 2nd, 2009 at 01:35 PM.

  6. #46
    Join Date
    Sep 2008
    Beans
    6

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    i did that, first i couldnt log on, and then the X server failed on me!

  7. #47
    Join Date
    Oct 2007
    Beans
    60

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Nicely done... seems to (almost) work. I have a AES1610, supposedly support. I use sudo to execute both pam_fprint_enroll and/or fprint_demo:

    $ sudo pam_fprint_enroll
    This program will enroll your finger, unconditionally overwriting any selected print that was enrolled previously. If you want to continue, press enter, otherwise hit Ctrl+C

    Found device claimed by AuthenTec AES1610 driver
    Opened device. It's now time to enroll your finger.

    You will need to successfully scan your Right Index Finger 1 times to complete the process.

    Scan your finger now.
    Segmentation fault
    $

    The segmentation fault occurs in both the gui and with pam when I swipe my finger. Any ideas?

    Ubuntu 8.10:
    $ uname -a
    Linux server 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
    Last edited by washakie; January 15th, 2009 at 11:15 PM.

  8. #48
    Join Date
    Jan 2009
    Beans
    5

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    I can't run aes2501 on my HP nc8430, ubuntu 8.10 amd64.
    Here are the details:

    $ lsusb
    Bus 003 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor

    $ sudo apt-get install aes2501-wy
    $ sudo apt-get install libfprint0 libpam-fprint fprint-demo

    All went fine.

    $ sudo aes2501
    argc=1 Initializing, please standby...
    No device found

    $ sudo fprint_demo
    aeslib:error [do_write_regv] bulk write error -2
    fp:error [fp_dev_open] device initialisation failed, driver=aes2501

    It shows the device with a status message "Could not open the device".
    Any idea? Thanks!

  9. #49
    Join Date
    May 2007
    Beans
    1

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Quote Originally Posted by washakie View Post
    Nicely done... seems to (almost) work. I have a AES1610, supposedly support. I use sudo to execute both pam_fprint_enroll and/or fprint_demo:

    $ sudo pam_fprint_enroll
    This program will enroll your finger, unconditionally overwriting any selected print that was enrolled previously. If you want to continue, press enter, otherwise hit Ctrl+C

    Found device claimed by AuthenTec AES1610 driver
    Opened device. It's now time to enroll your finger.

    You will need to successfully scan your Right Index Finger 1 times to complete the process.

    Scan your finger now.
    Segmentation fault
    $

    The segmentation fault occurs in both the gui and with pam when I swipe my finger. Any ideas?

    Ubuntu 8.10:
    $ uname -a
    Linux server 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
    same problem here with AES1610 on Intrepid 64 bit

  10. #50
    Join Date
    Feb 2009
    Beans
    1

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    I didn't read all the posts here and don't know if anyone already has mentioned it. I think that in point 5 of the Howto it should be
    Code:
    auth sufficient pam_fprint.so
    auth requisite pam_unix.so nullok_secure
    instead of auth required in the second line.
    When there is auth required, my computer asks me always to enroll my finger AND to insert a password. When I change it to auth requisite, it only asks me my password if the fingerprint authentication failes.

Page 5 of 14 FirstFirst ... 34567 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •