Skip to content
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

I own a 04f3:0903 (Asus Zenbook 430) and willing to hack #27

Closed
fransschreuder opened this issue May 10, 2019 · 2 comments
Closed

I own a 04f3:0903 (Asus Zenbook 430) and willing to hack #27

fransschreuder opened this issue May 10, 2019 · 2 comments

Comments

@fransschreuder
Copy link

Hi,
I just bought this new Zenbook with the 04f3:090 fingerprint reader and with the 0.99 version of libfprint the fingerprint reader works to some extent, it sometimes successfully enrolls, but most of the time exits with: enroll-unknown-error.

I can program / hack / test, just need some pointers on where to start.
I don't know whether I better start here, or with the official libfprint repo, I guess it is good to use the official code since it was merged there, but maybe this is the place for good pointers to the specific hardware.

@iafilatov
Copy link
Owner

iafilatov commented May 12, 2019

Hey Frans,

Your symptoms sound like small sensor problem. Or, less likely, a rotated sensor. See the log snippet to find out how many minutiae libfprint is able to detect (you probably want to pipe and grep "minutiae" - the log has become a lot less readable in recent releases). If it constantly gets 10 or less, there's the problem. Or check the images visually. If they don't immediately resemble fingerprints, it's the same thing.

If you want to hack, I'd recommend going for the official repo. The code is much newer there. But if I'm right, hacking won't help as long as no dedicated algo exists in libfprint.

@fransschreuder
Copy link
Author

Thanks for the pointers. I will have a look into it.
I can actually log in now with the fingerprint sensor, but it is a bit unreliable, I often have to try a couple of times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants