Re: PS/2 keybd doesn't work with USB mouse



Roger Blake wrote:
In article <ek20k9$9ll$1@xxxxxxxxxxxxxxxxxxxx>, Michael Panev wrote:
Could you post the "InputDevice" sections of your xorg.conf file?

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

There is just one mouse and keyboard. I'm not familiar with the "evdev"
driver, but can give it a try.

Basically, you just have to replace 'Driver "kbd"' with 'Driver "evdev"' and add an

Option "Device" "<path to keyboard event device>"

The above path is something like /dev/input/eventN with N=0,1,2... The exact number depends on what input devices you have plugged in. You can either try them all to find out, or 'cat /proc/bus/input/devices' and look in the Handlers line for the respective device.


(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.

I'd try to disable that wacom thingy, just to be sure it doesn't interfere...



Mike
.



Relevant Pages