We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
After a certain amount of time the input.service dies which breaks things like volume control, system hotkeys, exiting emulators, etc.
Steps to reproduce the behavior: Happens automatically, really frequent after putting the device to sleep.
Restarting input service or manually calling input_sense fixes the issue.
The text was updated successfully, but these errors were encountered:
does input_sense still runs? I suppose or systemd would have restarted it so I guess the script is stuck on evtest
input_sense
evtest
distribution/packages/sysutils/system-utils/sources/scripts/input_sense
Line 271 in e0cb6ba
timeout
Sorry, something went wrong.
Correct input_sense is still running.
made some tests on H700 while hotkeys (vol+/-) doesn't respond right away after a wakeup, after 10s it's back and work fine
I have seen it on other devices and it doesn't come back, the script needs a rework, its on the todo
#1123 resolves this
No branches or pull requests
Have you first reported the issue on the rocknix discord and checked rocknix.org for a solution?
Yes
Describe the bug
After a certain amount of time the input.service dies which breaks things like volume control, system hotkeys, exiting emulators, etc.
How to reproduce
Steps to reproduce the behavior:
Happens automatically, really frequent after putting the device to sleep.
Information
Context
Restarting input service or manually calling input_sense fixes the issue.
The text was updated successfully, but these errors were encountered: