9

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.

davorao
  • 7,177

2 Answers2

13

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.

Eliah Kagan
  • 119,640
DustWolf
  • 439
3

Same notebook and same problems here.

I'll suggest you to take a look at this! http://techiesurgeon.blogspot.com/2011/05/get-beautiful-ubuntu-natty-running-on.html

In addition to your fix it suggests to add psmouse to /etc/modules so to address touchpad issue.

It worked fine for me.

Cheers, Fabbree

Fabbree
  • 31
  • 2