I don't specify any modules for USB keyboard and mouse and it works. I'm using 4.1 as you are.


When I was using 3.0, I used the following:

[ws016]
        X_MOUSE_PROTOCOL   = "IMPS/2"
        X_MOUSE_DEVICE     = "/dev/input/mice"
        X_MOUSE_BUTTONS    = 5
        X_ZAxisMapping     = "4 5"
        MODULE_01          = usb-ohci
        MODULE_02          = mousedev
        MODULE_03          = usbmouse
        MODULE_04          = usbkbd
        MODULE_05          = keybdev


Here is my lts.conf for 4.1:

#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        SERVER             = 192.168.1.6
        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 2
        USE_XFS            = Y
        LOCAL_APPS         = N
        RUNLEVEL           = 5
        SCREEN_01          = startx
        PRINTER_0_DEVICE   = /dev/lp0
        PRINTER_0_TYPE     = P

#------------------------------------------------------------------------------
[kds]
        X_HORZSYNC         = 28-50
        X_VERTREFRESH      = 40-120
#
[wheel-mouse]
        X_MOUSE_PROTOCOL   = "IMPS/2"
        X_MOUSE_DEVICE     = "/dev/input/mice"
        X_MOUSE_BUTTONS    = 5
        X_ZAxisMapping     = "4 5"

#------------------------------------------------------------------------------
[ws001]
        LIKE               = kds
#
#
[ws002]
        X_HORZSYNC         = 30-55
        X_VERTREFRESH      = 50-120
#
#
[ws005]
        LIKE               = kds
#
#
[ws011]
        LIKE               = kds
#
#
[ws012]
        LIKE               = kds
#
#
[ws013]
        LIKE               = kds
#
#
[ws015]
        LIKE               = kds
#
[ws016]
        LIKE               = wheel-mouse
#
#
[ws017]
        LIKE               = wheel-mouse
        LIKE               = kds
        PRINTER_0_DEVICE   = /dev/lp1
        PRINTER_0_TYPE     = P
#
#
[ws019]
        LIKE               = wheel-mouse
        PRINTER_0_DEVICE   = /dev/lp1
        PRINTER_0_TYPE     = P



Brian Johnson wrote:
Can someone please confirm if it is possible to use a USB keyboard and mouse
and specify the modules to load in lts.conf in the workstation section (not
the default section)


Putting the modules in the default section prevents workstations without USB hardware from booting and I can't get the workstation specific section to work properly.



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_____________________________________________________________________
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




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_____________________________________________________________________
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