Fingerprint support mint 20
Posted On 2020年11月30日
https://forums.linuxmint.com/viewtopic.php?t=323688
Use fprintd (lacks gui)
Code: Select allsudo apt install fprintd libpam-fprintd
Example code for enrolling your (i) specific finger or (ii) all your fingers: Code: Select allfprintd-enroll -f left-index-finger
Code: Select allfor 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 allsudo pam-auth-update
Working for me in Ulyana, at both terminal and lock screen