I have a Lenovo ThinkPad with a fingerprint reader:
How to make Ubuntu recognise it and use it for login?
I already tried:
sudo add-apt-repository ppa:fingerprint/fingerprint-gui
sudo apt-get update
… but this GUI did not recognizes my device. Does anyone knows any other option?
Best Answer
I tried both Fingerprint Gui and FPrint in my Thinkpad W550S. Fingerprint Gui had a nice interface, but was pretty unstable on the login page and sudo and constantly crashed.
FPrint seems more simple, but works very well:
For Ubuntu 20.04 or greater:
For Ubuntu 16.04 or greater:
For Ubuntu 15.04 or less
After that, you can test it by running
fprint_demo
and save the fingerprint withfprintd-enroll
. This will automatically make your login screen require a finger swipe instead of a password.[Update] In some cases you also may need to run:
to activate fingerprint reader for elevated privileges for example with sudo