ublue-os / framework

OCI Images derived of ublue-os main images for Framework hardware
https://universal-blue.org/images/framework
Apache License 2.0
13 stars 2 forks source link

Fingerprint sensor #47

Open KibSquib48 opened 6 months ago

KibSquib48 commented 6 months ago

The fingerprint sensor on my laptop doesn't seem to be recognized. Is this a bug or is the driver just not implemented yet?

KibSquib48 commented 6 months ago

image fwupd does recognize it but GNOME Settings doesn't (I'm on the Silverblue image btw, should've mentioned that)

castrojo commented 6 months ago

I think we're still waiting on the firmware update to be pushed from framework?

Renner0E commented 4 months ago

If you enable lvfs-testing the fingerprint reader seems to work on my 13th Gen Intel.

fwupdmgr enable-remote lvfs-testing

just update-firmware or

fwupdmgr refresh --force
fwupdmgr get-updates
fwupdmgr update

After it is done, reboot.

Is someone interested in having a just shortcut for enabling lvfs-testing?

prometoys commented 3 months ago

Hi,

I have Framework Laptop with 12 Gen Intel CPU. My fingerprint reader is recognized by fprintd, but not used by gnome. With stock Fedora Workstation 39 I didn't had any problem.

image

I use ublue:silverblue-framework

Thanks for the awesome work

Keywan

prometoys commented 3 months ago

Hey,

i could fix it with

sudo authselect enable-feature with-fingerprint 

After I run this command, I could add fingerprints via gnome-setting and us it with sudo, pkexec or gnome-settings.

Will this change be reverted by a future rpm-ostree update? Can we enable "with-fingerprint" by default?

I'm happy to test settings or prepare a MR, but need some hints, if I'm on the right track.