python-validity
python-validity copied to clipboard
Validity fingerprint sensor prototype
I've seen [a video on YouTube](https://www.youtube.com/watch?v=4rWYXc4F-jU) that was showing how to enable fingerprint support on Linux even for [fingerprint readers not supported by `fprint`](https://fprint.freedesktop.org/supported-devices.html), thanks to this package. I tried...
Hi there, I'm trying to make work this fp. I saw that there are blobs_90.py are blobs_97.py . Are these binary blobs taken from the firmware extracted from the windows...
I often work with my laptop with second screen plugged in, external mouse and keyboard so fingerprint is not accessible just at my fingertips and I have to reach the...
Hi! I followed the Readme instructions and was able to enroll my right index finger. I ran `sudo pam-auth-update` but command was not found so I added the lines to...
Hi there! Just for some quick background, I'm using a Thinkpad T480 with a "06cb:009a Synaptics, Inc. Metallica MIS" Touch Fingerprint Reader. The operating system is Arch and have python-validity...
I have created packages for openSUSE Tumbleweed at https://build.opensuse.org/project/show/home:ArturGaspar:python-validity Install instructions: zypper addrepo https://download.opensuse.org/repositories/home:ArturGaspar:python-validity/openSUSE_Tumbleweed/home:ArturGaspar:python-validity.repo zypper refresh zypper install fprintd-clients open-fprintd python-validity fprintd-pam
Hi, I have a Lenovo ThinkPad Yoga 370 running Arch and Windows 10 (dual booting on the same drive). From the ArchWiki, python-validity should allow for the sensor to work....
When trying to enable python3-validity via `sudo systemctl enable python3-validity` on Manjaro the following error occurs: `The unit files have no installation config (WantedBy=, RequiredBy=, Also=, Alias= settings in the...
I get the "Exception: Failed: 04af" error when the python3-validity.service starts. Maybe the binary blobs need an update? There is a newer driver at the Lenovo site: https://download.lenovo.com/pccbbs/mobiles/n1cgn09w.exe
I'm trying to use your code on a P51 with 138a:0097 sensor. And the same exception as https://github.com/uunicorn/python-validity/issues/55 just jumped out when I tried to initialize the device, as below:...