Sapper

August 7, 2018 ~ 1 min read

How To Enable Fingerprint Scanner on Thinkpad Laptop in Archlinux


Thinkpad T430s

Yeah, as a linux user i know how tiring is typing a password each we run command as super user or simply login. Not again, i've purchased Thinkpad T430s with fingerprint scanner, but without setting it up it wont do anything. This is a very brief tutorial how to enable fingerprint scanner in Archlinux system.

  1. Install fingerprint-gui from AUR

  2. Make /lib/udev/rules.d/40-libfprint0-custom.rules as follows

ATTRS{idVendor}=="147e", ATTRS{idProduct}=="2020", MODE="0664", GROUP="plugdev"
  1. Add yourself to the plugdev group
$ sudo usermod -a -G plugdev username
  1. Reboot
  2. Open fingerprint-gui to do the enrolment
  3. Add this line to /etc/pam.d/sudo, /etc/pam.d/su, /etc/pam.d/login and /etc/pam.d/polkit-1
auth        sufficient        pam_fingerprint-gui.so
  1. Try do $ sudo something in terminal, you should be able to use your fingerprint for authentication
  2. You can also login in tty with your fingerprint

Maxi Ferreira

My name is Muktazam Hasbi. I writes about tech, mainly linux stuff and my stories in this blog. You can see some of my work on GitHub.