home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / packetdrivers.tar.gz / pd.tar / new / ethcrd.doc < prev    next >
Text File  |  1994-08-07  |  2KB  |  46 lines

  1. ETHCRD is Copyrighted FreeWare by Padgett Peterson that is
  2. designed to find Network Interface Cards (NICs) on PCs using
  3. drivers that are either compliant with the FTP specification 
  4. v1.09 or with Novell IPX or ODI specifications. It will check 
  5. first for a packet driver and if found will also report the 
  6. name of the driver and the interrupt number in use (60h-80h).
  7. The number will be expressed in hexadecimal notation.
  8.  
  9. If no compliant packet driver is found, a check will be made for
  10. a Novell driver.
  11.  
  12. If a driver is found, ETHCRD will then inquire as to the hardware
  13. (six byte) address of the NIC and will display that information.
  14.  
  15. Finally, ETHCRD will compare the manufacturer's id with information
  16. taken from Michael A. Patton's list of Ethernet card manufacturer's
  17. and if a match is found, will display the manufacturer's name. If
  18. more than one name is associated with the id (e.g. Western Digital
  19. which became SMC), both will be displayed.
  20.  
  21. As usual no guarantees of fitness of any kind are made, if it works,
  22. it works.
  23.  
  24.                     A. Padgett Peterson, P.E.
  25.                     Orlando, Florida 
  26.  
  27. Date: Thu, 4 Aug 1994 16:04:30 -0400
  28. From: padgett@tccslr.dnet.mmc.com
  29. Apparently-To: <kermit@columbia.edu>
  30.  
  31. Two things:
  32.  
  33. 1) When using PKTMUX it is necessary to tell KERMIT explicitly which interrupt
  34.    to use. Giving it the one returned by my ETHCRD 8*) works, any of the
  35.    others, ODI, or its default selection does not.
  36.  
  37. 2) When connecting to a MULTICS machine using VT300.INI, the DE echos my
  38.    characters but does not seem to recognize the EOL. I do not have this
  39.    problem with either NCSA Telnet or FTP's PCTCP Telnet (both emulating.
  40.    a VT terminal). Any suggestions ?
  41.  
  42.                     Warmly,
  43.                         Padgett
  44.  
  45.  
  46.