-
Notifications
You must be signed in to change notification settings - Fork 13
PROJECT STATUS #8
Comments
Hello, I'd like to ask for help it is confusing and i can't find an appropriate way of installing validity sensor for my HP EliteBook 840 G2 am using UBUNTU 21.10 now, please help me on how i can enable my fingerprint sensor, it work perfectly on Windows 10 Hello |
I think there isn't any stable driver for this sensor on linux. |
Thank you
…On Mon, Nov 1, 2021 at 12:40 PM Ahmed Mohamadeen ***@***.***> wrote:
Hello, I'd like to ask for help it is confusing and i can't find an
appropriate way of installing validity sensor for my HP EliteBook 840 G2 am
using UBUNTU 21.10 now, please help me on how i can enable my fingerprint
sensor, it work perfectly on Windows 10 Hello
I *think* there isn't any *stable* driver for this sensor on linux.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQYYB2F2IWX6ZFY7QMB5M23UJZVDFANCNFSM4LPTPD3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
So the AUR package just fails to build and work |
any help on folowing error? |
This comment has been minimized.
This comment has been minimized.
oh, excuse me, sure |
Well, It's almost the ens of 2024. I don't suppose there is a fix yet? Some fancy new code? Maybe an AI with a logbook? Anything... |
Current state
Any development in this repository is permanently halted. The reason being, that
libfprint
has never been the way to go with this driver, becauselibfprint
's software design is too poor to plug a driver like this into it, and it's just always going to have hiccups. I learned it the hard way when developing this driver, but it was too late to stop it, so I just created this somewhat working version and called it a day.What's next then?
I will create a small library + utility, which just capture raw images from the binary software and don't need any dependency except for the proprietary binaries. This will re-purpose most of the code from this repository and serve as a basis for other people to develop solutions to their problems. It will also be the point, where I cease my involvement with the software around this hardware.
Tips for my successors
In order to make OS login work like in Microsoft Windows (most common use case), there are two options in my opinion:
Create a solid biometrics framework for Linux ala Windows and then plug this driver into it.
This option requires some time and dedication, but can serve for many years to come, replacing or consuming
libfprint
as a better alternative.Create ad-hoc PAM module just for this driver.
This should not take long to develop, but will die as soon as the current HW dies, which is fairly soon.
In either case, both
libfprint
andfprintd
are unusable for any development involving a binary driver.For updates subscribe to this thread.
The text was updated successfully, but these errors were encountered: