Re: [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-21 Thread jam
Gary, The XF86_SVGA Xserver is part of the XFree86 3.3.6 release. You need to install the ltsp_x336_svga package. Jim McQuillan [EMAIL PROTECTED] On Wed, 21 Aug 2002, Gary Jaffe wrote: > Thanks to Robert Apodaca, I got through my dhcp troubles. > > Now, X tells me it can't find XF86_SVGA.

Re: [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-21 Thread rob apodaca
Hi Gary- Did you download and install the ltsp_x336_svga-3.0.0-0 package? To verify: $ rpm -qa | grep ltsp Once installed, you should be able to use the XSERVER = XF86_SVGA setting in lts.conf. Cheers On Wed, 21 Aug 2002 17:13:35 -0400 Gary Jaffe <[EMAIL PROTECTED]> wrote: > Thanks to Robert

Re: [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-21 Thread Gary Jaffe
Thanks to Robert Apodaca, I got through my dhcp troubles. Now, X tells me it can't find XF86_SVGA. My lts.conf file says XSERVER= XF86_SVGA I have a Trident 975 video card that works with the XF86_SVGA X server. I tried changing that line to XSERVER= auto and X sta

Re:[2] [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-20 Thread Philip A. Roa
Hi Gary, I had the same problem when i upgraded my dhcp from ver 2 to 3 to accomodate some of my workstations that needed to be chainloaded from built-in pxe loader to etherboot to . After some trial and error i found out dhcp-3.0b2pl9-4.1mdk (beta 2 patch level 9) to work well with tftp-ser

Re: [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-20 Thread rob apodaca
... > I compiled > from source, but now dhcpd chokes on option-128 and option-129. The error > message is as follows. > > Internet Software Consortium DHCP Server V3.0pl1 > Copyright 1995-2001 Internet Software Consortium. > All rights reserv

Re: [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-20 Thread Gary Jaffe
Thanks to Jim for pointing me to Jason Pattie's contribution (how to use ltsp-3 with very old boot proms) and Philip Roa for cleaning up other errors in my dhcpd.conf file. Sorry about being so dense with dhcp, but I'm still having trouble. I had to upgrade my dhcp to 3.0pl1 to be compatible

Re:[Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-16 Thread Philip A. Roa
Hi Gary, >group { >use-host-decl-names on; >option log-servers192.168.1.1; > >host ws102 { >hardware ethernet aa:bb:cc:dd:ee:ff; >option option-128 aa:bb:cc:dd:ee:ff; >option option-129 "NIC=ne IO=0x0300"; >fixed-address

Re: [Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-16 Thread jam
Gary, There's a problem with the really old bootroms on those cards. They don't pass the kernel parameters properly. But, there is a way to deal with it. On the LTSP.org contrib page, there is a document from Jason Pattie describing how to use an older bootrom to download a newer Etherboot ima

[Ltsp-discuss] Trouble with NE2000 ISA card and ltsp 3.0.4

2002-08-16 Thread Gary Jaffe
I have workstations with NE2000 ISA cards purchased from disklessworkstations.com in 1999. I have been using these cards successfully with ltsp until I upgraded to ltsp-3.0.4. I read that because the new kernel can't scan ISA cards, I need to place two lines in my dhcpd.conf file. I did tha