I tried both of these:
for finger in right-{thumb,index-finger}; do fprintd-enroll -f "$finger" "$USER"; done &
fprintd-enroll
they both output the same error: Using device /net/reactivated/Fprint/Device/0 Enrolling right-index-finger finger. Enroll result: enroll-stage-passed Enroll result: enroll-unknown-error
I tried using the option from the KDE Settings, still errors. This Error happens after I place the first finger it tells me to.
Version : 1.94.9.r2.g450e6ae-1 Sensor : 138a:0097
Pinned Comments
gugah commented on 2025-07-19 21:54 (UTC) (edited on 2025-08-13 21:27 (UTC) by gugah)
I was able to merge the current libfprint release from https://gitlab.freedesktop.org/libfprint/libfprint/-/tags/v1.94.9
You may have to delete and enroll the fingerprint again after updating:
Also verify it's working with:
If you keep having any issues, reset the fingerprint device in your BIOS (under Security -> Fingerprint) and initialize it again using a Windows VM with the official driver (using USB device pass-through) or validity-sensors-tools-git.
Upstream info:
There haven't been recent updates to 3v1n0's patched libfprint nor the vfs0090 driver submodule which is also hosted in https://gitlab.freedesktop.org/3v1n0/libfprint-tod-vfs0090.
I therefore forked the official libfprint (https://gitlab.archlinux.org/gugah/libfprint) and patched it with a forked driver https://gitlab.archlinux.org/gugah/libfprint-tod-vfs0090
The new patched driver includes some fixes from 3v1n0's original one:
depau commented on 2020-07-25 16:17 (UTC) (edited on 2020-10-09 19:21 (UTC) by depau)
vfs0097 users
The package will automatically apply a patch required for the vfs0097 reader if one is found in the system at build time, it will otherwise build for vfs0090. You can force a preferred behavior by exporting
VFS0097=1or=0.If you have any issues, make sure talk about it https://gitter.im/Validity90/Lobby so it has a chance to get fixed.
GH issues have also been enabled by upstream, so make sure you check that as well: https://github.com/3v1n0/libfprint/
vfs0090 users
The driver should work as expected, but same as above for any issues.