Keyboard not working properly - Keyboard not working properly - TUXEDO Computers

  ATTENTION: To use our store you have to activate JavaScript and deactivate script blockers!  
Thank you for your understanding!

Keyboard not working properly

    If the keyboard of your TUXEDO Book does not work correctly, you will find a remedy here.

    Affects TUXEDO Books:

    • Potentially all

    Affects operating systems:

    • TUXEDO OS 20.04/22.04, TUXEDO OS, TUXEDO OS 2, Ubuntu 20.04/22.04

    Solution

    Use the following commands at a terminal to do the needed configurations: (please type in your password when asked):

    sudo -s

    sed -ie 's/GRUB_CMDLINE_LINUX_DEFAULT="\(.*\)"/GRUB_CMDLINE_LINUX_DEFAULT="\1 i8042.reset i8042.nomux i8042.nopnp i8042.noloop"/' /etc/default/grub

    Ubuntu

    update-grub && exit

    openSUSE

    grub2-mkconfig -o /boot/grub2/grub.cfg && exit
    After a restart the keyboard should work as desired.