Difference between revisions of "Getnoo keyboard and mouse not working after update"

From thelinuxwiki
Jump to: navigation, search
Line 1: Line 1:
emerge all input drivers
+
 
 +
== Problem ==
 +
Getnoo keyboard and mouse not working after update.  More specifically, I think it occurs after an update that includes the X server.
 +
 
 +
 
 +
== Solution ==
 +
 
 +
re-emerge all input drivers
 
  emerge -av1 --quiet $(qlist -IC x11-drivers)
 
  emerge -av1 --quiet $(qlist -IC x11-drivers)
  
 
[[category:gentoo]]
 
[[category:gentoo]]

Revision as of 15:38, 26 September 2013

Problem

Getnoo keyboard and mouse not working after update. More specifically, I think it occurs after an update that includes the X server.


Solution

re-emerge all input drivers

emerge -av1 --quiet $(qlist -IC x11-drivers)