PDA

View Full Version : Wireless USB keypad and mouse on FC3


bendowling
2005-03-07, 05:39 AM CST
I have a Trust wireless mouse and numeric keypad. When I plug in the wireless USB reciever the wireless mouse moves the pointer, but the buttons do not work (the scroll wheel does). The numeric keypad does not work at all.

doing a cat /dev/hiddev0 shows output when moving the mouse around but not when pressing any of the buttons on the numeric keypad.

Can anyone help me get the keypad working, and also the mouse buttons?

Thanks, Ben

Harryc
2005-03-07, 05:59 AM CST
Is it a 5 button mouse? Which buttons do not work? Side buttons?

bendowling
2005-03-07, 07:13 AM CST
No it is a 2 button mouse with a scroll wheel. Only the wheel works

Harryc
2005-03-07, 08:00 AM CST
OK, can you post just the inputdevice/mouse section of your /etc/X11/xorg.conf file please.

bendowling
2005-03-07, 12:13 PM CST
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection