At 12:06 AM 1/31/2006 -0500, you wrote:
With version 4.1.1 of LTSP, you shouldn't need any special modules loaded
for either the printer OR the mouse.
Send us your complete lts.conf file, so we can exactly what you are doing.
Thanks for taking a look.
Here is lts.conf. Its ws053.ltsp and ws054.ltsp that have the USB printing
problem. ws053.ltsp is now using parallel and working.
#
# Copyright (c) 2003 by James A. McQuillan (McQuillan Systems, LLC)
#
# This software is licensed under the Gnu General Public License.
# The full text of which can be found at http://www.LTSP.org/license.txt
#
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#
[Default]
SERVER = 10.0.1.2
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 = startx
[ws100.ltsp]
PRINTER_0_DEVICE = /dev/lp0
PRINTER_0_TYPE = P
LOCAL_DEVICE_01 = /dev/fd0:floppy
LOCAL_DEVICE_02 = /dev/hdc:cdrom
X_MOUSE_PROTOCOL = "IMPS/2"
X_MOUSE_BUTTONS = 5
X_ZAxisMapping = "4 5"
XSERVER = nvidia
MODULE_01 = nvidia
X4_MODULE_01 = glx
# X4_MODULE_0 = glx
# SOUND = Y
# SOUND_DAEMON = esd
# MODULE_01 = i810_audio
# SMODULE_01 = "i810_audio io=dc00 irq=17 dma=1"
[ws101.ltsp]
PRINTER_0_DEVICE = /dev/lp0
PRINTER_0_TYPE = P
LOCAL_DEVICE_01 = /dev/fd0:floppy
LOCAL_DEVICE_02 = /dev/hdc:cdrom
[ws052.ltsp]
PRINTER_0_DEVICE = /dev/lp0
PRINTER_0_TYPE = P
LOCAL_DEVICE_01 = /dev/fd0:floppy
LOCAL_DEVICE_02 = /dev/hdc:cdrom
[ws053.ltsp]
# HOTPLUG = Y
PRINTER_0_DEVICE = /dev/lp0
PRINTER_0_TYPE = P
LOCAL_DEVICE_01 = /dev/fd0:floppy
LOCAL_DEVICE_02 = /dev/hdc:cdrom
# MODULE_01 = usblp
[ws054.ltsp]
PRINTER_0_DEVICE = /dev/usb/lp0
PRINTER_0_TYPE = U
LOCAL_DEVICE_01 = /dev/fd0:floppy
LOCAL_DEVICE_02 = /dev/hdc:cdrom
Also, send us your dhcpd.conf file.
Maybe it's as simple as your workstation not knowing it's own hostname, so
it's ignoring the entries in lts.conf.
I have checked that the workstations knows its name. It does get it correctly.
Here is dhcpd.conf. (Note: changed domain name to example.com for posting.)
# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# option definitions common to all supported networks...
ddns-update-style ad-hoc;
use-host-decl-names on;
default-lease-time 86400;
max-lease-time 86400;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;
# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.
subnet 10.152.187.0 netmask 255.255.255.0 {
}
# Bootp options
allow booting;
allow bootp;
# Network Options
option subnet-mask 255.255.255.0;
option broadcast-address 10.0.1.255;
option routers 10.0.1.254;
option domain-name-servers 10.0.1.2;
option log-servers 10.0.1.2;
option domain-name "example.com";
option netbios-name-servers 10.0.1.2;
option netbios-node-type 8;
get-lease-hostnames true;
# LTSP Path Options
option root-path "10.0.1.2:/opt/ltsp-4.1.1/i386";
filename "/lts/vmlinuz-2.4.26-ltsp-3";
# filename "/lts/vmlinuz-2.6.9-ltsp-3";
# For NFS time-out problems; see LTSP wiki at www.ltsp.org
# option option-128 code 128 = string;
# option option-129 code 129 = text;
# option option-128 e4:45:74:68:00:00;
# option option-129 "MOPTS=nolock,ro,wsize=2048,rsize=2048";
# Workstations
shared-network WORKSTATIONS {
subnet 10.0.1.0 netmask 255.255.255.0 {
range dynamic-bootp 10.0.1.130 10.0.1.159;
}
}
host ws100.ltsp {
hardware ethernet 00:40:F4:CD:95:F5;
fixed-address 10.0.1.50;
filename "/lts/vmlinuz-2.4.26-ltsp-3";
}
host ws101.ltsp {
hardware ethernet 00:40:F4:CD:95:B3;
fixed-address 10.0.1.51;
filename "/lts/vmlinuz-2.4.26-ltsp-3";
}
host ws052.ltsp {
hardware ethernet 00:40:F4:CD:93:2D;
fixed-address 10.0.1.52;
filename "/lts/vmlinuz-2.4.26-ltsp-3";
}
host ws053.ltsp {
hardware ethernet 00:40:F4:CD:8A:B2;
fixed-address 10.0.1.53;
filename "/lts/vmlinuz-2.4.26-ltsp-3";
}
host ws054.ltsp {
hardware ethernet 00:00:39:80:7E:19;
fixed-address 10.0.1.54;
filename "/lts/vmlinuz-2.4.26-ltsp-3";
}
--Karl
Jim McQuillan
[EMAIL PROTECTED]
Karl Zander wrote:
Clients boot with 2.4.26-ltsp-3
Do I need to add
MODULE_01 = usb-uhci
to the lts.conf file of the client withthe USB printer? On another
server with a USB mouse I do load that module.
--Karl
At 10:45 PM 1/30/2006 -0500, you wrote:
What kernel are you using to boot the client?
2.4.x I hope.
Pete Billson
--
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting
Karl Zander wrote:
Its more then just the print driver. I had another USB printer, a
Brother, that also did not work. I changed to parallel it worked.
Same driver. I think I am missing something in the USB setup on LTSP,
I just don't know what. I can not telnet to the printer on port 9100.
--Karl
At 05:12 PM 1/30/2006 -0700, you wrote:
I think I have an HP that gave me some problems. I had to use a
different printer driver.=20
Did you test the printer on a local system?
Did you test it locally on the LTSP server?
Can you telnet to the printer at port 9100?
Do you have syslogd enabled?
Do you get log messages from the terminal about the printer being on
line?
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_____________________________________________________________________
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: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_____________________________________________________________________
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