[arch-general] usb keyboard and mouse

Attila attila at invalid.invalid
Tue Jul 1 01:38:05 EDT 2008


On Dienstag, 1. Juli 2008 00:42 Sergej Pupykin wrote:

> I use MS Inteli Mouse. And it does not want to work without usbmouse
> module if I plug it in into usb (without usb->ps/2 connector)

My "MS IntelliMouse Explorer 3" works with this settings without the use of
usbmouse:

Section "InputDevice"
    Identifier  "WheelMouseUSB"
    Driver      "mouse"
    Option      "Protocol" "ImPS/2"
    Option      "Device"   "/dev/input/mice"
    Option      "Emulate3Buttons" "false"
    Option      "Buttons" "5"
    Option      "ZAxisMapping" "4 5"
EndSection

I found using this generic device more helpfull than searching the right event
in /dev/input.-)

See you, Attila





More information about the arch-general mailing list