Ubuntu – Keyboard not working after suspend to ram (sleep)

keyboardsuspend

On a Sony Vaio VGN CS21S the keyboard doesn´t work after suspend to ram. Suspend to disk (hibernate) works though. Running a fresh install of Natty with Unity.

Best Answer

The actual solution to this problem is:

Edit /etc/default/grub and change the line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash atkbd.reset" 

Then, run update-grub and reboot.

Credit: jmkhenka @ http://ubuntuforums.org/archive/index.php/t-1335007.html

Works for me on Lenovo Thinkpad X230.