-
Notifications
You must be signed in to change notification settings - Fork 4
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
Asus Vivobook 14 #5
Comments
What do you mean by it "doesn't complete"? You should be requested to swipe your finger multiple times, but it might be hard to see it with all the output spam. |
Oh well, thanks a lot 🤦 One more thing, I'm not exactly 100% sure about |
Different sensors are installed in different orientations, and the only way to tell is based on the ID of the touchpad. Based on the driver config files, though, the default is a vertical flip and there didn't seem to be a special override for the setup in your laptop (0x30C6) so |
Ok, good to know! Thanks for your work on this, I'll close the issue. |
can you explain the detailed procedure on how you got it to work on vivobook x412fj. I have the same model and I am unable to make it work. |
Thanks for your feedback, sure I can. To get libfprint running, clone mincrmatt12/libfprint and make sure to
Now, you should have an |
Hey, thanks you for reply. Again thanks for helping. I am quite new to linux and learning C nowdays. |
no problem, I'll explain:
After this, the Next, libfprint. Go back to your working directory and |
Oh damn, the first one is my bad. You have to be in the The second one basically says you upgraded meson after your first shot. The solution is to reconfigure, not to downgrade meson 😉 |
|
Nice! PS: Prefixing |
|
|
Yes, indeed. The problem here is that the version you compiled doesn't include the driver. |
nice! 🥳 |
sadly not working this way |
Hm, I need to check that out myself. Could take a while |
No problem. Thanks for all the help, I learned a lot of new stuff. |
Hmm I think there may have been some stuff I changed regarding swipe cancellation which may have caused it to break after a failed attempt, could you get fprintd logs and put them in a new bug over at mincrmatt12/libfprint? You can turn on the debug logs by passing |
Sure, I happy to help. just tell me,
|
Sorry for the late reply, I've been a bit busy with other stuff recently.
|
Hi @kenohassler @mincrmatt12 @mincrmatt12 I hope that the post isnt dead. I recently bought this ASUS Vivobook 15 which has the same fingerprint sensor. And i have done all the steps. I have successfully done the part as you have mentioned and all the commands under build/examples are working fine after running Also @kenohassler as you said i tried to install the newly built libfprint over the apt installed version but i get the following error (please see the snap) |
Hi @ayusc I just read your post. Unfortunately, I don't have the laptop anymore, so I cannot assist with hardware issues. However, your screenshot looks like a syntax error reported by the compiler. Did you forget inserting a comma? If this is still current, I suggest opening a new issue instead of replying to a closed three-year-old one 😉 |
I fixed and built it and everything works fine but fails at the verification stage, i can enroll the fingerprint but could never verify the enrolled image it always results in verify-no-match and it's still a open issue here. The problem is with these particular inbuilt sensors (on the touchpad) which are really small to capture the small difference between the captured fingerprint images. I think the libfprint library still need years to properly work on these small fingerprint sensors. Anyways i am using Zorin OS which has inbuilt fingerprint login support which also relies on libfprint, i also introduced the issue in thier forum but they are also helpless, the issue is with libfrint itself. Big hats off to Windows they really outbeat Linux at this thing. |
Just tested your code on my Vivobook 14 F412FJ, it works!
It uses PID
0x30c6
and proto detected sensor ID0x6
, so I added the following line toelanspi_id_table
:The img-capture example works fine, but enroll does not complete (although it produces an enrolled.pgm). Is this expected?
The text was updated successfully, but these errors were encountered: