Set Up Fingerprint Reader in Linux Mint
You might also like...



lsusb
lsusb
shows a Broadcom device, you may be able to get the driver in the next step.libfprint-2-tod1-broadcom_5.12.018-0ubuntu1~22.04.01_amd64.deb
is what worked on the Dell Latitude 5400 running Mint 22.<br> sudo apt install fprintd libpam-fprintd<br>
<br> fprintd-enroll -f right-index-finger <username><br>
right-index-finger
in the above command with one of these.sudo pam-auth-update
/etc/pam.d/common-auth
file and set the max_tries
equal to something larger than 1.<br>sudo nano /etc/pam.d/common-auth<br>
<br>max_tries=10<br>
<br> fprintd-verify<br>