我的 lonovo thinkbook 15 指纹无法使用,并且不存在设置选项

我的 lonovo thinkbook 15 指纹无法使用,并且不存在设置选项

我购买了一台联想 Thinkbook 笔记本电脑,我遇到的问题是指纹设置未激活,我不知道问题出在哪里。

我正在发送一系列命令的输出。感谢您的帮助。

lsusb

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 0489:e0cd Foxconn / Hon Hai Wireless_Device
Bus 003 Device 003: ID 04f3:0c4b Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 002: ID 24ae:2013 Shenzhen Rapoo Technology Co., Ltd. Rapoo 2.4G Wireless Device
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 5986:212b Acer, Inc Integrated Camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

sudo apt install libpam-fprintd

[sudo] password for hossein: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpam-fprintd is already the newest version (1.94.2-1ubuntu0.22.04.1).
The following package was automatically installed and is no longer required:
  libapache2-mod-php8.1
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 325 not upgraded.

sudo apt install libpam-fprintd

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpam-fprintd is already the newest version (1.94.2-1ubuntu0.22.04.1).
The following package was automatically installed and is no longer required:
  libapache2-mod-php8.1
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 325 not upgraded.

sudo pam-auth-update 在此处输入图片描述

用户设置 在此处输入图片描述

答案1

遗憾的是,这款指纹设备尚不受支持。列表在联想设备的 Arch Wiki 上,它会突出显示那些指纹读取器无法正常工作的设备。您的设备(USB ID04f3:0c4b在列表中以红色突出显示)。

好的一面是上游 libfprint 开发人员有一个开放的合并请求希望能够启用此设备。遗憾的是它还无法工作。

相关内容