Ubuntu 16.04 keyboard and touchpad does not react after suspend
up vote
0
down vote
favorite
I got some very strange problems with my Laptop keyboard/mousepad...
I have two partitions on my SDD, one with Ubuntu 16.04 and the other one with Windows 10 (using GRUB as bootloader). Yesterday evening I put Ubuntu to suspend mode. Today I continue working on it - but it comes back with a strange behavior...
The mouse is jumping from the left bottom screen to the right top screen and executes randomly clicks.. The mousepad and keyboard does not reacting on input. I have to connect an external mouse and keyboard to perform input. But the mouse is still (annoying) jumping and clicking around. Then I try to see what xinput is saying - xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Gaming Mouse id=14 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=16 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ WebCam SC-13HDN10939N id=11 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=12 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
Then I disabled the PS/2 Generic Mouse by xinput --disable 16
.
Finally the random mouse moves stopped... (If I restart the system at this point, the moves come back...)
Then I tried sudo apt-get install --reinstall xserver-xorg-input-all
to reinstall the drivers.
But with no success, keyboard and mouse still not reacting on input... Even on GRUB the keyboard does not working.
I do not know if this is important: An extern mouse was connected to the Laptop, before I put it to suspend. Logitech USB Gaming Mouse
What could be the problem?? Can anyone please help me...
EDIT:
Even on BIOS the laptop keyboard does not working. Only with an extern keyboard. But in the GRUB menu both keyboards does not working, so I can not even run windows again... How should the keyboard get destroyed?!
16.04 keyboard suspend xinput mousepad
add a comment |
up vote
0
down vote
favorite
I got some very strange problems with my Laptop keyboard/mousepad...
I have two partitions on my SDD, one with Ubuntu 16.04 and the other one with Windows 10 (using GRUB as bootloader). Yesterday evening I put Ubuntu to suspend mode. Today I continue working on it - but it comes back with a strange behavior...
The mouse is jumping from the left bottom screen to the right top screen and executes randomly clicks.. The mousepad and keyboard does not reacting on input. I have to connect an external mouse and keyboard to perform input. But the mouse is still (annoying) jumping and clicking around. Then I try to see what xinput is saying - xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Gaming Mouse id=14 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=16 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ WebCam SC-13HDN10939N id=11 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=12 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
Then I disabled the PS/2 Generic Mouse by xinput --disable 16
.
Finally the random mouse moves stopped... (If I restart the system at this point, the moves come back...)
Then I tried sudo apt-get install --reinstall xserver-xorg-input-all
to reinstall the drivers.
But with no success, keyboard and mouse still not reacting on input... Even on GRUB the keyboard does not working.
I do not know if this is important: An extern mouse was connected to the Laptop, before I put it to suspend. Logitech USB Gaming Mouse
What could be the problem?? Can anyone please help me...
EDIT:
Even on BIOS the laptop keyboard does not working. Only with an extern keyboard. But in the GRUB menu both keyboards does not working, so I can not even run windows again... How should the keyboard get destroyed?!
16.04 keyboard suspend xinput mousepad
1
wow, weird. Have you tried rebooting into Ubuntu?
– Zanna
Jan 4 '17 at 12:56
Sounds more like a hardware issue or at least a BIOS issue than a Ubuntu issue. What motherboard does your laptop have, and what BIOS version are you running?
– anonymous2
Jan 4 '17 at 15:47
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I got some very strange problems with my Laptop keyboard/mousepad...
I have two partitions on my SDD, one with Ubuntu 16.04 and the other one with Windows 10 (using GRUB as bootloader). Yesterday evening I put Ubuntu to suspend mode. Today I continue working on it - but it comes back with a strange behavior...
The mouse is jumping from the left bottom screen to the right top screen and executes randomly clicks.. The mousepad and keyboard does not reacting on input. I have to connect an external mouse and keyboard to perform input. But the mouse is still (annoying) jumping and clicking around. Then I try to see what xinput is saying - xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Gaming Mouse id=14 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=16 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ WebCam SC-13HDN10939N id=11 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=12 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
Then I disabled the PS/2 Generic Mouse by xinput --disable 16
.
Finally the random mouse moves stopped... (If I restart the system at this point, the moves come back...)
Then I tried sudo apt-get install --reinstall xserver-xorg-input-all
to reinstall the drivers.
But with no success, keyboard and mouse still not reacting on input... Even on GRUB the keyboard does not working.
I do not know if this is important: An extern mouse was connected to the Laptop, before I put it to suspend. Logitech USB Gaming Mouse
What could be the problem?? Can anyone please help me...
EDIT:
Even on BIOS the laptop keyboard does not working. Only with an extern keyboard. But in the GRUB menu both keyboards does not working, so I can not even run windows again... How should the keyboard get destroyed?!
16.04 keyboard suspend xinput mousepad
I got some very strange problems with my Laptop keyboard/mousepad...
I have two partitions on my SDD, one with Ubuntu 16.04 and the other one with Windows 10 (using GRUB as bootloader). Yesterday evening I put Ubuntu to suspend mode. Today I continue working on it - but it comes back with a strange behavior...
The mouse is jumping from the left bottom screen to the right top screen and executes randomly clicks.. The mousepad and keyboard does not reacting on input. I have to connect an external mouse and keyboard to perform input. But the mouse is still (annoying) jumping and clicking around. Then I try to see what xinput is saying - xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Gaming Mouse id=14 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=16 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ WebCam SC-13HDN10939N id=11 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=12 [slave keyboard (3)]
↳ Cherry GmbH wired keyboard id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
Then I disabled the PS/2 Generic Mouse by xinput --disable 16
.
Finally the random mouse moves stopped... (If I restart the system at this point, the moves come back...)
Then I tried sudo apt-get install --reinstall xserver-xorg-input-all
to reinstall the drivers.
But with no success, keyboard and mouse still not reacting on input... Even on GRUB the keyboard does not working.
I do not know if this is important: An extern mouse was connected to the Laptop, before I put it to suspend. Logitech USB Gaming Mouse
What could be the problem?? Can anyone please help me...
EDIT:
Even on BIOS the laptop keyboard does not working. Only with an extern keyboard. But in the GRUB menu both keyboards does not working, so I can not even run windows again... How should the keyboard get destroyed?!
16.04 keyboard suspend xinput mousepad
16.04 keyboard suspend xinput mousepad
edited Jan 5 '17 at 6:34
Zanna
49.3k13127236
49.3k13127236
asked Jan 4 '17 at 12:00
Fabman22
113
113
1
wow, weird. Have you tried rebooting into Ubuntu?
– Zanna
Jan 4 '17 at 12:56
Sounds more like a hardware issue or at least a BIOS issue than a Ubuntu issue. What motherboard does your laptop have, and what BIOS version are you running?
– anonymous2
Jan 4 '17 at 15:47
add a comment |
1
wow, weird. Have you tried rebooting into Ubuntu?
– Zanna
Jan 4 '17 at 12:56
Sounds more like a hardware issue or at least a BIOS issue than a Ubuntu issue. What motherboard does your laptop have, and what BIOS version are you running?
– anonymous2
Jan 4 '17 at 15:47
1
1
wow, weird. Have you tried rebooting into Ubuntu?
– Zanna
Jan 4 '17 at 12:56
wow, weird. Have you tried rebooting into Ubuntu?
– Zanna
Jan 4 '17 at 12:56
Sounds more like a hardware issue or at least a BIOS issue than a Ubuntu issue. What motherboard does your laptop have, and what BIOS version are you running?
– anonymous2
Jan 4 '17 at 15:47
Sounds more like a hardware issue or at least a BIOS issue than a Ubuntu issue. What motherboard does your laptop have, and what BIOS version are you running?
– anonymous2
Jan 4 '17 at 15:47
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Ok I have the solution (but not the reason) of the problem! (@Zanna - yes, 10 times or something like that and with that annoying mouse problem and no solution)
Resetting the Motherboard
Take of battery pack (and disconnect from current source) for min. 5 minutes, then press the power button (without the battery or current source) for 30 seconds. Then put the battery pack back, press power -> it works now perfectly like the day before .... halleluja
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Ok I have the solution (but not the reason) of the problem! (@Zanna - yes, 10 times or something like that and with that annoying mouse problem and no solution)
Resetting the Motherboard
Take of battery pack (and disconnect from current source) for min. 5 minutes, then press the power button (without the battery or current source) for 30 seconds. Then put the battery pack back, press power -> it works now perfectly like the day before .... halleluja
add a comment |
up vote
1
down vote
accepted
Ok I have the solution (but not the reason) of the problem! (@Zanna - yes, 10 times or something like that and with that annoying mouse problem and no solution)
Resetting the Motherboard
Take of battery pack (and disconnect from current source) for min. 5 minutes, then press the power button (without the battery or current source) for 30 seconds. Then put the battery pack back, press power -> it works now perfectly like the day before .... halleluja
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Ok I have the solution (but not the reason) of the problem! (@Zanna - yes, 10 times or something like that and with that annoying mouse problem and no solution)
Resetting the Motherboard
Take of battery pack (and disconnect from current source) for min. 5 minutes, then press the power button (without the battery or current source) for 30 seconds. Then put the battery pack back, press power -> it works now perfectly like the day before .... halleluja
Ok I have the solution (but not the reason) of the problem! (@Zanna - yes, 10 times or something like that and with that annoying mouse problem and no solution)
Resetting the Motherboard
Take of battery pack (and disconnect from current source) for min. 5 minutes, then press the power button (without the battery or current source) for 30 seconds. Then put the battery pack back, press power -> it works now perfectly like the day before .... halleluja
answered Jan 4 '17 at 13:06
Fabman22
113
113
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f867894%2fubuntu-16-04-keyboard-and-touchpad-does-not-react-after-suspend%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
wow, weird. Have you tried rebooting into Ubuntu?
– Zanna
Jan 4 '17 at 12:56
Sounds more like a hardware issue or at least a BIOS issue than a Ubuntu issue. What motherboard does your laptop have, and what BIOS version are you running?
– anonymous2
Jan 4 '17 at 15:47