Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#55803 - [linux] keyboard is not working properly
Attached to Project:
Arch Linux
Opened by Leonardo Teodoro (leoteodoro78) - Friday, 29 September 2017, 03:02 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 21 November 2017, 21:23 GMT
Opened by Leonardo Teodoro (leoteodoro78) - Friday, 29 September 2017, 03:02 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 21 November 2017, 21:23 GMT
|
Detailsa video of the bug, may this helps more than typing a text:
https://youtu.be/84BBhHxm77M I was using archlinux kde when this happens, kde have some problems and I though this could be something from kde, so I reinstalled archlinux and the bug persists, I think it's something from kernel because when I updated to kernel 4.13 this starts to happen... no logs |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Tuesday, 21 November 2017, 21:23 GMT
Reason for closing: Fixed
Additional comments about closing: linux 4.14.1-1
Tuesday, 21 November 2017, 21:23 GMT
Reason for closing: Fixed
Additional comments about closing: linux 4.14.1-1
at transformice.com I didn't press any button and the mouse just goes to the left...
Something like this will work:
@@ -3333,7 +3333,7 @@
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
CONFIG_INPUT_FF_MEMLESS=m
-CONFIG_INPUT_POLLDEV=m
+CONFIG_INPUT_POLLDEV=n
CONFIG_INPUT_SPARSEKMAP=m
CONFIG_INPUT_MATRIXKMAP=m
So all in tree drivers that cause it to be selected would need to be disabled. I would suggest reporting it upstream see if there is an alternate solution.
will this be fixed in the new 4.14 kernel version?
just blacklisted input_polldev and everything works fine! :D
CONFIG_PEAQ_WMI could be disabled which should also prevent the issue.