Bug 56528 - Некорректная работа сканера отпечатков пальцев на ноутбуке LENOVO ThinkPad E570
Summary: Некорректная работа сканера отпечатков пальцев на ноутбуке LENOVO ThinkPad E570
Status: NEW
Alias: None
Product: Branch p11
Classification: Unclassified
Component: fprintd (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P5 normal
Assignee: Egor Ignatov
QA Contact: qa-p11@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-21 13:20 MSK by Kirill Sen
Modified: 2025-10-21 13:20 MSK (History)
0 users

See Also:


Attachments
Архив с логами (943.00 KB, application/x-tar)
2025-10-21 13:20 MSK, Kirill Sen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sen 2025-10-21 13:20:38 MSK
Created attachment 19864 [details]
Архив с логами

Образ: Workstation K 11.1.1

Стенд: LENOVO ThinkPad E570

Версии пакетов:
fprintd-1.94.5-alt3.x86_64
fprintd-clients-1.94.5-alt3.x86_64
pam_fprintd-1.94.5-alt3.x86_64

Версия ядра : kernel-image-6.12-6.12.41-alt1.x86_64

Шаги для воспроизведения:

    1. Установить пакеты и зарегистрировать отпечатки пальцев в системе # apt-get install fprintd pam_fprintd
    2. Запуск сервиса # systemctl start fprintd; systemctl status fprintd
    3. Зарегистрировать отпечаток пальца пользователя test (по умолчанию правый) # fprintd-enroll test
    4. Зарегистрировать отпечаток пальца для пользователя root # fprintd-enroll root

Ожидаемый результат:
Сканирование проходит успешно, ошибок нет

Фактический результат:
Для пользователя test сканирование проходит корректно

# fprintd-enroll test
Using device /net/reactivated/Fprint/Device/0
Enrolling right-index-finger finger.
Enroll result: enroll-stage-passed
...
Enroll result: enroll-completed


Для пользователя root сканирование начинается, но через несколько секунд завершается с ошибкой.

# fprintd-enroll root
Using device /net/reactivated/Fprint/Device/0
Enrolling right-index-finger finger.
failed to claim device: GDBus.Error:net.reactivated.Fprint.Error.Internal: Open failed with error: transfer timed out


Ошибка не связана именно с пользователем root, возникает при повторном сканировании.