Hi Jim,

I changed my config to the following:

lts.conf:

[Default]
        SERVER             = 192.168.2.200
        XSERVER            = auto
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        SCREEN_01          = startx
        SCREEN_02          = shell

        X_USBMOUSE_DEVICE  = "/dev/null"
        X_MOUSE_DEVICE     = "/dev/input/mice"
        X_MOUSE_PROTOCOL   = "imps/2"
        XkbLayout = be
[ws150]
    PRINTER_0_DEVICE = /dev/lp0
    PRINTER_0_TYPE   = P
    PRINTER_0_WRITE_ONLY = Y

dhcpd.conf:

subnet 192.168.2.0 netmask 255.255.255.0 {
        range 192.168.2.160 192.168.2.189;
        if substring (option vendor-class-identifier , 0 , 9) = "PXEClient" {
                filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
                }
        else {
                filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
                }
        # ws150
        host ws150 {
                hardware ethernet 00:05:5d:02:6f:b4;
                fixed-address 192.168.2.150;
                }



This is also what I started with, before I started to tweak it to the 
abomination you saw in the start of this thread.

It still doesn't work though. When I do CTRL-ALT-F2, I see no /dev/lp0. 
The only file that is there is that starts with an l is /dev/log.

When I do ps -efx, I also don't see lp_server running.

What could cause this? Do you have any suggestions. I have already 
considered to connect the printers differently, but there are 3 of them 
and they all need to be connected on a parallel port, so this is not a 
viable option. There is also a 2.6.17 kernel I tried, but that causes 
the terminal to crash.

Jo

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_____________________________________________________________________
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