Let’s setup the fingerprint reader in Linux so that you do not need to enter your password as often.
Step 1
Open a terminal window and type ‘lsusb’ to get the device list.
lsusb
Bash
And check here to verify if your device is listed/supported:
https://fprint.freedesktop.org/supported-devices.html
Step 2
Install the module by tying ‘sudo apt install libpam-fprintd’ in the terminal.
sudo apt install libpam-fprintd
BashAnd enable the fingerprint reader in the PAM configuration.
sudo pam-auth-update
Bash
Step 3
Enroll your fingerprints by typing ‘fprintd-enroll -f right-index-finger’ in the terminal.
fprintd-enroll -f right-index-finger
BashPress and remove your right index finger until enrollment is complete.

You may enroll another/different finger by modifying the ‘fprintd-enroll’ command.
fprintd-enroll -f left-thumb
fprintd-enroll -f left-index-finger
fprintd-enroll -f left-middle-finger
fprintd-enroll -f left-ring-finger
fprintd-enroll -f left-little-finger
fprintd-enroll -f right-thumb
fprintd-enroll -f right-index-finger
fprintd-enroll -f right-middle-finger
fprintd-enroll -f right-ring-finger
fprintd-enroll -f right-little-finger
To verify that it is working I locked my screen and used the fingerprint sensor to unlock my laptop.

Hey, I’m Keith! I’m an IT professional from NYC and this is my tech blog where I post solutions, tutorials, tips & tricks. I am passionate about WordPress security and performance. You can contact me here.