The CS9711 is not yet supported in the main libfprint repository, but there is a dedicated community fork by that brings it to life.
sudo systemctl start fprintd.service
In , it may show up as:
Open , locate the reader under "Biometric devices" or "Unknown devices," and update the driver using the manufacturer-provided package. Fingerprint Enrollment : Navigate to Settings > Accounts > Sign-in options .
: It supports advanced touch recognition technology that accurately reads fingerprints from any angle, ensuring reliable performance even with varying finger placement.
#define CS9711_IOC_MAGIC 'f' #define CS9711_CAPTURE _IOWR(CS9711_IOC_MAGIC, 1, struct cs9711_img_info) #define CS9711_GET_VERSION _IOR(CS9711_IOC_MAGIC, 2, u8)
The Ultimate Guide to the CS9711 Fingerprint Driver: Troubleshooting and Installation
The CS9711 is not yet supported in the main libfprint repository, but there is a dedicated community fork by that brings it to life.
sudo systemctl start fprintd.service
In , it may show up as:
Open , locate the reader under "Biometric devices" or "Unknown devices," and update the driver using the manufacturer-provided package. Fingerprint Enrollment : Navigate to Settings > Accounts > Sign-in options .
: It supports advanced touch recognition technology that accurately reads fingerprints from any angle, ensuring reliable performance even with varying finger placement.
#define CS9711_IOC_MAGIC 'f' #define CS9711_CAPTURE _IOWR(CS9711_IOC_MAGIC, 1, struct cs9711_img_info) #define CS9711_GET_VERSION _IOR(CS9711_IOC_MAGIC, 2, u8)
The Ultimate Guide to the CS9711 Fingerprint Driver: Troubleshooting and Installation