FS#33606 - [evdev] No input driver specified, ignoring this device
Attached to Project:
Arch Linux
Opened by Martin Zajíc (zajca) - Monday, 28 January 2013, 09:59 GMT
Last edited by Jan de Groot (JGC) - Monday, 28 January 2013, 11:37 GMT
Opened by Martin Zajíc (zajca) - Monday, 28 January 2013, 09:59 GMT
Last edited by Jan de Groot (JGC) - Monday, 28 January 2013, 11:37 GMT
|
Details
Description:
On start any start of X. Input devices are not working (Keyboard, mouse, poweroff switch on pc case). Additional info: Kernel 3.7.3-1 evdev 2.7.3-2 Xorg.0.log: (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/mouse0) No input driver specified, ignoring this device. This device may have been added with another device file. Link to forum: https://bbs.archlinux.org/viewtopic.php?id=156788 |
This task depends upon
Comment by Martin Zajíc (zajca) -
Monday, 28 January 2013, 10:46 GMT
Comment by Jan de Groot (JGC) -
Monday, 28 January 2013, 11:37 GMT
Solved in kernel Kernel 3.7.4 sorry I was too hasty with bug.
/dev/input/mouse* are supposed to be ignored, only
/dev/input/event* devices should be used. In your case you
probably didn't have the evdev kernel module loaded, resulting in
not having /dev/input/event* devices.