> I enable the eprom using the diag.exe soft , but the workstation not boot from the 
> card.
> 
> Is an old P120 and it not have Boot From lan in setup....

Make sure you selected the correct rom via.  It needs to match the pci
vendor and device id.  There are 5 different via-rhine devices:

static struct pci_id rhine_nics[] = {
PCI_ROM(0x1106, 0x3065, "dlink-530tx",     "VIA 6102"),
PCI_ROM(0x1106, 0x3106, "via-rhine-6105",  "VIA 6105"),
PCI_ROM(0x1106, 0x3043, "dlink-530tx-old", "VIA 3043"),         /*
Rhine-I 86c100a */
PCI_ROM(0x1106, 0x3053, "via6105m",        "VIA 6105M"),
PCI_ROM(0x1106, 0x6100, "via-rhine-old",   "VIA 86C100A"),      /*
Rhine-II */
};

You can use lspci and lspci -n to identify your card.

Tim





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_____________________________________________________________________
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