# Fedora Fingerprint Troubleshooting

> Setting up your fingerprint reader   By default Ubuntu should make setting up your fingerprints super easy   Just follow this setup process

Source: https://knowledgebase.frame.work/en_us/fedora-fingerprint-troubleshooting-SyfIAyCM3

Last updated: 2024-08-30T21:26:57.901Z

## Fedora Fingerprint Troubleshooting

  

If you're on Fedora and find that you're unable to get your fingerprint reader working after [following this step by step process](https://guides.frame.work/Guide/Fedora+39+Installation+on+the+Framework+Laptop+13/217#s1848), then this troubleshooting guide is for you.

This guide is broken up into sections depending on what the issue you're experiencing happens to be. Just scroll through until you locate the issue that reflects what you're experiencing.

  

### Fedora  never asks for a fingerprint at login

  

This because automatic login is selected under your user in User accounts - disable this feature.

![](https://cdn.kustomerhostedcontent.com/media/6047cd84502177bce9fccae2/384eb64d23bc33cd027b119a872eb3fa.png)

###   

### Fedora 37, 38 or 39 Fingerprint reader setup says failed to enroll my fingerprint

  

If you followed the Fedora fingerprint instructions [as described in our](https://guides.frame.work/Search?query=Ubuntu) [Fedora](https://guides.frame.work/Guide/Fedora+38+Installation+on+the+Framework+Laptop+13/165#s1341) [guide](https://guides.frame.work/Guide/Fedora+38+Installation+on+the+Framework+Laptop+13/165#s1341) and you're seeing an alert like the one below, you will need to clear your old fingerprints for all operating systems past and present.

![](https://cdn.kustomerhostedcontent.com/media/6047cd84502177bce9fccae2/6a10727d7d875b4c64a688da6175a1c5.png)

  

Instances whereas you're unable to register your fingerprint. The way forward is to delete all previous finger prints and start over. We will do this using fprintd-delete. But instead of selecting the individual print to delete, we will be deleting all of them across all users on this Fedora install.

[Download and run this script](https://github.com/FrameworkComputer/linux-docs/tree/main/Fingerprint-Checker#fingerprint-checker). Choose **option 11**.

[![](https://cdn.kustomerhostedcontent.com/media/6047cd84502177bce9fccae2/2be4ac6386cb812fae6fabec4e8a0498.png)](https://github.com/FrameworkComputer/linux-docs/tree/main/Fingerprint-Checker#fingerprint-checker)

  

> **Note:** If you find yourself hitting enroll-disconnected, this is because a finger print is already registered - regardless of the user. Will want to run the above linked script, delete the finger prints on your other account on on this one. The script will figure it out.

  

### If login with fingerprint and sudo isn't asking for a fingerprint.

_Current versions **SHOULD NOT** need this anymore, keeping here just incase._

#### Install the needed packages:

  

sudo dnf install fprintd fprintd-pam

  

#### Make sure to complete the following:

sudo gnome-text-editor /usr/lib/systemd/system/fprintd.service

  

#### At the bottom of the file, add:

\[Install\] WantedBy=multi-user.target

  

#### Save the file, then run:

systemctl restart fprintd.service

  

#### Enable fprintd even if previously enabled, this will make sure it's working after reboot:

systemctl enable fprintd.service

  

#### Enroll your new fingerprint:

fprintd-enroll

  

#### Verify your new fingerprint:

fprintd-verify

  

#### Make sure PAM is authenticated for your fingerprint:

sudo authselect enable-feature with-fingerprint 

sudo authselect apply-changes

  

Your fingerprint will allow you use sudo in the terminal.

  

* * *

  

  

### Failed to claim fingerprint device Goodix MOC Fingerprint Sensor

  

If you are seeing the following error when you try to register a fingerprint on Ubuntu.

Please visit the [Framework Laptop Fingerprint Readers with 01000320 Firmware Update Guide](https://github.com/FrameworkComputer/linux-docs/blob/main/FPR-320-firmware/readme.md#framework-laptop-fingerprint-readers-with-01000320-firmware-update-guide).

  

![](https://cdn.kustomerhostedcontent.com/media/6047cd84502177bce9fccae2/20a8a2b9c6c9949d01dd6b23eb9c2e9a.png)
