https://bugs.kde.org/show_bug.cgi?id=438649
--- Comment #24 from Amnon <amye...@gmail.com> --- (In reply to zzrakic from comment #23) > Hi Amnon, > > Sorry to hear something broke. This is unexpected. > Please enable fingerprint sensor inside BIOS to see if the errors go away. > > Were you able to login with password after you disabled fingerprint sensor > inside BIOS? > If you were able to, then you can change these settings without using live > usb image. > > If not, then you will need to install a live image on the usb and mount your > disk to edit /etc/pam.d/sddm > You can download any distro on your image and boot from it. > Then you can follow these instruction to mount the disk: > https://discovery.endeavouros.com/system-rescue/arch-chroot-for-efi-uefi- > systems/2021/03/ > > note, you don't have to do arch-chroot, you can only mount the root > partition and edit the files. > > Open /etc/pam.d/sddm and see how it is configured. > > It should look something like this: > ``` > auth include system-login > -auth optional pam_gnome_keyring.so > -auth optional pam_kwallet5.so > > account include system-login > > password include system-login > -password optional pam_gnome_keyring.so use_authtok > > session optional pam_keyinit.so force revoke > session include system-login > -session optional pam_gnome_keyring.so auto_start > -session optional pam_kwallet5.so auto_start > ``` > > Please post how the file was configured before removing anything. > If you see one of these lines in the beginning of a file remove them and > reboot: > ``` > auth [success=1 new_authtok_reqd=1 default=ignore] > pam_unix.so > try_first_pass likeauth nullok > auth sufficient pam_fprintd.so > ``` > > Now you should be able to login with password. Additionally, you could > review other files inside /etc/pam.d to see if they are configured to > support fingerprint authentication and remove it if you want that. to @zzrakic, Thanks for the quick response! Currently my computer is working fine. There is only the error message when booting. I will try your proposed remedies later (not today). Is there anything in them that might cause my system to break down? -- You are receiving this mail because: You are watching all bug changes.