Page 4 of 14 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 139

Thread: HOWTO: Fingerprint reading in Ubuntu with fprint

  1. #31
    Join Date
    Oct 2008
    Location
    Iowa
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Angry Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Quote Originally Posted by moob View Post
    I have similar problem like Evil Wayz has. I was googling in I-mess. But i still can't find reason.
    I know that my fprintreader is working propertly (i used it in Vista).
    When I type su:
    Code:
    Could not locate any suitable fingerprints matched with available hardware.
    pam_fprint_enroll:
    Code:
    No devices detected.
    What kind of information do you need from my side?
    Thank you.
    I get the same responce in the terminal. I cant use my passwords at all to unlock any admin rights, I am not able to save the common-ath file. I just want this off my computer, PLEASE HELP total noob

  2. #32

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Thanks, that worked almost perfect for me.

    I have only one problem: Since I installed my fingerprint reader, I cannot change network or user settings using the GUI.
    If I click on "Unlock" the window freezes for ~20sec and then it shows an error message saying approximately: "authentification failed! an unexpected error has occurred." (German version: "Authentifizierung fehlgeschlagen! Es ist ein unerwarteter Fehler aufgetreten.")

    Has anyone an idea?
    anything about this, i have the same problem.
    I do not know much about ubuntu but maybe there is anyway to disable the figerprint on this "unlock" and use regular password.

  3. #33
    Join Date
    Sep 2005
    Location
    Northfleet, Kent, UK
    Beans
    346
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Thanks master_kernel

    Using your guide I have managed to get the Authentec 2501 fingerprint sensor working on my Lenovo 3000 N200 laptop running Intrepid!

    Thanks once again.

  4. #34
    Join Date
    Apr 2007
    Beans
    115

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    for me worked fine.
    This is my device Bus 002 Device 003: ID 08ff:1600 AuthenTec, Inc. AES1600
    Everything worked fine until the point password chceks on menus such as network user and groups etc.
    Also i could find the file gksu.py

  5. #35
    Join Date
    Jan 2006
    Beans
    34

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Quote Originally Posted by micdhack View Post
    Also i could find the file gksu.py
    mee too, fresh install 8.10 and couden't boot after following the #1 post
    but I changed the files back, but how do I use the fingerprint reader in gdm and in gksu?

  6. #36
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Hi I have a motion m1400 tablet and it uses a authentec 2501. I actually contacted the fprint developers and they were able to add support for this device. I have the latest release version but I cannot figure out how to get the cvs or devel release that incorporates the code update to get the fix. Can anyone tell me how to get this for hardy heron. I dont know how to compile or build a deb. I can add a software source and follow directions.

  7. #37
    Join Date
    Nov 2008
    Beans
    6

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    hello,

    i am trying to install fprint on my laptop. at the moment i've got problem with placing the two lines in the common.auth file. this is the file:

    Code:
    #
    # /etc/pam.d/common-auth - authentication settings common to all services
    #
    # This file is included from other service-specific PAM config files,
    # and should contain a list of the authentication modules that define
    # the central authentication scheme for use on the system
    # (e.g., /etc/shadow, LDAP, Kerberos, etc.).  The default is to use the
    # traditional Unix authentication mechanisms.
    #
    # As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
    # To take advantage of this, it is recommended that you configure any
    # local modules either before or after the default block, and use
    # pam-auth-update to manage selection of other modules.  See
    # pam-auth-update(8) for details.
    
    # here are the per-package modules (the "Primary" block)
    auth	[success=1 default=ignore]	pam_unix.so nullok_secure
    
    # here's the fallback if no module succeeds
    auth	requisite			pam_deny.so
    # prime the stack with a positive return value if there isn't one already;
    # this avoids us returning an error just because nothing sets a success code
    # since the modules above will each just jump around
    auth	required			pam_permit.so
    # and here are more per-package modules (the "Additional" block)
    # end of pam-auth-update config
    can somebody tell me where should i place those two lines?

    Code:
    auth sufficient pam_fprint.so
    auth required pam_unix.so nullok_secure.
    thank you

  8. #38
    Join Date
    Sep 2006
    Beans
    4

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Intrepid doesn't seem to like pam_unix.so, at least not in my tests.

    Add the auth sufficient pam_fprint.so above the auth required pam_permit.so line. I added the nullok_secure to the existing required line:

    auth required pam_permit.so nullok_secure

    On occasion, it will ask for a password and then the fingerprint instead of one or the other...

    Thinkfinger worked perfectly in Hardy but has a known bug in Intrepid where you have to press enter after a finger swipe. With that fixed, (http://www.thinkwiki.org/wiki/How_to...th_ThinkFinger) thinkfinger works much better than fprint. The only thing it is missing is a cool fingerprint enrollment gui.
    Last edited by cybrsrce; November 11th, 2008 at 10:37 PM.

  9. #39
    Join Date
    Sep 2005
    Location
    Northfleet, Kent, UK
    Beans
    346
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    I think I have a problem with the finger print reader after I resume from hibernation.

    When I run fprint-demo I get the following message:

    Status: could not open device
    Also if I try to run a command using sudo I get this:

    sudo synaptic
    aeslib:error [do_write_regv] bulk write error -2
    fp:error [fp_dev_open] device initialisation failed, driver=aes2501
    If I reboot then everything is fine.

    Any ideas anyone?

    Thanks in advance.

  10. #40
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    The packages are included in Ubuntu 8.10, I guess the guide should be updated for that.

Page 4 of 14 FirstFirst ... 23456 ... 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
  •