>* The above code is working for the ne compatible cards, when i give the foll
>owing entries for the RTL8139 type cards
>
>  , then it is not working
>
>    host ws005 {
>        hardware ethernet     00:00:21:EA:C4:C6;
>        fixed-address         192.168.0.15;
>        filename              "/tftpboot/lts/vmlinuz.ltsp";
>        option option-128     e4:45:74:68:00:00;
>        option option-129     "NIC=8390 IO=0x300";
>    }

8390 is definitely the wrong module for 8139 cards. 8390 is for NE2000s
and even then it requires other modules.

>    host ws005 {
>        hardware ethernet     00:00:21:EA:C4:C6;
>        fixed-address         192.168.0.15;
>        filename              "/tftpboot/lts/vmlinuz.ltsp";
>        option option-128     e4:45:74:68:00:00;
>        option option-129     "NIC=8139too IO=0x300";
>    }
>
>* But it showing different type of error...with same no such device statement

Now you're getting warmer. First of all, it does not require an IO
specification, it's a PnP card and the BIOS will set the IO address
automatically. Try taking out the IO=0x300

_____________________________________________________________________
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