home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DE450260 / PATHWRKS / README.TXT < prev   
Text File  |  1995-07-28  |  3KB  |  88 lines

  1. a:\pathwrks\readme.txt                          21-JUN-1995
  2.  
  3.               PATHWORKS Drivers for
  4.             EtherWORKS TURBO PCI 10
  5.                 and
  6.             EtherWORKS TURBO PCI 10 TP
  7.  
  8. ****************************************
  9. * GENERAL PATHWORKS DRIVER INFORMATION *
  10. ****************************************
  11.  
  12. There are currently two driver types for the EtherWORKS TURBO PCI 
  13. 10 adapter (DE450) supplied on this diskette that are compatible 
  14. with PATHWORKS.  
  15.  
  16. The NDIS2 driver, which is written to the industry standard NDIS 
  17. 2.0.1, can be used.  This driver, and installation instructions for 
  18. it, can be found in the NDIS2 subdirectory of this diskette.
  19.  
  20. The PATHWORKS native DLL driver, DLLDE450.EXE, is found in this
  21. subdirectory.  The installation instructions are found in this
  22. README.TXT.
  23.  
  24. *******************************************
  25. * PATHWORKS NATIVE DLL DRIVER INFORMATION *
  26. *******************************************
  27.  
  28. 1.) Requires PATHWORKS V4.1 or greater.  Earlier version are not
  29.     supported.
  30.  
  31. 2.) Requires DNNETH.EXE to be V4.1.142 or greater (users with 
  32.     previous versions of DNNETH.EXE will experience hangs when 
  33.     connecting to network drives).
  34.  
  35. 3.) Connecting to a PC that is running PERMIT requires the DECnet 
  36.     address of the PC running PERMIT to be defined with MS-NET on 
  37.     the PC that is attempting to establish a connection. Use the 
  38.     NCP program to define the MS-NET parameter.
  39.  
  40. 4.) PATHWORKS 4.1 users can automate the native datalink driver 
  41.     installation by running NETSETUP.  Choose "EtherWORKS Native 
  42.     Datalink" as the Ethernet Adapter type.  After NETSETUP 
  43.     finishes, change the following line in STARTNET.BAT:
  44.  
  45.     %BOOT%\decnet\dlldepca.exe
  46.         to
  47.     %BOOT%\decnet\DLLDE450.exe
  48.  
  49.  
  50.     Once this change is complete copy the DLLDE450.EXE driver from 
  51.     the \PATHWRKS directory of this diskette to the \DECNET 
  52.     directory on your hard drive.
  53.  
  54. 5.) PATHWORKS 5.0 users should run PWSETUP from the PATHWORKS 
  55.     server service directory.
  56.  
  57.      -  When prompted for the "Network Adapter Information", choose 
  58.     'Native' from the top=left menu window, then select 
  59.     '<Other Network Adapter>' from the network adapter menu.
  60.  
  61.      -  Enter 'A:\PATHWRKS\DLLDE450.EXE' for the 'Driver Name' 
  62.     prompt.
  63.  
  64.      All the other procedures are same as EtherWORKS products.
  65.  
  66. 6.) When running multiple protocols (LAT, LAD, etc.) with the 
  67.     native datalink driver, make sure DECnet (DNNETH.EXE) is always 
  68.     installed first.
  69.  
  70.  
  71. 7.) When loading the driver, the following command line switches 
  72.     may be used:
  73.  
  74.     /MODE:1|2|3     Force Medium port to TP|AUI|BNC mode. If not 
  75.             specified, the medium port is autosensed.
  76.  
  77.     /I:path         Configure DECnet path.
  78.  
  79.     An example command line load (from the c:\> prompt) would be as 
  80.     follows:
  81.  
  82.     C:\> DLLDE450.EXE /MODE:1 /I C:\DECNET
  83.  
  84.     The native driver may be loaded without any command line 
  85.     parameters.  In this case, the driver will auto-detect the 
  86.     adapter medium.
  87.  
  88.