 |
 |
 |
 |
| 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 |

7th May 2009, 08:09 AM
|
|
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
|

7th May 2009, 10:20 PM
|
|
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.
|

8th May 2009, 08:22 AM
|
|
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.
|

8th May 2009, 10:42 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 3,549

|
|
|
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
|

8th May 2009, 11:49 AM
|
|
Registered User
|
|
Join Date: Dec 2008
Posts: 24

|
|
|
OK, I'll file the bug.
|

9th May 2009, 07:25 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 201

|
|
|
|

9th May 2009, 08:29 AM
|
 |
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
|

9th May 2009, 10:00 AM
|
|
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...
|

11th May 2009, 05:40 AM
|
|
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
|

11th May 2009, 11:29 AM
|
|
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
|

12th May 2009, 01:28 AM
|
|
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.
|

3rd June 2009, 11:16 PM
|
|
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.
|

8th June 2009, 08:17 AM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Czech republic
Posts: 178

|
|
Quote:
Originally Posted by Piotr Pyclik
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 ...
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:18 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|