Purtroppo il risultato non cambia...
Codice: Seleziona tutto
$ sudo apt-get install fprintd libpam-fprintd
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
fprintd è già alla versione più recente (1.94.3-1).
libpam-fprintd è già alla versione più recente (1.94.3-1).
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
Codice: Seleziona tutto
$ sudo systemctl enable fprintd
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,
Also=, or Alias= settings in the [Install] section, and DefaultInstance= for
template units). This means they are not meant to be enabled or disabled using systemctl.
Possible reasons for having these kinds of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/, .requires/, or .upholds/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
Codice: Seleziona tutto
$ sudo systemctl status fprintd
● fprintd.service - Fingerprint Authentication Daemon
Loaded: loaded (/usr/lib/systemd/system/fprintd.service; static)
Active: active (running) since Sat 2025-02-15 11:02:26 CET; 29s ago
Docs: man:fprintd(1)
Main PID: 14690 (fprintd)
Tasks: 6 (limit: 38211)
Memory: 1.6M ()
CPU: 57ms
CGroup: /system.slice/fprintd.service
└─14690 /usr/libexec/fprintd
feb 15 11:02:26 ilmiopc systemd[1]: Starting fprintd.service - Finger>
feb 15 11:02:26 ilmiopc systemd[1]: Started fprintd.service - Fingerp>
Codice: Seleziona tutto
$ fprintd-enroll
Using device /net/reactivated/Fprint/Device/0
Enrolling right-index-finger finger.
Enroll result: enroll-stage-passed
Enroll result: enroll-stage-passed
Enroll result: enroll-stage-passed
Enroll result: enroll-stage-passed
Enroll result: enroll-stage-passed
Enroll result: enroll-completed
Codice: Seleziona tutto
$ fprintd-verify
Using device /net/reactivated/Fprint/Device/0
Listing enrolled fingers:
- #0: right-index-finger
Verify started!
Verifying: right-index-finger
Verify result: verify-no-match (done)
