You are not logged in.
I have a laptop Acer Aspire 7 (A715-76G) and it seems to have a fingerprint device with ID "06cb:0102". I can neither find it's support in fprintd nor anywhere else and official website only shows "Windows 11" for driver support ![]()
It's not even listed on unsupported devices
Last edited by Ayu2805 (2024-07-25 19:03:12)
Offline
the 06cb corresponds to a synaptics device , but 0102 is not listed on https://usb-ids.gowdy.us/read/UD/06cb .
https://linux-hardware.org/?id=usb:06cb-0102 shows no reports of systems where it functions under linux .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Have you tried adding the device ID to libfprint? You could use the addition of 06cd:0104 as a template.
Offline
the 06cb corresponds to a synaptics device , but 0102 is not listed on https://usb-ids.gowdy.us/read/UD/06cb .
https://linux-hardware.org/?id=usb:06cb-0102 shows no reports of systems where it functions under linux .
It seems the the device is a very new one. Neither the laptop have much driver updates.
Offline
diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb
index 74ac65b..c19b2ba 100644
--- a/data/autosuspend.hwdb
+++ b/data/autosuspend.hwdb
@@ -228,6 +228,7 @@ usb:v06CBp00FC*
usb:v06CBp00C2*
usb:v06CBp0100*
usb:v06CBp00F0*
+usb:v06CBp0102*
usb:v06CBp0103*
usb:v06CBp0123*
usb:v06CBp0124*
diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c
index 138e734..3542241 100644
--- a/libfprint/drivers/synaptics/synaptics.c
+++ b/libfprint/drivers/synaptics/synaptics.c
@@ -38,6 +38,7 @@ static const FpIdEntry id_table[] = {
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x00C2, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0100, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x00F0, },
+ { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0102, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0103, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0123, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0124, },libfprint 1.94.7 with the patch above applied:
libfprint-1.94.7-3.1-x86_64.pkg.tar.zst.
Offline
libfprint 1.94.7 with the patch above applied:
libfprint-1.94.7-3.1-x86_64.pkg.tar.zst.
I have tried that, it ain't working. It just says "Ignoring device due to initialization error: unsupported firmware version"
Also, fwupd isn't even showing the device/firmware.
Offline
I would suggest contacting the libfprint project.
Offline
I would suggest contacting the libfprint project.
I will mark the topic as [HOLD] for now then.
Offline