bash$ echo "Stef"
> When i try /dev/usbmouse as the device it doesn't do anything at all neither
> cat nor X, same goes for the ExplorerPS/2 protocol, with /dev/usbmouse
> nothing happens and with /dev/usb/hid/hiddev0 it just jumps around the
> screen randomly....
> yes it is a Microsoft IntelliExplorer, but I have the same problem when I
> use a Logitech 2 button usb mouse...
I use a Logitech 2 button USB wheel mouse without any problems - console or X. Do you
have "Preliminary USB device file system" compiled into your kernel?
1. Modules:
usbmouse 1880 0 (unused)
mousedev 3896 2
hid 16740 0 (unused)
input 3264 0 [usbmouse keybdev mousedev hid]
usb-uhci 20908 0 (unused)
usbcore 55712 1 [ipaq usbserial usbmouse acm hid usb-uhci]
2. GPM:
[EMAIL PROTECTED]:~# cat /etc/conf.d/gpm | grep -i mouse
# Please uncomment the type of mouse you have and the appropriate MOUSEDEV
entry#MOUSE=ps2
MOUSE=imps2
#MOUSEDEV=/dev/psaux
#MOUSEDEV=/dev/usb/hiddev0
MOUSEDEV=/dev/input/mice
3. X:
Section "InputDevice"
Identifier "USB Mice"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Emulate3Buttons"
Option "ChordMiddle"
EndSection
<AND IN THE SERVERLAYOUT SECTION!>
Section "ServerLayout"
InputDevice "USB Mice" "CorePointer"
EndSection
4. links:
[EMAIL PROTECTED]:~# ls -l /dev/usbmouse
lr-xr-xr-x 1 root root 10 Feb 22 14:11 /dev/usbmouse -> input/mice
--
|<eppy
--
[EMAIL PROTECTED] mailing list