Every time I hold down a key, most commonly backspace or the left arrow key, key repeat either doesn't work, or works for less than a second and stops. It seems to stop at regular intervals (independent of me pressing the key), so I have to press the key with a specific timing, otherwise it'll stop the key repeat before it actually starts. At least, that's how it seems based on what I can see. Odd thing is, I'm pretty sure this is also happening on my Chromebook, and ChromeOS is basically Linux minus Linux, so I'm wondering if there's not a deeper reason than anything I can fix.
Asked
Active
Viewed 1,416 times
1 Answers
1
Try disabling peaq_wmi
module:
rmmod peaq_wmi
If that resolves the problem you can add that module to the blacklist..something like:
echo "blacklist peaq_wmi" >> /etc/modprobe.d/50-blacklist.conf

muru
- 197,895
- 55
- 485
- 740
-
It worked, thanks! But the second command says "Permission denied" even with sudo. – jlc Jan 15 '18 at 19:57
-
@JoeyLópez For permission denied error there is another way to try – WinEunuuchs2Unix Jan 16 '18 at 01:11
uname -r
in the terminal and tell us the result. Thanks. – WinEunuuchs2Unix Jan 15 '18 at 04:48