Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha, Beta & Snapshots Discussions (Fedora 11 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha, Beta & Snapshots Discussions (Fedora 11 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th May 2009, 08:09 AM
MrFreddy Offline
Registered User
 
Join Date: Oct 2004
Posts: 38
How to enable Finger Print reader on F11

Hi guys,

i have Asus laptop with supported finger print reader. Everything appears to be installed however i can't find how to actually enable it. There is suppose to be option to setup finger print in System - Preferences - About Me, but it is missing in my case.
The reader is AES1600 and i can see it in lsusb. I had it working on F10. I installed F11 preview 64-bit yesterday.

Thanks
  #2  
Old 7th May 2009, 10:20 PM
Piotr Pyclik Offline
Registered User
 
Join Date: Dec 2008
Posts: 24
The same problem, all essential fprintd-* packages are installed. What's more strange, is that fingerprint reader worked flawlessly on Fedora 11 Beta LiveCD.
  #3  
Old 8th May 2009, 08:22 AM
Piotr Pyclik Offline
Registered User
 
Join Date: Dec 2008
Posts: 24
OK, I am able to login and unlock screensaver using fingerprint reader. I just had to use fprintd-enroll utility, so the only problem is, that button in gnome-about-me doesn't appear.
  #4  
Old 8th May 2009, 10:42 AM
RahulSundaram Offline
Registered User
 
Join Date: May 2005
Posts: 3,549
Hi,

For bugs, make sure you report them

http://fedoraproject.org/wiki/How_to_file_a_bug_report
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
  #5  
Old 8th May 2009, 11:49 AM
Piotr Pyclik Offline
Registered User
 
Join Date: Dec 2008
Posts: 24
OK, I'll file the bug.
  #6  
Old 9th May 2009, 07:25 AM
ACiD GRiM Offline
Registered User
 
Join Date: Sep 2008
Posts: 201
Here's a similar bug

https://bugzilla.redhat.com/show_bug.cgi?id=499732
  #7  
Old 9th May 2009, 08:29 AM
asqwerty's Avatar
asqwerty Offline
Registered User
 
Join Date: Dec 2008
Location: Madrid, Spain
Posts: 29
I suppose you already had installed pam_fprint. You need to edit /etc/pam.d/system-auth and add the line

Code:
auth sufficient pam_fprint.so
in the rigth section.

then you can do

Code:
# pam_fprint_enroll
but probably you will have rigths problem but you can grab your fingerprint as root a then just make

Code:
# mv .fprint /home/user/
# chown -R user.user /home/user/.fprint
this should make the trick
  #8  
Old 9th May 2009, 10:00 AM
Piotr Pyclik Offline
Registered User
 
Join Date: Dec 2008
Posts: 24
I have line you mentioned in my /etc/pam.d/system.auth. File pam_fprint.so is from package fprintd-pam and is located in /lib64/security/. Unfortunately I don't have pam_fprint_enroll command... I tried to do fprintd-enroll from my user account and it made me able to unlock gnome-screensaver using fingeprint reader, but it worked only once. I still couldn't use fingeprint reader in GDM...
  #9  
Old 11th May 2009, 05:40 AM
MrFreddy Offline
Registered User
 
Join Date: Oct 2004
Posts: 38
Hey guys,
thanks for your replies. From memory i already have the line /etc/pam.d/system.auth. I did try to follow up instructions from fprint home page but then i ran out of time. I will try to enroll manually tonight and let you know. I am at work on different laptop at the moment.
FL
  #10  
Old 11th May 2009, 11:29 AM
MrFreddy Offline
Registered User
 
Join Date: Oct 2004
Posts: 38
OK @ home now.
Tried fprintd-enroll and i got this message:
$ fprintd-enroll

** ERROR **: list_devices failed: No devices available
aborting...
Aborted

However lsusb sees the device. Sounds like the bug mentioned in one of the previous posts.
$ lsusb|grep Authen
Bus 007 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600

Well i guess i have to wait for final release.
Thanks for your help.
FL
  #11  
Old 12th May 2009, 01:28 AM
phenyl Offline
Registered User
 
Join Date: Jul 2008
Posts: 19
Problem solved, see at the end

I have another problem.
I can register my fingerprints and login with it fine, but instead of my login-name it shows 'unknown' in the login-window and also in the gnome bar once logged in.
In the terminal, my username is shown just fine, however.

(Thinkpad T61)
[myusername@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.29.2-126.fc11.x86_64 #1 SMP Mon May 4 04:46:15 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux


-> Problem solved: For some reason, under 'Administration->Users and groups', my full name was changed from my name to 'unknown' when installing the fingerprint support, so I changed it back and now login and gnome show my name.

Last edited by phenyl; 12th May 2009 at 01:34 AM.
  #12  
Old 3rd June 2009, 11:16 PM
NightSinner Offline
Registered User
 
Join Date: Feb 2009
Location: Varna, Bulgaria / Utrecht, Netherlands
Posts: 42
I did everything here mentioned, but when I tried the GUI or terminal it gives me this

Code:
[NightSinner@TheClub Documents]$ 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
aes1610:error [dev_init] could not claim interface 0
fp:error [fp_dev_open] device initialisation failed, driver=aes1610
Could not open device.
The GUI gives me ¨Could not open Device. Permission problem.¨ although it finds the fingerprint reader and the driver. Here is the output of lsusb

Code:
Bus 003 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
It uses the driver AES1610.

Any ideas?


------------------------------------------------------------------------------------------------------------------------------

@asqwerty
I did the pam_fprint_enroll command in the terminal as root and successfully scanned my finger. But the problem is that I can´t find the .fprint file to move it to my home directory.


NightSinner

Last edited by NightSinner; 4th June 2009 at 12:14 AM.
  #13  
Old 8th June 2009, 08:17 AM
cgrim's Avatar
cgrim Offline
Registered User
 
Join Date: Jun 2007
Location: Czech republic
Posts: 178
Quote:
Originally Posted by Piotr Pyclik View Post
I have line you mentioned in my /etc/pam.d/system.auth. File pam_fprint.so is from package fprintd-pam and is located in /lib64/security/. Unfortunately I don't have pam_fprint_enroll command... I tried to do fprintd-enroll from my user account and it made me able to unlock gnome-screensaver using fingeprint reader, but it worked only once. I still couldn't use fingeprint reader in GDM...
You have to install gdm-plugin-fingerprint package.
__________________
Now 5 running Fedora instances at home ...
 

Tags
fingerprint

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Finger Print Reader madmax.santana Using Fedora 1 7th October 2009 03:12 PM
Finger Print Reader in F11 r.macfarland Using Fedora 1 2nd September 2009 03:23 PM
enable finger cedtech23 Using Fedora 10 14th September 2008 01:19 AM
Finger print reader theWayner Using Fedora 6 31st July 2008 02:41 PM
Segmentation fault w/ 'finger' bjmorse Using Fedora 0 20th August 2004 07:45 PM


Current GMT-time: 17:18 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat