Network Card Drivers

 
    I found the Realtek 8139 adapter drivers on the Realtek homepage.  The address of the page with the driver is http://www.realtek.com.tw/cn/NEW/doc/8139-driver.htm . Select the Linux-8139.exe link  to download.  Download it to a Windows machine to run the extraction program.  Once it is extracted copy the rtl8139.c file to the Linux machine, into the /usr/src/linux directory.
    The drivers for the 3Com Boomerang can be found at http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html.  It is actually the driver for the 3Com Vortex that you are downloading.  The same driver works for both.  You want to download the file 3c59x.c to the /usr/src/linux directory.  From here on you use the same commend to compile and install the drivers.     That is all you have to do to install the drivers for the ethernet cards.  I set up every machine the same way.  In each machine eth1 is the Realtek 8139 and eth2 is the 3Com Boomerang.

Written By, David Randall
randaldt@acad.etown.edu
http://www.etown.edu/~randaldt