On Sat, 2 Mar 2002 15:41:07 +0100
"Bruno Leonhardt" <[EMAIL PROTECTED]> wrote:

> NIC :   RealTek 8019AS
> 
> have no bootrom found on rom-o-matic.com   :-(

AFAIR it is a ne-clone, so you can use the ne module (hit if it is not  the ISA one I 
think of)

> Have anybody tried to boot from isa-cards ?

Just typing my mail from a p100 with an ISA NIC, eaven uses the ne module, too.

> what do I have to say in the configuration files on lts.conf ?

The lts.conf does not care about ISA or PCI NIC, you have to specify it in the 
dhcpd.conf like:

         host p100 {
            option option-128     e4:45:74:68:00:00;
            option option-129     "NIC=ne IO=0x300";
            hardware ethernet     00:00:B4:43:F3:A7;
            option host-name      "p100";
            fixed-address         192.168.0.3;
        }           

The option 128 IS NEEDED! do NOT leave it out! It tells Etherboot to recognoise the 
option 129-string! And it is NOT the MAC!

The lts.conf for this client is:

[p100]
    X_MOUSE_PROTOCOL    = "Microsoft"
    X_MOUSE_DEVICE      = "/dev/ttyS0"
    X_MOUSE_RESOLUTION  = 50
    XSERVER             = XF86_Mach64

which is nothing about a NIC ;-) Just to show you that it works...

_____________________________________________________________________
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.openprojects.net

Reply via email to