fprintd, fprint_demo and fprintd-pam
Sorry for the delay.
Yes. I have installed fprintd, fprint_demo and fprintd-pam, I am able to enroll with a bit of issues.. but it goes through.
- Code: Select all
[scott-fulford@localhost ~]$ fprintd-enroll
Using device /net/reactivated/Fprint/Device/0
Enrolling right index finger.
Enroll result: enroll-retry-scan
^C
[scott-fulford@localhost ~]$ fprintd-enroll
Using device /net/reactivated/Fprint/Device/0
Enrolling right index finger.
Enroll result: enroll-retry-scan
^C
[scott-fulford@localhost ~]$ fprintd-enroll
Using device /net/reactivated/Fprint/Device/0
Enrolling right index finger.
Enroll result: enroll-completed
[scott-fulford@localhost ~]$
After 3 tries I got it. But alas, when I try to log in with it, it does not work. If I put the machine in suspend and try to use my swipe rather then typing my password, the screen does not accept or acknowledge that anything has been swiped.
I can create a new assigned thumb by using user accounts.
This is what I get..
1. Open User Accounts.

2. Clicking on Fingerprint Login asks if I'm sure I want to delete the already saved....

3. Deleting fingerprint brings me to creating a new fingerprint.

4. It then asks me to swipe..

5. First swipe works great!

6. It then tells me that I should be able to log in with my finger.

As you can see the fingerprint reader works inside of GNOME but for some reason when trying to log into the system it no longer functions. If there is something I'm missing here I'd be grateful for any advice. I have edited the /etc/pam.d/login file so it appears as below:
- Code: Select all
#% PAM-1.0
auth required pam_securetty.so
auth requisite pam_nologin.so
auth sufficient pam_fprint.so
auth required pam_unix.so nullok
auth required pam_tally.so onerr=succeed file=/var/log/faillog
#%PAM-1.0
auth [user_unknown=ignore success=ok ignore=ignore default=bad] pam_securetty.so
auth include system-auth
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_keyinit.so force revoke
session required pam_loginuid.so
-session optional pam_console.so
session include system-auth
-session optional pam_ck_connector.so
Once again, thanks for the quickest support I've seen in any OS
