Cs9711 | Fingerprint Driver
// 5. Setup misc device or input subsystem dev->miscdev.minor = MISC_DYNAMIC_MINOR; dev->miscdev.name = "cs9711"; dev->miscdev.fops = &cs9711_fops; misc_register(&dev->miscdev);
After enrollment, test that fingerprint authentication works for sudo , the lock screen, and GNOME dialogs. cs9711 fingerprint driver
sudo dnf install fprintd fprintd-pam git meson ninja-build gcc gcc-c++ \ glib2-devel libgusb-devel pam-devel nss-devel pixman-devel libusb1-devel This link or copies made by others cannot be deleted
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. Try again later
Before installing the driver, confirm that your fingerprint reader is a CS9711 by checking the USB ID:
Deepin users have reported success after manually packaging the driver for their distribution. One user shared a package derived from the ddlsmurf/libfprint-CS9711 source code and found that unlocking speed was “pretty good” on Deepin v25, with support for native login, sudo , and pkexec requiring a password.
Download the latest CS9711 or fingerprint sensor driver executable file ( .exe ).