-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04, new libfprint-2 and as such our precious drivers won't work. #104
Comments
138a:0097 - the same |
I have the sad/slowly feeling this wonderful project is dead. :( |
Fedora 32 updated fprintd to the latest version, which also requires libfprint-2.so. The previous modified version is completely unusable. Could successfully make and install it, and run the enroll and verify in the examples directory. But running fprintd-enroll gave No devices available. ThinkPad T470 with 138a:0097, too. |
https://github.com/3v1n0/libfprint Here is the successor. |
It cannot be used in Fedora 32. When I tested |
Does the PKGBUILD from https://aur.archlinux.org/packages/libfprint-vfs009x-git/ help you? Or how it get build there for ubuntu? I am sadly not much into fedora, but maybe it's just a configuration mistake on your build system? |
Well, if it helps I uploaded by private builds of libfprint for Fedora 32 (64 bit) here: http://cubbi.de/libfprint/ |
This is exactly what I ran into as well: https://gitter.im/Validity90/Lobby?at=5efe3170e0e5673398ebc0be |
https://github.com/uunicorn/python-validity |
Nice easy compile and installation in 19.10
Upgraded to 20.04, the fingerprint scanner stopped working.
After looking at what changed, libfprint is now libfprint-2, installs a new set of libraries (libfprint-2.so.2.0.0) at a different location (/usr/lib/x86_64-linux-gnu).
Our drivers compile great, but they're no substitute for the new libraries, as such I'm currently back to square one.
This is on 138a:0090. Thank you
The text was updated successfully, but these errors were encountered: