我的 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

遺憾的是,該指紋設備尚不支援。有一個清單在 Lenovo 裝置的 Arch Wiki 上,它突顯了那些具有非功能性指紋辨識器的裝置。您的裝置(USB ID04f3:0c4b在清單中以紅色突出顯示)。

從好的方面來說,上游 libfprint 開發人員有一個開放的合併請求希望啟用此設備。遺憾的是它還沒有發揮作用。

相關內容