Ubuntu – Keyboard and mouse unresponsive after suspend

14.04keyboardmousesuspendtoshiba-satellite

I have a Toshiba Satellite S55-A5154 with 14.04 installed. Every time it resumes from being suspended, neither the keyboard nor mouse work. What can I do to fix this or provide you with more info?

Best Answer

Reinstall or install input device drivers.

sudo apt-get install xserver-xorg-input-all 

Or:

sudo apt-get install --reinstall xserver-xorg-input-all
Related Question