I recently installed Ubuntu (20.04 LTS) on my laptop (Asus ZenBook 13 OLED UX325). It works for the most part but I realized that whenever I use the power off option, the keyboard will not work upon restart. Basically, I need to (from another question)
sudo apt-get install xserver-xorg-input-all
or
sudo apt-get --purge autoremove xserver-xorg-input-all
sudo apt-get install xserver-xorg-input-all
after using the Screen Keyboard
to log in. I also have to be careful to push Restart
instead of Power Off
after written the commands in the terminal.
Needless to say, I wish to not have to do this tedious (and temporary) routine every time I Power Off
my computer. Surely there must be a permanent solution?
Edit 1: It also appears to work if I log in using the Screen Keyboard
after Power Off
and then just Restart
again. No real need for the commands above. Power Off
is the prime suspect.
Edit 2: I do not really have to log in. After Power Off
, I can just Restart
before logging in, and then the keyboard works afterward. Power Off
must be the perpetrator, no?
dmesg | grep intel-vbtn
any output? – nobody Aug 17 '21 at 17:27sudo apt-get update
or something more elaborate? – naughty_waves Aug 18 '21 at 07:29