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:
sh
sudo dnf install fprintd
  • You can enroll new fingers using the command:
sh
# 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:
sh
fprintd-list piratedev
  • To verify whether the fingerprint detection is working, use:
sh
fprintd-verify