Skip to content

Instantly share code, notes, and snippets.

View tonyhazama's full-sized avatar
✍️
Working on and on

Muhammad Sultoni tonyhazama

✍️
Working on and on
View GitHub Profile
@borcean
borcean / t480-fedora-fingerprint.md
Last active July 2, 2024 21:27
ThinkPad T480 fingerprint reader on Fedora Linux

ThinkPad T480 fingerprint reader on Fedora Linux

Background

The Synaptics fingerprint sensor (06cb:009a) present on my T480 is not supported by libfprint and fprintd as it requires a non-free binary blob. uunicorn created open-fprintd, a replacement for fprintd, that allows for loading of binary blobs. In conjunction with their python-validity driver we are able to make use of the inbuilt fingerprint reader. The following instructions were tested against Fedora Linux 35.

Installing open-fprintd and python-validity

sudo dnf copr enable tigro/python-validity
sudo dnf install open-fprintd fprintd-clients fprintd-clients-pam python3-validity