home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / DE220 / DE220D.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1993-03-10  |  11.1 KB  |  370 lines

  1.  
  2.  
  3.         NDIS Driver Program Installation         March 1993
  4.         ================================
  5.  
  6. The NDIS driver programs in this disk support all DE-220 series Ethernet
  7. cards.
  8.  
  9. This diskette is labeled as LAN_DRV_DLK and the files are organized as follows:
  10.  
  11.    Directory       Contents
  12.    ---------       -----------------------------
  13.    \NDIS\DOS       NDIS driver for DOS
  14.    \NDIS\OS2       NDIS driver for OS/2
  15.  
  16.  
  17. D-Link NDIS driver program for DOS follows the Microsoft's NDIS spec v2.0.1.
  18. D-Link NDIS driver program support the following network operating systems:
  19.  
  20.         MS LAN Manager v2.1
  21.         DECnet PathWork v4.0
  22.         WIN/TCP PathWay Access for DOS v1.1
  23.         3COM 3+ Open v1.1
  24.         Banyan VINES v4.00(2)
  25.         IBM LAN Support Program v1.2.1
  26.         Windows for Workgroups v3.1
  27.  
  28. ***********************************************
  29. *  How to install DE220.DOS on MS LAN MANAGER *
  30. ***********************************************
  31.  
  32. 1)  Prepare a diskette with volume name "DOS_DRV_DLK" and create directories
  33.     in the following manner:
  34.  
  35.     >label a: DOS_DRV_DLK      --insert a blank disk in drive 'A'
  36.     >md MSLANMAN.DOS      --make a directory called MSLANMAN.DOS
  37.     >cd MSLANMAN.DOS
  38.     >md DRIVERS          --make a directory called DRIVERS
  39.     >cd DRIVERS
  40.     >md ETHERNET          --make a directory called ETHERNET
  41.     >md NIF           --make a directory called NIF
  42.     >cd ETHERNET
  43.     >md DE220          --make a directory called DE220
  44.  
  45.  
  46.                MSLANMAN.DOS  (root)
  47.                 |
  48.                  DRIVERS
  49.             ________|_________
  50.                |          |
  51.              ETHERNET         NIF
  52.                |
  53.          -------------
  54.          |         |
  55.           DE220
  56.  
  57.  
  58. 2) Insert the DE-220 driver program diskette in drive 'A' and insert the
  59.    prepared diskette (DOS_DRV_DLK) in drive 'B'.  Afterwards, copy the
  60.    appropriate NDIS driver files from drive 'A' to 'B'.
  61.  
  62.     >a:            --go to drive 'A'
  63.     >cd \ndis\dos
  64.     >copy DE220.DOS     B:\MSLANMAN.DOS\DRIVERS\ETHERNET\DE220
  65.     >copy PROTOCOL.INI  B:\MSLANMAN.DOS\DRIVERS\ETHERNET\DE220
  66.     >copy DE220.NIF     B:\MSLANMAN.DOS\DRIVERS\NIF
  67.  
  68. 3) MS LAN Manager provides a SETUP.EXE program on their Setup disk.
  69.    Execute this SETUP program to specify the proper driver for DE220 card.
  70.  
  71.    -If you are installing LAN Manager for the first time, do the following:
  72.     Upon completion of retrieval of the last workstation's disk contents,
  73.     you will be asked if you want to import additional network drivers.
  74.     Answer "YES".
  75.  
  76.    -If you have already installed LAN Manager in your harddisk, do the
  77.     following:
  78.     Select the Configuration menu, and then select "Add New Config" option.
  79.     Afterwards, choose the "Other Driver" option.
  80.  
  81. 4) Insert the prepared diskette (DOS_DRV_DLK) in drive 'A' and follow the
  82.    instructions on the screen.    The SETUP program will copy the necessary
  83.    NDIS driver programs from the DOS_DRV_DLK diskette to your harddisk (into
  84.    the LAN Manager directory).
  85.  
  86. 5) After completion of the SETUP, your CONFIG.SYS file will be modified and
  87.    contain statements referring to the D-Link NDIS driver programs.
  88.  
  89. Reboot your computer and follow the NDIS binding procedure to use the D-Link
  90. NDIS driver programs.
  91.  
  92. *******************************************************
  93. *  How to install DE220.DOS on WIN/TCP PathWay Access *
  94. *******************************************************
  95.  
  96. 1) Copy DE220.DOS to directory C:\LANMAN.
  97.  
  98. 2) Go to the directory C:\LANMAN, and create a text file called PROTOCOL.INI:
  99.  
  100.         [DE220]
  101.         drivername = DE220$
  102.  
  103. 3) Add the following statements to your CONFIG.SYS file:
  104.  
  105.         device=c:\lanman\DE220.DOS
  106.  
  107. 4) Add the following statements to your AUTOEXEC.BAT file:
  108.  
  109.         ndis
  110.         winbind
  111.         wintcp
  112.  
  113. ****************************************************
  114. * How to install DE220.DOS on DECnet PathWork v4.0 *
  115. ****************************************************
  116.  
  117. You can use the DECnet PathWork's  NETSET.EXE program to install D-Link NDIS
  118. driver program. Please refer to DECnet installation manual for detailed
  119. information. The following instructions assume that you have already installed
  120. the DECnet PathWork with 3Com's Etherlink II card.
  121.  
  122. 1) Modify your CONFIG.SYS file as follows:
  123.  
  124.     device = c:\decnet\ELNKII.SYS
  125.             to
  126.     device = c:\decnet\DE220.DOS
  127.  
  128.  
  129. 2) Modify the PROTOCOL.INI file as follows:
  130.  
  131.     from:
  132.     ---------------------------------
  133.         [ELNKMACII]
  134.         drivername = ELNKII$
  135.         ioaddress = 0x300
  136.         interrupt = 3
  137.         xmitbufs = 2
  138.  
  139.         [IPX4MAC]
  140.            :
  141.         bindings = ELNKMACII
  142.            :
  143.  
  144.         [DATALINK]
  145.            :
  146.         bindings = ELNKMACII
  147.            :
  148.  
  149.     to:
  150.     -----------------------------------
  151.         [DE220]
  152.         drivername = DE220$
  153.  
  154.         [IPX4MAC]
  155.            :
  156.         bindings = DE220
  157.            :
  158.  
  159.         [DATALINK]
  160.            :
  161.         bindings = DE220
  162.            :
  163.  
  164. ********************************************
  165. * How to install DE220.DOS on 3Com 3+ Open *
  166. *********************************************
  167.  
  168. Supposing that you have installed the 3Com 3+ Open with 3Com's 3C501 card:
  169.  
  170. 1) Copy DE220.DOS to  C:\3OPEN\DOSWKSTA\LANMAN\DRIVERS.
  171.  
  172. 2) Modify the device driver statement for 3C501 card in your CONFIG.SYS to:
  173.  
  174.         device = c:\3open\doswksta\lanman\drivers\DE220.DOS
  175.  
  176. 3) Modify the PROTOCOL.INI file to:
  177.  
  178.         [ETHERLINK]
  179.             :
  180.         drivername = DE220$
  181.             :
  182.  
  183.  
  184. *****************************************************
  185. * How to install DE220.DOS on Banyan VINES v4.00(2) *
  186. *****************************************************
  187.  
  188. NOTE : To install D-Link NDIS driver program, you need Banyan VINES v4.00(2)
  189.        or above.
  190.  
  191. 1. Create a bootable diskette (booted with DOS 3.1 or above) which will be
  192.    used as boot diskette of Banyan VINES workstation or create a sub-directory
  193.    on your hard disk.
  194.  
  195.    There are two methods to copy the required files for Banyan VINES workstation
  196.    to the bootable diskette or sub-directory of hard disk.
  197.  
  198.    Method 1.
  199.        1) Execute 'INSTALL' command which was saved in the diskette labeled
  200.       "VINES MASTER DISK".
  201.        2) Follow the instructions to copy the files to the bootable diskette
  202.       or sub-directory of hard disk.
  203.  
  204.    Method 2.
  205.        1) Execute 'BAN' command.
  206.        2) Login VINES system.
  207.        3) Execute 'PCCOPY' command.
  208.        4) Select 'NDIS Ethernet' item and follow instructions as menu driven
  209.       for copying the files to the bootable diskette or sub-directory of
  210.       hard disk.
  211.  
  212.  
  213. 2. Insert the DE-220 driver program diskette in drive 'A' and insert the
  214.    prepared bootable diskette in drive 'B'. Afterwards, copy the appropriate
  215.    NDIS driver files DE220.DOS from drive 'A' to 'B' or sub-directory of hard
  216.    disk.
  217.  
  218.  
  219. 3. Create a CONFIG.SYS file which contains the following statements:
  220.  
  221.     DEVICE=PROTMAN.DOS /I:A:\
  222.     DEVICE=DE220.DOS
  223.  
  224.     NOTE:" A:\" is the path which may be changed depending on the location
  225.       of the files for Banyan VINES workstation.
  226.  
  227.  
  228. 4. Create a DE220.NIF file and include the following statements in this file:
  229.  
  230.     Model = D-Link DE-220 Ethernet Card
  231.     Path = A:\
  232.     DeviceDriver = DE220.DOS
  233.     DeviceName = DE220$
  234.     Type = NDIS
  235.  
  236.     NOTE:" A:\" is the path which may be changed depending on the location
  237.       of the files for Banyan VINES workstation.
  238.  
  239.  
  240. 5. Create a PROTOCOL.INI file as follows:
  241.  
  242.     [PROTOCOL MANAGER]
  243.     drivername = PROTMAN$
  244.  
  245.     [VINES_XIF]
  246.     drivername = NDISBAN$
  247.     bindings = "DE220"
  248.  
  249.     [DE220]
  250.     drivername = DE220$
  251.  
  252. 6. Execute 'PCCONFIG' command
  253.  
  254.    1) The "CONFIGURING A PC FOR THE NETWORK" is displayed on the screen
  255.       then select item '1 - Network Card Settings'.
  256.             |
  257.       The "Network Card Setting" is displayed on the screen
  258.       then select item 'NDIS Ethernet'.
  259.             |
  260.       The "NDIS Ethernet" is displayed on the screen
  261.       then set your choice for D_LINK NIC
  262.        Ex. Interrupt Level (2-15) : 3
  263.            PROTOCOL.INI bindings = DE220
  264.             |
  265.    2) Return to Screen "CONFIGURING A PC FOR THE NETWORK"
  266.       then select item '2 - Login Environment Settings'.
  267.             |
  268.       The "Network Card Setting" is displayed on the screen
  269.       then select item 'NDIS Ethernet'.
  270.             |
  271.       then 'PCCONFIG.DB' file will be generated.
  272.  
  273. 7. Reboot your computer.
  274.  
  275. 8. Login into VINES by executing the 'BAN' command.
  276.  
  277. **************************************************************
  278. * How to install DE220.DOS on IBM LAN Support Program v1.2.1 *
  279. **************************************************************
  280.  
  281. Supposing that you have installed the IBM LAN Support Program in your computer,
  282. you can use DE220.DOS to replace the installed driver program. Follow the
  283. instructions below to change the contents of CONFIG.SYS and PROTOCOL.INI files.
  284.  
  285. 1) Copy DE220.DOS to the directory where your IBM LAN Support program resides.
  286.  
  287. 2) Modify the original NDIS device driver statement in CONFIG.SYS as follows:
  288.  
  289.            DEVICE = [driver]:\path\DE220.DOS
  290.  
  291. 3) Modify the PROTOCOL.INI file as follows:
  292.  
  293.         BINDINGS = DE220
  294.             :
  295.             :
  296.         [DE220]
  297.         DRIVERNAME = DE220$
  298.  
  299. ***********************************************************
  300. * How to install DE220.DOS on Windows for Workgroups v3.1 *
  301. ***********************************************************
  302.  
  303. There are two methods for installing DE-220 using Windows for
  304. Workgroups v3.1
  305.  
  306. +---------------------------------------+
  307. |  Install a compatible network adapter |
  308. +---------------------------------------+
  309.  
  310.    Using a compatible driver that is provided by Microsoft.  The
  311.    following table correlates the drivers that is provided by
  312.    Microsoft to the various compatible D-Link adapters.
  313.  
  314.    Microsoft drivers            D-Link network adapters
  315.    -------------------------------  --------------------------------
  316.    IBM Token Ring 4/16Mbs        DT-100, DT-220
  317.    IBM Token Ring 4/16Mbs (MCA)     DT-300
  318.    NE1000 Compatible            DE-100
  319.    NE2000 Compatible            DE-200
  320.                     DE-205TP
  321.                     DE-220 series (8 or 16-bit slot)
  322.    SMC ARCNET PC100            DA-100, DA-100+
  323.           PC200            DA-200, DA-200+
  324.    -------------------------------  --------------------------------
  325.  
  326.    Installation guide:
  327.  
  328.    a. Proceed to install Windows for Workgroups.  If you already have an
  329.       installed Windows for Workgroups, open the Control Panel Window to
  330.       change the network settings.
  331.  
  332.    b. When Windows asks for the type of network adapter, select the
  333.       appropriate network adapter following the table provided above.
  334.  
  335.    c. Input the corresponding settings such as IRQ and I/O port address.
  336.       After checking all the settings, choose OK and restart Windows for
  337.       Workgroups.
  338.  
  339. Method I:
  340.    Manual editing of pre-selected configuration
  341.  
  342.    Involves manual editing of installed Windows for Workgroups
  343.    configuration files using pre-selected NE2000 driver.
  344.  
  345.    Please refer to WFW1.DOC for detailed installation procedures.
  346.  
  347. Method II:
  348.    Menu-driven installation
  349.  
  350.    Using a D-Link supplied OEMSETUP.INF file, the user can choose to
  351.    install the appropriate D-Link adapters through a menu.
  352.  
  353.    Please refer to WFW2.DOC for detailed installation procedures.
  354.  
  355.  
  356. ==============================================================================
  357.  
  358.              D-Link NDIS PROTOCOL.INI User Guide
  359.  
  360.  
  361. The keywords used to create the PROTOCOL.INI file for DE220 is as follow:
  362.  
  363.    DRIVERNAME -This specifies the network card's driver name.
  364.  
  365.  
  366. **Following is an example of a PROTOCOL.INI file that can be used with D-Link
  367.   DE220 series Ethernet card:
  368.  
  369.     Drivername = DE220$
  370.