I have a problem, after exiting an application that is rendered using eglfs, the keyboard in the terminal stops working for me (I don't have a graphical shell, only a terminal). This was observed both on Raspberry Pi OS (About every 5 turns on my Qt application, it receives keystrokes and closes itself) and on its own Linux made using Buildroot.(This happens much more often there, it seems after each close getty@tty1 stops receiving keystroke events).
I tried to run over ssh /usr/lib/systemd/systemd-vconsole-setup
But I got an error:
No usable source console found: Device or resource busy
I don't have the systemd-vconsole-setup utility running in my processes
I tried restarting via ssh
systemctl restart getty@tty1.service
It didn't help. Only a full reboot helps
I tried to run over ssh /usr/lib/systemd/systemd-vconsole-setup
But I got an error:
No usable source console found: Device or resource busy
I don't have the systemd-vconsole-setup utility running in my processes
I tried restarting via ssh
systemctl restart getty@tty1.service
It didn't help. Only a full reboot helps
Statistics: Posted by Hurin — Thu May 02, 2024 9:07 am