Verner,

You need to pass a parameter on the Kernel command line.

If you are using Etherboot, you do this with option-128 and option-129.

The following example should work for you:

   option option-128  e4:45:74:68:00:00;
   option option-129  "NIC=8139too";


Enter those lines EXACTLY as you see there, in the dhcpd.conf file,
in the section for your specific workstation.  It should look like
this when done:

    host ws001 {
        hardware ethernet     00:E0:06:E8:00:84;
        fixed-address         192.168.0.1;
        filename              "/lts/vmlinuz-2.4.26-ltsp-2";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=8139too";
    }


Of course, change your mac address and IP address to suit your needs.

Jim McQuillan
[EMAIL PROTECTED]




On Sun, 5 Dec 2004, Verner [iso-8859-1] Kj�rsgaard wrote:

> Dear LIST,
>
> I'm running the lastest 4.1 ltsp succesfully! Now, I want to get some old
> Tulip Pentium II machines running too. They've got these old Digital DS21143
> built in NICs. I've shut them down in BIOS and installed new RTL8139
> (10EC:8139) NICs instead of.
>
> They get their IPs from the DHCP server and starts loading the (standard) ltsp
> kernel (2.4.26-ltsp-2). When this kernel probes the hardware it's running on,
> it detects TULIP instead of RTL8139. This causes it to go:
>
> "Using /lib/modules/2.4.26-ltsp-2/kernel/drivers/net/tulip/tulip.o"
>
> Now, I'd love the kernel to use something like "8139too.o" instead. I read in
> the docs how-to. Only I cannot find it again :-(
> I thought it's something like "NIC=8139too.o", but how and where?
>
>
> thank you in advance!
> --
> -------------------
> Verner Kj�rsgaard
> vk [EMAIL PROTECTED] os-academy.dk
>
> Open Source Academy
> Svalh�jvej 13
> DK-3790 Hasle
> +45 56964223
> -------------------
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _____________________________________________________________________
> 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