LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   RHEL 6.5 no longer recognizing keyboard or mouse (https://www.linuxquestions.org/questions/linux-server-73/rhel-6-5-no-longer-recognizing-keyboard-or-mouse-4175516665/)

Ciffy 08-28-2014 10:59 AM

RHEL 6.5 no longer recognizing keyboard or mouse
 
Just as the title states, it's a Dell server that was working fine until several days ago. One of my users logged out of a VNC session instead of just closing the window, which prompted a need to login locally so that VNC sessions would work again. When I went to login, the keyboard and mouse don't respond at all. Tried restarting and I can get into the bios just fine and the caps lock and num lock keys light up when pressed right up until the three red bars at the bottom are loading (I'm assuming this is when the GUI is loading). When I arrive at the login screen, I can see the cursor momentarily and then it's gone. If a caps lock / num lock was on before this, then the light remains on on the keyboard (so it's getting power) and the light is on the mouse as well. I can unplug and plug them back in and it remembers the device (ie the lit num lock is still lit).

Legacy USB is turned on in the BIOS. HALDAEMON seems to be running and healthy (I can stop and start it with no errors). LSUSB shows the devices properly and when I unplug them they are removed from the list and reappear when I plug them back in. I have also tried plugging them into the USB ports on the front and back of the server with no change.

I can SSH into the box and my remote apps (Rstudio mainly) work properly. I can't VNC into the box because it's at the login screen, so I can't get a GUI at all, but I can run any other diagnostic things you need from a command line if that's helpful at all. I have tried running various scripts I found online to reset the device list both with them plugged in and with them unplugged.

Also note that up until a couple of weeks ago, these devices were working fine on this box. I have already tried replacing the keyboard and mouse with others (and these both work on other computers).

Any ideas? Thank you.

smallpond 08-28-2014 01:25 PM

What distro are you running? Also, what's the output of:
Code:

grep EE /var/log/Xorg.0.log

Ciffy 08-28-2014 01:38 PM

Not sure how I would tell what distro it is... isn't that RHEL? Red Hat Enterprise Linux? 6.5. Sorry, if you need some other info please let me know how to get it. Thought including the RHEL in the subject was all that was needed. thanks for your response, command and output below.


[user@tomahawk ~]$ sudo grep EE /var/log/Xorg.0.log
[sudo] password for user:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 42.048] Initializing built-in extension MIT-SCREEN-SAVER
[ 42.251] (EE) open /dev/dri/card0: No such file or directory
[ 42.277] (EE) open /dev/fb0: No such device
[ 46.579] (EE) MGA(0): Acceleration disabled, not initializing the DRI
[ 47.327] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.327] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.327] (EE) No input driver matching `evdev'
[ 47.327] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 47.335] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.335] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.335] (EE) No input driver matching `evdev'
[ 47.335] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 47.342] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.342] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.342] (EE) No input driver matching `evdev'
[ 47.342] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 47.348] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.348] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.348] (EE) No input driver matching `evdev'
[ 47.348] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 47.354] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.354] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.354] (EE) No input driver matching `evdev'
[ 47.354] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 47.359] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.359] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.359] (EE) No input driver matching `evdev'
[ 47.359] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 47.365] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 47.365] (EE) Failed to load module "evdev" (loader failed, 7)
[ 47.365] (EE) No input driver matching `evdev'
[ 47.365] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 57660.658] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 57660.658] (EE) Failed to load module "evdev" (loader failed, 7)
[ 57660.658] (EE) No input driver matching `evdev'
[ 57660.658] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 57662.147] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 57662.147] (EE) Failed to load module "evdev" (loader failed, 7)
[ 57662.147] (EE) No input driver matching `evdev'
[ 57662.147] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 57677.006] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 57677.007] (EE) Failed to load module "evdev" (loader failed, 7)
[ 57677.007] (EE) No input driver matching `evdev'
[ 57677.007] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58499.849] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58499.849] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58499.849] (EE) No input driver matching `evdev'
[ 58499.849] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58500.115] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58500.115] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58500.115] (EE) No input driver matching `evdev'
[ 58500.115] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58500.338] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58500.338] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58500.338] (EE) No input driver matching `evdev'
[ 58500.338] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58500.346] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58500.346] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58500.346] (EE) No input driver matching `evdev'
[ 58500.346] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58500.355] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58500.355] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58500.355] (EE) No input driver matching `evdev'
[ 58500.355] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58777.182] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58777.182] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58777.182] (EE) No input driver matching `evdev'
[ 58777.182] (EE) config/hal: NewInputDeviceRequest failed (15)
[ 58777.290] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: /usr/lib64/xorg/modules/input/evdev_drv.so: undefined symbol: xf86GetMotionEvents
[ 58777.290] (EE) Failed to load module "evdev" (loader failed, 7)
[ 58777.290] (EE) No input driver matching `evdev'
[ 58777.290] (EE) config/hal: NewInputDeviceRequest failed (15)
[user@tomahawk ~]$

smallpond 08-28-2014 04:27 PM

Your X11 installation needs to be updated because evdev is out of date. Since you are using Redhat, you need to go through RH support.


All times are GMT -5. The time now is 06:58 AM.