-
Notifications
You must be signed in to change notification settings - Fork 13
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
Not working for 06cb:00be #35
Comments
The error is pretty self-explanatory: libfprint doesn't detect any supported devices. This means that either the driver doesn't get picked up, or you don't actually have a supported sensor (check |
Sorry I forgot to mention the device id above. I read a post about it here: https://redlib.privacy.com.de/r/Ubuntu/comments/1185rx6/got_synaptic_fp_scanner_synaptics_06cb00be |
In that case it's probably the former; you might want to try reinstalling |
Unfortunately for me it's the same error with the same device. |
You might want to try checking the system / |
Jumping in here, hopefully with a bit more information. I've got the latest synaTudor That being said, poking around I'm seeing a core dump from a freshly compiled setup:
or more, potentially usefully broken out:
unsurprisingly fprintd doesn't like it after that either, and it core dumps as well (that doesn't feel entirely pertinent but I can paste that out if it's helpful). Not sure what it's doing without a lot more digging, but figured I'd report what I'm seeing on a possibly related issue |
Minor addition as I keep poking a bit:
So it's finding it, attempts to open it, and then runs dead smack into a wall? utterly wild guess from a completely uninformed me: guessing something changed in the windows driver and whatever we are using to query isn't doing it right? On that theory:
|
You need to run the CLI as root / using sudo for it to work; this is briefly mentioned in the docs, I'm sorry for not making that more clear though.
The installer's However, notice how the coredump's backtrace points to |
ok doing and yeah there was some messages hidden by systemd/audit screaming up a storm:
This is after a recent F41 upgrade (so newer libfprint, et all) and I noticed a recent bios upgrade for the machine itself (though I don't think that should have done anything to the fingerprint reader) |
Seems like some IPC messages are getting corrupted / delivered out-of-order. You might want to try deleting any existing pairing data (should be stored in |
Tried clearing it out but it ends up creating the same file, same sha256sum even, as before so tudor_cli is working as expected though, I was able to enroll, verify, and query the print |
Sorry for the late reply; I was on break over the holiday seasons. Either way, something seems to be going wrong with the IPC between the libfprint module and the tudor-host. Could you add logging to |
I have an similar device, I wonder if it'll work or not |
This works fine, thanks so much to the dev here! I wonder why the main branch does not have this by default |
For some reason after a day now, KDE shows "place the fingerprint" but when I do so nothing happens, not sure what's wrong. |
I have the same problems from time to time. I think these are bugs in fprintd though. |
Ok sorry for my own delay, some work travel and such, so the dump has shifted some so I guess something is going on upstream in libfprintd (noting I'm on From the tudor_host side of things:
I'll note that I don't believe much of anything has changed on the system in the intervening time, other than updates and obviously the synaTudor code bse is still at I might try spinning up an F39 and F40 live environment and giving this a quick whirl going back and seeing if I can at least bound what's going on a bit better, since this used to work. |
Seems like this is related to the new VDSO |
I am on a fedora 40 workstation on an Ideapad Flex 5 14ARE05.
Fingerprint device is
06cb:00be
.I installed lifprintd-tod, libfprintd-tod-devel and some other dependencies as suggested by
meson build
command.Once meson build completed without errors, I followed rest of the instructions and installed the driver.
But even after installing this, I get the error as follows on
fprintd-enroll
:Impossible to enroll: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
I even tried rebooting & reinstalling again but same issue persists.
Am I missing anything? Please let me know if you need more info to debug this.
Thanks.
The text was updated successfully, but these errors were encountered: