Description
Validity fingerprint sensor driver.
This builds from git for a fix to make this work on immutable flavors.
Installation Instructions
On Fedora Workstation:
$ sudo dnf copr enable sneexy/python-validity
$ sudo dnf install open-fprintd fprintd-clients fprintd-clients-pam python3-validity
On Fedora CoreOS/Silverblue/Kinoite/Any immutable flavor:
$ cd /etc/yum.repos.d/
$ sudo wget https://copr.fedorainfracloud.org/coprs/sneexy/python-validity/repo/fedora-$(rpm -E %fedora)/sneexy-python-validity-fedora-$(rpm -E %fedora).repo
$ rpm-ostree override remove fprintd fprintd-pam --install open-fprintd --install fprintd-clients --install fprintd-clients-pam --install 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
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
If you have problems with your fingerprint reader after waking up/coming back from sleep/suspend, enable the alternative services after disabling the built-in ones:
$ sudo systemctl disable open-fprintd-resume.service open-fprintd-suspend.service
$ sudo systemctl enable open-fprintd-restart-after-resume.service python3-validity-restart-after-resume.service
Readme.md from the original repository
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 (32)*, x86_64 (124)* | Fedora 38 (0 downloads) |
Fedora 39 | i386 (84)*, x86_64 (1115)* | Fedora 39 (154 downloads) |
Fedora 40 | i386 (87)*, x86_64 (7245)* | Fedora 40 (1433 downloads) |
Fedora 41 | i386 (2)*, x86_64 (1704)* | Fedora 41 (226 downloads) |
Fedora rawhide | i386 (27)*, x86_64 (50)* | Fedora rawhide (44 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable sneexy/python-validity
More info about enabling Copr repositories