[EMAIL PROTECTED] wrote:
Hi


I've been trying to get a USB mouse working with LTSP 4.

In LTSP-4, I can get the mouse and the 3 buttons working
perfectly with either:

   MODULE_01            = usb-uhci
   MODULE_02            = usbkbd
   MODULE_03            = keybdev
   MODULE_04            = usbmouse
   MODULE_05            = mousedev
   X_MOUSE_DEVICE       = /dev/input/mice
   X_MOUSE_PROTOCOL     = "imps/2"
   X_MOUSE_BUTTONS      = 5

or

   MODULE_01            = usb-uhci
   MODULE_02            = usbkbd
   MODULE_03            = keybdev
   MODULE_04            = usbmouse
   MODULE_05            = mousedev
   X_MOUSE_DEVICE       = /dev/input/mice
   X_MOUSE_PROTOCOL     = "ps/2"

in both cases, spinning the wheel is not sending any events.
Pressing the wheel generates a button 2 event.


[tiglet]
    SERVER      = "192.168.1.254"
    SCREEN_01   = "shell"
    SCREEN_02   = "startx"
    XSERVER     = "auto"
    X_MODE_0    = "1024x768"
    X_VERTREFRESH = "59 - 85"
    X_HORZSYNC  = "30 - 90"
    X_MOUSE_PROTOCOL = "IMPS/2"
    X_MOUSE_BUTTONS  = "5"
    X_MOUSE_EXTRA  = "ZAxisMapping 4 5"


This configuration works perfectly on a non-usb mouse. On a USB mouse, the mouse wheel is not recognized. I'm pretty convinced I have a problem with the usb modules I'm loading, although I'm not sure what that problem is (wrong modules, wrong module parameters?).

I've got USB scroll wheel mice working at home on console linux boxes, so I
know it can be done.

Any more thoughts? I appreciate the help I've been given so far.

Thanks,
Kent




------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net

Reply via email to