我有一台内置指纹识别器的戴尔笔记本电脑。我刚刚lsusb在终端上运行并得到以下结果:
Bus 002 Device 003: ID 138a:0011 Validity Sensors, Inc. VFS5011 Fingerprint Reader
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 05ca:1820 Ricoh Co., Ltd …Run Code Online (Sandbox Code Playgroud) 我正在尝试在运行 Ubuntu 20.04 的笔记本电脑(Dell Inspiron 7577)中启用指纹登录
我已启用设置使用 sudo pam-auth-update
另外,我安装了hw-probe,发现正在检测指纹读取器,如下所示
"usb:27c6-5301" : {
"Bus" : "USB",
"Class" : "02-02-01",
"Device" : "Fingerprint Reader",
"Driver" : "cdc_acm",
"SDevice" : "Goodix Fingerprint Device",
"SVendor" : "HTMicroelectronics",
"Serial" : "9F73FE10C4F88873C9E942B6B6FB242C",
"Status" : "detected",
"Type" : "fingerprint reader",
"Vendor" : "Shenzhen Goodix Technology Co.,Ltd."
},
Run Code Online (Sandbox Code Playgroud)
我仍然没有在“设置”>“用户”>“登录和身份验证”中看到任何启用指纹登录的选项。
这个你能帮我吗。