I am using Ubuntu 20.04 LTS on my HP Envy x360. LSUSB detects the fingerprint scanner, but FPRINTD does not detect the hardware. Since LSUSB detected it, is there a chance I could get it to work?
phenom@PhenomFire:~$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 04f3:0c4c Elan Microelectronics Corp. ELAN:ARM-M4
Bus 003 Device 003: ID 0408:542a Quanta Computer, Inc. HP Wide Vision HD Camera
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 8087:0026 Intel Corp.
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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The second device (04f3:0c4c Elan Microelectronics Corp. ELAN:ARM-M4
) is the fingerprint scanner.
lsusb
? Not every Envy x360 uses the same reader. Please note that detection does not always mean usable. The operating system may know that something exists but, without a driver that's able to interact with the hardware, it may not be able to use it. – matigo Jun 02 '21 at 01:26