Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 1726  / 2 Years ago, fri, june 3, 2022, 8:10:19

I notice that my keyboard does not work for first few seconds while I boot into ubuntu or open after suspension. After a few seconds it works completely fine. I get stuck in the login page for a few seconds as I am unable to enter anything using my keyboard. I use a HP pavilion 15 series laptop with ubuntu 20.04.3 dual booted along with windows.


PS: Its not the slow keys that's creating this issue


Has anyone encountered similar issues? and knows a solution?


More From » dual-boot

 Answers
0

In order to fix this bug go to your /etc/default/grub and add i8042.nopnp=1 i8042.dumbkbd=1.



  1. Open /etc/default/grub:


    sudo nano /etc/default/grub 


  2. Change the following line from:


    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    to:


    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp=1 i8042.dumbkbd=1"


  3. Save the changes made to GRUB (Ctrl+O, Enter, Ctrl+X).



  4. Then open a terminal and run the following:


    sudo grub-mkconfig -o /boot/grub/grub.cfg


  5. Restart and your keyboard lag should be fixed.




[#1147] Saturday, June 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lasagnerhead

Total Points: 487
Total Questions: 105
Total Answers: 122

Location: French Southern and Antarctic Lands
Member since Sun, May 3, 2020
4 Years ago
;