Several months ago I was looking for help in getting an interlink
versapoint RF keyboard and mouse working with LTSP-4.  I could get
everything working except for the scroll wheel (and yes, I had the
X configuration correctly set).  The issue was the order in which
the USB modules were loaded.  I knew this keyboard and mouse worked
perfectly as I was using an identical keyboard/mouse at home and
everything was hunky dory.  At any rate, here is my working
configuration:

/opt/ltsp-4/i386/etc/lts.conf

[jonbat]
   SCREEN_01            = startx
   RCFILE_01            = wireless_kb_sm
   X_DEVICE_OPTION_01   = SWCursor
   X_MOUSE_PROTOCOL     = "IMPS/2"
   X_MOUSE_ZAXISMAPPING = "4 5"
   X_MOUSE_BUTTONS      = 5
   X_MOUSE_DEVICE       = /dev/input/mice


/opt/ltsp-4/i386/etc/rc.d/wireless_kb_sm


#!/bin/sh

echo "USB Support"
insmod usbcore
insmod usb-uhci
insmod input
insmod hid

echo "USB Mouse Support"
insmod mousedev
insmod usbmouse

echo "USB Keyboard Support"

insmod keybdev
insmod usbkbd


Kent



------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&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