Description
Validity fingerprint sensor driver.
Installation Instructions
$ sudo dnf copr enable pbo/python-validity
$ sudo dnf install open-fprintd fprintd-clients fprintd-clients-pam python3-validity
Prepare
$ sudo systemctl start python3-validity.service
$ sudo systemctl start open-fprintd.service
$ sudo systemctl enable open-fprintd-resume.service open-fprintd-suspend.service open-fprintd.service python3-validity.service
If fprintd-enroll
fails with error Impossible to enroll: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice
, then follow instructions from this comment: python-validity issue #103.
Setup fingerprint auth
$ sudo authselect enable-feature with-fingerprint
$ sudo authselect apply-changes
and check
$ sudo authselect current
Profile ID: sssd
Enabled features:
- with-silent-lastlog
- with-fingerprint
Troubleshooting
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | i386 (24)*, x86_64 (49)* | Fedora 38 (0 downloads) |
Fedora 39 | i386 (19)*, x86_64 (48)* | Fedora 39 (55 downloads) |
Fedora 40 | i386 (0)*, x86_64 (0)* | Fedora 40 (36 downloads) |
Fedora 41 | i386 (0)*, x86_64 (0)* | Fedora 41 (8 downloads) |
Fedora rawhide | i386 (30)*, x86_64 (29)* | Fedora rawhide (44 downloads) |
Rhel 9 | x86_64 (6)* | Rhel 9 (47 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pbo/python-validity
More info about enabling Copr repositories