Jim-
Thanks! I'll put some ***s before my responses, below.
-Krishna
I'm guessing that the specific workstation doesn't know it's own hostname. Or,
it doesn't match what you've put in [xxxx] in the lts.conf file.
***The logs on the server show that ws079 is getting logged in (see dhcpd.conf)
***Here's the ltc.conf as it is now:
_______________________________________________________________________________
#
# 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 = 192.168.1.91
XSERVER = auto
X_MOUSE_PROTOCOL = "PS/2"
X_MOUSE_DEVICE = "/dev/psaux"
X_MOUSE_RESOLUTION = 400
X_MOUSE_BUTTONS = 3
USE_XFS = N
SCREEN_01 = startx
MODULE_01 = "ide-generic"
LOCAL_STORAGE = Y
# HOTPLUG = Y
# ALLOW_UNKNOWN_USB = Y
# SOUND = Y
# VOLUME = 75
[ws079]
XSERVER = savage
X_MODE_0 = 800x600
X_MODE_1 = 640x480
X_MODE_2 = 1024x768
SCREEN_02 = shell
_______________________________________________________________________________
***I'd like to get the sound working, too.
If you share your dhcpd.conf file and your lts.conf file, we might be able to
figure this one out.
Here's the dhcpd.conf:
_______________________________________________________________________________
# dhcpd.conf
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option domain-name-servers 192.168.1.1;
option option-128 code 128 = string;
option option-129 code 129 = text;
#get-lease-hostnames true;
use-host-decl-names on; #prior line is not compatible with host
entries...
option root-path "192.168.1.91:/opt/ltsp/i386";
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.68;
host test1 {
hardware ethernet 00:16:ec:1d:6c:49;
fixed-address 192.168.1.79;
filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
}
if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
}
#else{
# filename "/lts/vmlinuz-2.6.16.1-ltsp-1";
#}
}
#
# If you need to pass parameters on the kernel command line, you can
# do it with option-129. In order for Etherboot to look at option-129,
# you MUST have option-128 set to a specific value. The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs kernel parameters
#
# option option-128 e4:45:74:68:00:00; # NOT a mac
address
# option option-129 "NIC=ne IO=0x300";
#
_______________________________________________________________________________
2) I do have a line "LOCAL_STORAGE = Y" in my lts.conf, but the command "ps
ef|grep lbuscd" only shows the grep command...
If you aren't doing this on the actual workstation (as opposed to an xterm
session on the server), you won't get the results you need.
***I guess the problem is I can't get anything with Ctrl-Alt-F2.
3) My test workstation has a M7VIG motherboard, which uses the KM266 Pro
northbridge for video. What driver should I use? I've tried "savage" with no
luck (auto-probing fails message shows up briefly - where is the wkstn bootlog
recorded?) I even tried NSC and GEODE, as that is the processor. It works
anyway, as it falls back to a VESA framebuffer driver - but it says that's
SLO-OW.
telling us the northbridge doesn't help. You need to figure out what the video
chipset is.
***The northbridge is what gives the video with this chipset.
can you boot a knoppix cdrom, and do a 'lspci' ?
*** This is from a hard disk install of Knoppix in that system:
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400] Chipset Host
Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
0000:00:0f.0 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [K8T800 South]
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev
78)
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8378 [S3
UniChrome] Integrated Video (rev 01)
Jim McQuillan
[EMAIL PROTECTED]
Anybody able to help? Thanks in advance!
-Krishna
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&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
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&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