You are not logged in.

#1 2023-04-09 23:52:01

nightwolf3140
Member
From: United States
Registered: 2023-04-02
Posts: 5

fprintd-enroll error

Installed fprint following wiki insturctions, upon attempting step 3.2 it gives me an error.

$ fprintd-enroll
Using device /net/reactivated/Fprint/Device/0
Enrolling right-index-finger finger.
Enroll result: enroll-duplicate

Ive tried using

 $ fprintd-delete "$USER"

However it has made no effect.

Offline

#2 2023-04-10 00:40:31

nightwolf3140
Member
From: United States
Registered: 2023-04-02
Posts: 5

Re: fprintd-enroll error

Fixed it by

 sudo rm -r /var/lib/fprint/ 

Offline

#3 2023-04-10 13:27:50

nightwolf3140
Member
From: United States
Registered: 2023-04-02
Posts: 5

Re: fprintd-enroll error

Ive registered, however it still won't let me use my fingerprint in place of my password.

Offline

#4 2023-04-11 08:25:16

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: fprintd-enroll error

Did you configure PAM?

If you added...

ArchWiki wrote:

auth        sufficient      pam_unix.so try_first_pass likeauth nullok
auth        sufficient      pam_fprintd.so

...to one of the mentioned files in /etc/pam.d, then you must first press enter to skip the password request, before you can use the fingerprint reader.

I got both fprint and howdy to work with Lightdm just following the wiki, so the info you need should be in there smile
(In the end I removed them again, because I find it easier to just use the password - so I'm afraid I can't share my actual configuration)

EDIT: I may have been a bit quick there; I remember installing fprintd-vfs_proprietary from the AUR, due to compatibility issues with my fingerprint sensor. Might be worth checking out. There's some talk on the AUR package page, and also there's more packages like that in the AUR.
Also check: https://fprint.freedesktop.org/ and https://linux-hardware.org/?device_type … int+reader

Last edited by Ferdinand (2023-04-11 12:50:09)

Offline

#5 2023-04-12 00:18:57

nightwolf3140
Member
From: United States
Registered: 2023-04-02
Posts: 5

Re: fprintd-enroll error

Ferdinand wrote:

Did you configure PAM?

If you added...

ArchWiki wrote:

auth        sufficient      pam_unix.so try_first_pass likeauth nullok
auth        sufficient      pam_fprintd.so

...to one of the mentioned files in /etc/pam.d, then you must first press enter to skip the password request, before you can use the fingerprint reader.

I got both fprint and howdy to work with Lightdm just following the wiki, so the info you need should be in there smile
(In the end I removed them again, because I find it easier to just use the password - so I'm afraid I can't share my actual configuration)

I got it working on sudo and lightDM (on switch user screen) however the lock screen still does not accept fprint.

Offline

Board footer

Powered by FluxBB