Keyboard unresponsive for a while after reboot

Hi, community,

I have a problem that my laptop’s keyboard is unresponsive for about a minute after every reboot or wake up. I’m using the KDE Plasma flavor of Manjaro, but the problem seems to be independent of the desktop environment as it is also present on GNOME, for example.

Deducing from my Xorg.0.log, it looks like the system at first confuses the keyboard with the webcam:

[     3.372] (II) config/udev: Adding input device HP TrueVision HD Camera: HP Tru (/dev/input/event13)
[     3.372] (**) HP TrueVision HD Camera: HP Tru: Applying InputClass "evdev keyboard catchall"
[     3.372] (**) HP TrueVision HD Camera: HP Tru: Applying InputClass "libinput keyboard catchall"
[     3.372] (**) HP TrueVision HD Camera: HP Tru: Applying InputClass "system-keyboard"
[     3.372] (II) Using input driver 'libinput' for 'HP TrueVision HD Camera: HP Tru'
[     3.372] (**) HP TrueVision HD Camera: HP Tru: always reports core events
[     3.372] (**) Option "Device" "/dev/input/event13"
[     3.372] (**) Option "_source" "server/udev"
[     3.372] (II) event13 - HP TrueVision HD Camera: HP Tru: is tagged by udev as: Keyboard
[     3.372] (II) event13 - HP TrueVision HD Camera: HP Tru: device is a keyboard
[     3.373] (II) event13 - HP TrueVision HD Camera: HP Tru: device removed
[     3.403] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input19/event13"
[     3.403] (II) XINPUT: Adding extended input device "HP TrueVision HD Camera: HP Tru" (type: KEYBOARD, id 13)
[     3.403] (**) Option "xkb_model" "pc86"
[     3.403] (**) Option "xkb_layout" "us,ru"
[     3.403] (II) event13 - HP TrueVision HD Camera: HP Tru: is tagged by udev as: Keyboard
[     3.404] (II) event13 - HP TrueVision HD Camera: HP Tru: device is a keyboard
[    22.399] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event14)
[    22.399] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    22.399] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.399] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    22.399] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    22.399] (**) AT Translated Set 2 keyboard: always reports core events
[    22.399] (**) Option "Device" "/dev/input/event14"
[    22.400] (**) Option "_source" "server/udev"
[    22.401] (II) event14 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.401] (II) event14 - AT Translated Set 2 keyboard: device is a keyboard
[    22.402] (II) event14 - AT Translated Set 2 keyboard: device removed
[    22.463] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input64/event14"
[    22.463] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    22.463] (**) Option "xkb_model" "pc86"
[    22.463] (**) Option "xkb_layout" "us,ru"
[    22.465] (II) event14 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.465] (II) event14 - AT Translated Set 2 keyboard: device is a keyboard

How can I tell the system to use the “true” keyboard?

:+1: Welcome to Manjaro! :+1:

  1. Please read this:
    How to provide good information
    and post some more information so we can see what’s really going on. Now we know the symptom of the disease, but we need some more probing to know where the origin lies… :grin:
  2. An inxi --admin --verbosity=7 --filter --no-host --width would be the minimum required information for us to be able to help you. (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)
    Also, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text.
  3. The output of xinput list would be helpful as well.
  4. The output of ls --recursive /etc/X11/ too, please?

:+1:

P.S. If you enter a bit more details in your profile, we can also see which Desktop Environment you’re using, which exact CPU/GPU or Kernel, … you have without typing it every time