Skip to content

Enable Fingerprint Reader

  • Check if any of the devices from lsusb command match with the list here.
  • If there match, all you need to do is install fprintd using:
shell
sudo dnf install fprintd
  • You can enroll new fingers using the command:
shell
# finger can be "right-index-finger" (default), "right-middle-finger", "left-index-finger" etc.
fprintd-enroll -f <<finger>>
  • To list all fingers enrolled for a user, use:
shell
fprintd-list piratedev
  • To verify whether the fingerprint detection is working, use:
shell
fprintd-verify