tjhorner / blog-comments

0 stars 0 forks source link

mint-fingerprint-auth-x1c7/ #3

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Linux Fingerprint Authentication on ThinkPads

Learn how to enable fingerprint authentication on your ThinkPad with a Linux distro.

https://blog.horner.tj/mint-fingerprint-auth-x1c7/

walknotes commented 1 year ago

"Note: This will also update things like your ThinkPad's BIOS, Thunderbolt controller, etc."

Put this notice BEFORE the command please. You don't put a "this will destroy the world" notice at the end of the killing bugs step by step manual.

tquid commented 1 year ago

Been looking for a simple guide for this for years! Thanks, this got my ThinkPad T470 using the fingerprint reader in no time!

bobambrosius commented 1 year ago

I don't usually thank people for their advice and answers. It's rude of me, I know. But it is too much of a hassle, and English is not my native language. But here I am thanking you! I got here from a link in forums.linuxmint.com and it was a great experience. This blog is thoughtful, beautiful and accurate. I'm working on my old thinkpad T430s, an your advice works like a charm. Thank you.

tjhorner commented 1 year ago

Thank you for the thanks @bobambrosius! I'm glad this was helpful for you :)

gabrc52 commented 1 year ago

I have a validity sensor and I'm using Fedora 38. For me, instead of

sudo pam-auth-update which just says command not found,

I had to do sudo authselect enable-feature with-fingerprint instead.

and updating the firmware can be done from GNOME software as well

thegu5 commented 11 months ago

Worked like a charm w/ MX Linux 21.3 + Thinkpad X1 Carbon Gen 10, thank you!

FrankBKK commented 7 months ago

Great set of instructions - especially the heads up on the older Validity drivers saved me lots of headaches ! Just one question: Is there a way to change the timeout for the reader ? (I work a lot remote and for any sudo I need to wait some secs.)

ghost commented 6 months ago

Hi, when I tried to use fprintd-enroll to register a fingerprint. It said "Impossible to enroll: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available". Do you know how to deal with it? Many thanks.

ghost commented 6 months ago

Just in case, my computer is Thinkpad t470.

ZakGhost354313 commented 6 months ago

I have the same issue with my T460s

gabrc52 commented 6 months ago

What OS are you running?

davidjao commented 4 months ago

@FrankBKK the timeout can be controlled by editing /usr/share/pam-configs/fprintd to change the value after timeout=, but as stated in the pam_fprintd man page, the minimum timeout value is 10 seconds. However, if you want to make sudo stop waiting for a fingerprint, just press ^C at the "Place your finger on the fingerprint reader" prompt and it will go directly to asking for a password.

FrankBKK commented 4 months ago

@FrankBKK the timeout can be controlled by editing /usr/share/pam-configs/fprintd to change the value after timeout=, but as stated in the pam_fprintd man page, the minimum timeout value is 10 seconds. However, if you want to make sudo stop waiting for a fingerprint, just press ^C at the "Place your finger on the fingerprint reader" prompt and it will go directly to asking for a password.

Perfect - thanks for the Info - greatly appreciated !

FlooferLand commented 1 month ago

I followed the guide exactly but I just get "VerifyStop failed: MEssage recipient disconnected from message bus without replying" any time i try to enroll

vsreddyh commented 4 days ago

Thank you brother You saved me a lot of time