libfprint icon indicating copy to clipboard operation
libfprint copied to clipboard

04f3:0c00 Elan Microelectronics Corp. ELAN:ARM-M4

Open ArtemPavliukovich opened this issue 3 years ago • 7 comments
trafficstars

This device isn't available, how I can fix it?

ArtemPavliukovich avatar Feb 09 '22 12:02 ArtemPavliukovich

Try https://github.com/iafilatov/libfprint#unrecognized-devices

Also, it's better to use the official repo https://gitlab.freedesktop.org/libfprint/libfprint

iafilatov avatar Feb 09 '22 12:02 iafilatov

I installed the enalmoc2 version in Fedora 37 (I have 04f3:0c00 fingerprint reader). I did:

git clone -b elanmoc2 https://gitlab.freedesktop.org/Depau/libfprint/
cd libfprint/
sudo dnf intall glib2-devel libgusb-devel gobject-introspection-devel pixman-devel nss-devel libgudev-devel gtk-doc
meson setup builddir && cd builddir
sudo ninja install
fprintd-enroll

but I get: Impossible to enroll: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available

what am I doing wrong?

All3xJ avatar Jan 09 '23 20:01 All3xJ

I FIXED! I did what this comment says: https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/330#note_1718869 and then rebuilded and reinstalled as usual and restarted the service with sudo systemctl restart fprintd.service and now it works!

All3xJ avatar Jan 15 '23 09:01 All3xJ

@All3xJ how did you get it to work? Did you clone the repo from the PR that had the patch and built manually? I'm not that well versed in this these things and i just want my fingerprint reader (04f3:0c00) to work haha

ZeroKun265 avatar Mar 24 '23 10:03 ZeroKun265

I'm using Ubuntu 23.10 & my laptop has the same fingerprint device. how can I make it work?

mh-saeed avatar Feb 01 '24 20:02 mh-saeed

Fixed :heavy_check_mark:

I just followed the instructions from this comment: https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/330#note_1718869

mh-saeed avatar Feb 03 '24 19:02 mh-saeed