-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VivoBook 15 S533FA(X512FA) #12
Comments
On VivoBook 15 (X513EA), have the exact same PID, and so the problem. Tried adding an entry in |
Using a ViVoBook F571GT with the same ELAN7001 SPI Device, and same 3104 as the Touchpad ID After following a different Route by compiling https://github.com/mincrmatt12/libfprint with the Build instructions at #5, I was successfully able to capture, enroll, identify and verify my fingerprint by running the binaries under After cloning the repo, and checking out the {.udev_types = ELANSPI_UDEV_TYPES, .spi_acpi_id = "ELAN7001", .hid_id = {.vid = ELANSPI_TP_VID, .pid = 0x3104}, .driver_data = ELANSPI_180_ROTATE}, After that I followed the Build Instructions as normal UDEV Rules were installed from https://github.com/mincrmatt12/elan-spi-fingerprint/blob/master/udev/99-elan-spi.rules and saved as Modprobe Configuration was installed from https://github.com/mincrmatt12/elan-spi-fingerprint/blob/master/modprobe/increase-spidev.conf and saved as Although I am unsure on how to actually install libfprint now and login with my fingerprint System Info: Operating System: EndeavourOS |
It’s works. Thx :) |
Hi @PeterStrick I have successfully done the part as you have mentioned and all the commands under build/examples are working fine after running |
As far as I know, the Build examples and modified libfprint seem to work, but the regular print Daemon doesn't. On KDE I had the option to setup, enroll and manage Fingerprints, but it couldn't verify them |
I came from another post. Hopefully someone will find a way to successfully setup a fingerprint login with the modified libfprint used here |
Hello, I checked that
/sys/bus/spi/devices
havespi-ELAN7001:00
And then, I checked the PID through
sudo dmesg | greap "ELAN".
However, if you type
3104
inhkeyvalue.h
and make, it will not run.Can you give me a hand? Thank you.
The text was updated successfully, but these errors were encountered: