I was frustrated trying to get a built-in 3c509 isa nic to net boot on a Dell GXM133 workstation. The solution was:
1. Download 3Com's DOS nic utility 2. Use it to disable isa plug-n-play on the card and assign an irq and port to the nic 3. Set option-128, option-129 in the workstation setup in dhcpd.conf file 4. Restart dhcpd I wish I could remember where I found the following instructions -- I would give credit. Perhaps it was older ltsp docs. -------------------------------- > > ISA Network cards > > The LTSP kernels can automatically detect the network card, if it is a PCI > card. If it is not, then you have to specify which network card driver > to > load. And, some ISA network cards also require an IO option to be > passed > to the module. > > You can specify the NIC driver and IO address by adding an entry to the > individual host section of the dhcpd.conf file. Here's an example for > a workstation with an NE2000 network card: > > host ws001 { > hardware ethernet 00:E0:06:E8:00:84; > fixed-address 192.168.0.1; > filename "/lts/vmlinuz-2.4.9-ltsp-5"; > option option-128 e4:45:74:68:00:00; > option option-129 "NIC=ne IO=0x300"; > } > There is a very important thing to notice about the example > above. The value specified for option-128 is NOT > a mac address. The value e4:45:74:68:00:00 is > a special value that Etherboot requires. If it is not there, or is > something other than the value above, then all of the other extended > options will be ignored by Etherboot. > > Also, if you are using ISC dhcp, version 3.0 or above, then you need to add > a few more lines near the top of the dhcpd.conf file, to define the > types > of values that will be specified with option 128 and 129. The last 2 > lines > of the following fragment show how they should be specified: > > option domain-name-servers 192.168.0.254; > option domain-name "yourdomain.com"; > option root-path "192.168.0.254:/opt/ltsp/i386"; > option option-128 code 128 = string; > option option-129 code 129 = text; --------------------------------------- What if you still get a tftp error 1 - file not found? Make sure your mac address above is correct. dhcpd will assign an ip address to the workstation. If the mac is incorrect, the ip address will not correspond to the ws setup in dhcpd.conf and you'll get tftp error 1. And if that doesn't help? Read the errata at http://<http://www.ltsp.org/>www.ltsp.org/errata.php>. Tom [EMAIL PROTECTED] _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _____________________________________________________________________ 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