I have HP Notebook-14 running Ubuntu 16.04. With external keyboard and mouse connected via USB, it works perfectly fine. However, I only discovered recently that the internal keyboard and mousepad are somehow disabled: when the external ones are removed, internal keyboard and mousepad are not responsive at all. I have no clue when this happened and how it happened. Tried turn-it-off-and-on-again several times, but the problem still persists and I am totally clueless. Could any one give me any hint?
Asked
Active
Viewed 45 times
1 Answers
0
Looks like I found the smoking gun. In an earlier attempt to resolve the issue that Ubuntu 16.04 didn't power down after clicking shutdown, I changed in file /etc/default/grub the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
According to this post, it appears that the third option might be the smoking gun. Indeed, after dropping acpi=force the laptop's built-in keyboard and mousepad come back top live again.
X...
- 11