Fingerprint support mint 20

https://forums.linuxmint.com/viewtopic.php?t=323688

Use fprintd (lacks gui)
Code: Select all
sudo apt install fprintd libpam-fprintd
Example code for enrolling your (i) specific finger or (ii) all your fingers: Code: Select all
fprintd-enroll -f left-index-finger
Code: Select all
for finger in {left,right}-{thumb,{index,middle,ring,little}-finger}; do sudo fprintd-enroll -f "$finger"; done
Follow the prompt and swipe your finger across your scanner 5 times.

Finally, enable access by marking Fingerprint option with * using the spacebar key in: Code: Select all
sudo pam-auth-update Working for me in Ulyana, at both terminal and lock screen

Add a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注