Solved: keyboard frozen after resume on Zorin OS 17 Pro

Hi,

After upgrading to Zorin OS 17 Pro the keyboard of my Dell XPS 9510 laptop would no longer work after closing/suspending and reopening/resuming my laptop. I have been rebooting for the last couple of weeks as a workaround. I just reinstalled Zorin OS 17 Pro from scratch but still faced the same issue. After trying a couple of solutions suggested by ChatGPT this works for now:

$ sudo vi /etc/default/grub

Change the line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash atkbd.reset"

$ sudo update-grub
$ sudo reboot

Regards,
GW

2 Likes

This would be a good post for Tutorials & Guides @Aravisian

1 Like

Moved to Tutorials & Guides

2 Likes