LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   LTSP usb keyboard and usb mouce recognize (https://www.linuxquestions.org/questions/linux-server-73/ltsp-usb-keyboard-and-usb-mouce-recognize-778641/)

junust 12-29-2009 03:54 AM

LTSP usb keyboard and usb mouce recognize
 
Hello
I got ltsp 4.2 installed on my CentOS 4.4 based server

all client are fin PC stations
lts.conf
Code:

[Default]
        SERVER            = 192.168.0.1
        XSERVER            = auto
        X_MOUSE_PROTOCOL  = "IMPS/2"
        X_MOUSE_DEVICE    = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
      SCREEN_01          = "rdesktop -x b -N -a 16 -f 192.168.0.2"
        XKBLAYOUT          = "he,us"
        SCREEN_02          = shell

The problem is, if I want to connect usb keyboard or usb mouse instead of PS/2 (In the rest of of this post I am trying to this to PC station with MAC address [00:11:25:84:CE:BA] ) it doesn't recognized by the system when a client connects to 192.168.0.2 windows based terminal server

So I know that is some like this configuration could be used in my lts.conf, but I am not sure this is the way it should be done, in addition, there is a per thin client settings could be used if I spesifie based on MAC address clients some thing like [00:11:25:84:CE:BA] in lts.conf


Code:

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


So, the main config is something like?
Code:

[00:11:25:84:CE:BA]
        SERVER            = 192.168.0.1
        XSERVER            = auto
        MODULE_01          = usb-uhci
        MODULE_02          = usbmouse
        MODULE_03          = mousedev
        MODULE_04          = usbkbd
        MODULE_05          = keybdev
        X_MOUSE_DEVICE    = "/dev/input/mice"
        X_MOUSE_PROTOCOL  = "IMPS/2"
        USE_XFS            = N
        SCREEN_01          = "rdesktop -x b -N -a 16 -f 192.168.0.2
        XKBLAYOUT          = "he,us"
        SCREEN_02          = shell


[Default]
        SERVER            = 192.168.0.1
        XSERVER            = auto
        X_MOUSE_PROTOCOL  = "IMPS/2"
        X_MOUSE_DEVICE    = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
      SCREEN_01          = "rdesktop -x b -N -a 16 -f 192.168.0.2"
        XKBLAYOUT          = "he,us"
        SCREEN_02          = shell

I put my MAC address based client [00:11:25:84:CE:BA],in the first place before [Default] section will be applied

Is this the right way to do this??

resetreset 01-03-2010 09:58 AM

I don't know enough to decode your post above, but to use a USB mouse or keyboard, you'll need a Linux kernel that supports that - that could be your problem.


All times are GMT -5. The time now is 02:28 PM.