Thinkpad T480 Finger Print Reader
I have gotten fingerprint login working on 18.04 and the sensor which comes with a T480s by using the python-validity project.
The basic install steps are
- Remove any existing installs of
fprintd
sudo apt remove fprintd
- Add the python-validity PPA
sudo add-apt-repository ppa:uunicorn/open-fprintd
sudo apt-get update
- Install python-validity and dependencies
sudo apt install open-fprintd fprintd-clients python3-validity
- Enrol a fingerprint
fprintd-enroll -f fprintd-enroll -f right-index-finger
- Enable fingerprint login
sudo pam-auth-update