xorg: Keyboard / mouse sometimes not detected/working

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1484
Joined: Fri Aug 29, 2003 8:39 pm

xorg: Keyboard / mouse sometimes not detected/working

Post by ^rooker »

[PROBLEM]
On a brand new Dell Vostro 1310, I'm experiencing a strange (and quite annoying) problem: Every now and then after a fresh reboot you can't login to the xserver, because keyboard and mouse don't work. After rebooting it usually works. hmpf.

[INVESTIGATION]
I haven't solved it yet, but it seems that others have the same problem: A Gentoo Wiki article about Dell Vostro notebooks mentions the following:
My solution was to add i8042.reset to the kernel parameters. The problem hasn't occurred since. This solution has also worked on a hp laptop with the same problem
This means that you just edit /boot/grub/menu.lst and search for a line like this:

Code: Select all

# kopt=root=UUID=... ro
and change it to:

Code: Select all

# kopt=root=UUID=... i8042.reset ro
Then run:

Code: Select all

sudo update-grub
I'm currently giving that a try. Let's see if it works! :)

References:
http://patchwork.kernel.org/patch/5581/
http://www.gentoo-wiki.info/Dell_Vostro ... 510_/_1710
https://wiki.ubuntu.com/LaptopTestingTe ... 0N100_0768
Post Reply