Enable Fingerprint Reader
- Check if any of the devices from
lsusbcommand match with the list here. - If there match, all you need to do is install
fprintdusing:
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