question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix for "Fingerprint not working after waking up from suspend" doesn't work on Fedora 36

See original GitHub issue

Fix for “Fingerprint not working after waking up from suspend”

sudo systemctl enable open-fprintd-resume open-fprintd-suspend

doesn’t work on Fedora 36 on Thinkpad T480. Used to be fine before the upgrade to this version system.

Also after waking up from suspend now any command that requires ‘sudo’ in terminal makes the terminal wait around 20 seconds until there is a prompt to type password.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pendula95commented, Jun 2, 2022

Can we please reopen this issue as this is a workaround as mentioned by @gnoamchomsky This is not how things are supposed to work

0reactions
pendula95commented, Aug 22, 2022

In regards to comments in #128 here is the output:

systemctl status open-fprintd-suspend.service
○ open-fprintd-suspend.service - Restart devices after resume
     Loaded: loaded (/usr/lib/systemd/system/open-fprintd-suspend.service; enabled; vendor preset: disabled)
     Active: inactive (dead) since Mon 2022-08-22 19:42:40 CEST; 5h 8min ago
    Process: 99220 ExecStart=/usr/lib/open-fprintd/suspend.py (code=exited, status=0/SUCCESS)
   Main PID: 99220 (code=exited, status=0/SUCCESS)
        CPU: 75ms
systemctl status open-fprintd-resume.service 
× open-fprintd-resume.service - Restart devices after resume
     Loaded: loaded (/usr/lib/systemd/system/open-fprintd-resume.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Tue 2022-08-23 00:27:14 CEST; 23min ago
    Process: 99264 ExecStart=/usr/lib/open-fprintd/resume.py (code=exited, status=1/FAILURE)
   Main PID: 99264 (code=exited, status=1/FAILURE)
        CPU: 107ms

Aug 23 00:27:14 ipification.lbulic resume.py[99264]:   File "/usr/lib/python3.10/site-packages/usb/backend/libusb1.py", line 837, in bulk_write
Aug 23 00:27:14 ipification.lbulic resume.py[99264]:     return self.__write(self.lib.libusb_bulk_transfer,
Aug 23 00:27:14 ipification.lbulic resume.py[99264]:   File "/usr/lib/python3.10/site-packages/usb/backend/libusb1.py", line 938, in __write
Aug 23 00:27:14 ipification.lbulic resume.py[99264]:     _check(retval)
Aug 23 00:27:14 ipification.lbulic resume.py[99264]:   File "/usr/lib/python3.10/site-packages/usb/backend/libusb1.py", line 604, in _check
Aug 23 00:27:14 ipification.lbulic resume.py[99264]:     raise USBError(_strerror(ret), ret, _libusb_errno[ret])
Aug 23 00:27:14 ipification.lbulic resume.py[99264]: usb.core.USBError: [Errno 19] No such device (it may have been disconnected)
Aug 23 00:27:14 ipification.lbulic systemd[1]: open-fprintd-resume.service: Main process exited, code=exited, status=1/FAILURE
Aug 23 00:27:14 ipification.lbulic systemd[1]: open-fprintd-resume.service: Failed with result 'exit-code'.
Aug 23 00:27:14 ipification.lbulic systemd[1]: Failed to start open-fprintd-resume.service - Restart devices after resume.

Seems to be related to uunicorn/open-fprintd#12

Read more comments on GitHub >

github_iconTop Results From Across the Web

FIngerprint not working after returning from sleep
Re: FIngerprint not working after returning from sleep. Kill the process and restart it ... stop going to sleep ... or stop using...
Read more >
Fedora 36 won't wake from sleep since updating to kernel 5.19
I'm am hence avoiding 5.19 kernel but apparently it fixes security stuff so I would like to update. Anyone know a fix for...
Read more >
Fingerprint reader stops working after suspend/resume
So it says "swipe your finger, etc." but it doesn't do anything? In this case it's probably the device not being reset properly....
Read more >
Fingerprint Reader is disabled when notebook resumes from ...
This is my first 'proper' notebook running Fedora (traditionally use desktop ... Fingerprint sensor doesn't work after waking up from sleep.
Read more >
Waking up from suspend #39 - uunicorn/python-validity - GitHub
I don't know if same issue, but after suspend/resume fingerprint is not working directly. I've to wait few seconds (~30 sec). Yes, it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found