|
Problem:
When Ubuntu 14.04 or 14.10 and sleep resumes from standby, the mouse and the keyboard is dead, you can not click can not enter. It is the only way to resolve this situation is to press the shutdown button to shut the system strong, which is not only very inconvenient and annoying. Because the default Ubuntu's close the notebook equivalent to switch to sleep mode.
In this short article, we will learn how to solve Ubuntu14.04 14.10 appearing dead mouse problems.
After Ubuntu14.04 wake dead mouse solution
This problem is caused by a kernel upgrade. Why cause of this situation is not known, but it looks like just reload the input device drivers can be solved.
sudo apt-get install --reinstall xserver-xorg-input-all
This is a free and open source tips from readers Dev questions. Try this quick tips to see if you are also effective |
|
|
|