home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DE450260 / NDIS2 / README.TXT
Text File  |  1996-09-25  |  11KB  |  375 lines

  1. a:\ndis2\readme.txt                     25-SEP-1996
  2.  
  3.  
  4. This README file is for the NDIS2 DOS and NDIS2 OS/2 device 
  5. drivers for Digital's EtherWORKS TURBO PCI 10 and 10 TP 
  6. adapters.
  7.  
  8. Supported adapters: DE450 
  9. Device drivers: DE450.DOS and DE450.OS2
  10.  
  11. These device drivers comply with the NDIS 2.0.1 specification.  
  12. The DE450 adapter and the NDIS2 drivers meet the networking 
  13. needs of any Network Operation System (NOS) which adheres to the 
  14. NDIS 2.0.1 specification.
  15.  
  16. This file contains information on the following topics:
  17.  
  18.     1. PROTOCOL.INI parameters 
  19.     2. PATHWORKS V4.1 installation
  20.     3. PATHWORKS V5.0 installation
  21.     4. IBM OS/2 2.1 + LAN Server 3.X installation
  22.     5. Microsoft LAN Manager 2.X installation 
  23.        (DOS and OS/2)
  24.  
  25. For information on installing the NDIS2 DOS driver with Windows 
  26. for Workgroups, see the readme.txt in the WFW directory of this 
  27. diskette.
  28.  
  29. ***************************
  30. * PROTOCOL.INI PARAMETERS *
  31. ***************************
  32.  
  33. Mandatory Parameters:  
  34.  
  35.     DRIVERNAME (range = DE450$, DE450_1$-DE450_3$; no default)
  36.  
  37.     This parameter must be DE450$ when only one DE450 adapter 
  38.     is installed. DE450_1$ is required for the second adapter.
  39.     
  40. Optional Parameters:
  41.  
  42.     MEDIA (range = TP, BNC, AUI, TP_FULL_DUPLEX, AUTO; 
  43.        default = AUTO)
  44.     This parameter specifies which interface on the card should
  45.     be used. If the interface selected is not available on the 
  46.     card a warning will be displayed and it will default to
  47.     AUTO. The default is AUTO. 
  48.     
  49.     If full duplex is specified, the adapter should be 
  50.     connected to another Ethernet station capable of full 
  51.     duplex operation. Full duplex will not be auto detected.
  52.  
  53.     PCI_CARD (range = 1 - 10;  default = 1)
  54.     This parameter specifies which instance of the DE450 
  55.     adapter to use. For example, setting to 3 will cause the 
  56.     driver to use the 3rd DE450 card that the BIOS finds 
  57.     independant of which PCI Bus it is on.
  58.  
  59.     NETADDRESS  (default = n/a)
  60.     This parameter overrides the address stored in the on-board 
  61.     Ethernet Address ROM.  For example:
  62.  
  63.     NetAddress = "08-00-2b-E1-07-8D"
  64.  
  65.     CAPTURE_EFFECT (range = 0,1; default = 0)
  66.     Setting this paramter to one enables the resolution of the
  67.     capture effect on the network.
  68.  
  69.     FLAGS (range = 0,1; default = 0)
  70.     This parameter is used to modify operation of the driver
  71.     for particularstack or application implementations.  Each
  72.     bit within this value may have a maening.  Currently only 
  73.     bit 0 is defined.
  74.  
  75.     Bit 0   0 = NETADDRESS parameter changes the current 
  76.             station address ONLY in the service-specific
  77.             table (default).
  78.             This adheres to the NDIS2 specification.
  79.  
  80.         1 = NETADDRESS parameter changes the current and 
  81.             permanent station addresses in the service-
  82.             specific table.
  83.             This does not adhere to the NDIS2 specification.
  84.  
  85. ******************************
  86. * PATHWORKS 4.1 INSTALLATION *
  87. ******************************
  88.  
  89. Manual Installation:
  90.  
  91.       If PATHWORKS is already installed and configured and you do 
  92.       not wish to use the PATHWORKS installation program, perform 
  93.       the following steps manually to install the NDIS2 driver:
  94.  
  95.       1. Copy the DE450.DOS file from the driver installation
  96.      diskette (A:\NDIS2\DOS\DE450.DOS) to the C:\DECNET 
  97.      directory.
  98.  
  99.       2. Add the following line to CONFIG.SYS to load the driver:
  100.  
  101.      DEVICE = C:\DECNET\DE450.DOS
  102.  
  103.       3. ADD the PROTOCOL.INI stub from the driver installation 
  104.      disk to the end of the existing PROTOCOL.INI file located 
  105.      in the DECNET directory.  The stub appears as follows:
  106.  
  107.      [DE450]
  108.      DRIVERNAME=DE450$
  109.     
  110.       4. Modify the [DATALINK] and [IPX4MAC] sections in the 
  111.      PROTOCOL.INI file to change the value of the keyword 
  112.      BINDINGS = driverlabel to BINDINGS = DE450.DOS
  113.  
  114. Automatic Installation Using the PATHWORKS Client Setup Diskettes:
  115.  
  116.     Insert the PATHWORKS Client Setup diskette 1 of 2 in the 
  117.     floppy disk drive.
  118.  
  119.     Run NETSETUP from that drive and follow the instructions 
  120.     until you reach the window labeled:       
  121.  
  122.     Select the network adapter type:
  123.  
  124.           o Select "Ethernet" and press ENTER key.
  125.  
  126.     Select the Ethernet adapter:
  127.  
  128.           o Select "Other NDIS" and press ENTER key.
  129.  
  130.     Enter full DRIVE:\PATH\FILENAME for NDIS driver:
  131.  
  132.           o Type A:\NDIS2\DOS\DE450.DOS and press ENTER.
  133.  
  134.     Enter full DRIVE:\PATH\ for the PROTOCOL.INI stub:
  135.  
  136.           o Type A:\NDIS2\DOS\ and press ENTER.
  137.  
  138.     After you have performed these steps, PATHWORKS will copy 
  139.     the corresponding files from the installation diskette to 
  140.     the directory.
  141.  
  142.  
  143.  Example of CONFIG.SYS and PROTOCOL.INI for PATHWORKS 4.1
  144. ----------------------------------------------------------
  145.  
  146.       ----- CONFIG.SYS -----
  147.       DEVICE=C:\WINDOWS\HIMEM.SYS
  148.       DEVICE=C:\WINDOWS\EMM386.EXE 3072 RAM FRAME=E000
  149.       DOS=HIGH,UMB
  150.       DEVICE=C:\DECNET\laddrv.sys /D:4
  151.       DEVICE=C:\DECNET\PROTMAN.SYS /I:C:\DECNET
  152.       DEVICE=C:\DECNET\DE450.DOS
  153.       FILES=30
  154.       Buffers=40
  155.       STACKS=9,256
  156.       SHELL = C:\COMMAND.com   /P /E:1024
  157.       lastdrive=z
  158.  
  159.       ----- PROTOCOL.INI -----
  160.       [protocol manager]
  161.       DRIVERNAME = PROTMAN$
  162.       BINDINGS = DE450_NIF
  163.  
  164.       [DE450_NIF]
  165.       DriverName   = DE450$
  166.  
  167.       [DATALINK]
  168.       DRIVERNAME   = DLL$MAC
  169.       LG_BUFFERS   = 16
  170.       SM_BUFFERS   = 6
  171.       OUTSTANDING  = 32
  172.       HEURISTICS   = 0
  173.       BINDINGS     = DE450_NIF
  174.  
  175.  
  176. *******************************
  177. * PATHWORKS V5.1 INSTALLATION *
  178. *******************************
  179.  
  180. Automatic Installation Using the PATHWORKS Client Setup:
  181.  
  182.     Insert the PATHWORKS Client Setup diskette 17 in your 
  183.     floppy drive.
  184.  
  185.     Run SETUP from that drive and follow the instructions 
  186.     
  187.     1. From "Select Drive" screen       
  188.        Select Alt_N for Network
  189.        Select Decnet_Transport 
  190.  
  191.     2. Select "Other Adapter"
  192.        Example: "Other Adapter" Screen
  193.  
  194.            Adapter Name: [Digital DE450]
  195.        NDIS Driver Path: [a:\ndis2\dos]
  196.        NDIS Driver File: [DE450.dos]
  197.        NDIS Driver Name: [DE450]
  198.          Other File: [        ]
  199.  
  200.       Enter ALT_O
  201.  
  202.     3. Please insert the disk which contains file:
  203.        A:\NDIS2\DOS\DE450.DOS
  204.        Insert Diskette <enter>
  205.        Re-insert SETUP diskette when prompted <enter>
  206.  
  207.     4. Is the adapter a token ring adapter?  [NO]
  208.  
  209.     5. "Verify Network Information" Screen
  210.         Example:
  211.  
  212.     Your Node Name:[LAB004]      Your Node Address: [4.711]
  213.     Lan Manager Username:[ADMIN]
  214.     Lan Manager Username:[********] (enter twice for verification)
  215.     Server Name:[LAB001]    Server Node Address: [4.700]
  216.     Service:[PWV51]
  217.  
  218.     Enter password for service: [    ] (<enter> if none)
  219.  
  220.     6. "Edit Protocol.ini" Screen
  221.         Enter the correct Medium as displayed.  
  222.         TP, TP_FULL_DUPLEX, etc.
  223.        
  224.         ALT_S  to save.
  225.  
  226.  
  227.     7.  The SETUP utility will auto connect you to your desired
  228.         PATHWORKS client setup service.
  229.  
  230.         Continue with the instructions to complete the 
  231.         installation.
  232.  
  233.  
  234. **********************************************
  235. * IBM OS/2 2.1 + LAN SERVER 3.X INSTALLATION *
  236. **********************************************
  237.  
  238. Installation using IBM LAN Adapter and Protocol Support (LAPS)
  239. --------------------------------------------------------------
  240.  
  241.     1. In OS/2 open the OS/2 System window, the System Setup 
  242.        window and the LAPS window.  If you are installing LAN 
  243.        Server for the first time, LAPS is automatically 
  244.        started.
  245.  
  246.     2. Use arrow keys or mouse to select <Install> from the 
  247.        main menu.
  248.  
  249.     3. Insert the Driver Distribution Diskette in the drive.  
  250.        Enter <drive:\NDIS2\OS2> for the source directory.
  251.  
  252.     4. LAPS will copy the network drivers onto the system drive 
  253.        and display a message saying <Installation Complete>.  
  254.        Click on <OK>
  255.  
  256.     5. Select <Configure> from the LAPS main window.
  257.  
  258.     6. Select <Configure LAN transports> and <Continue>.
  259.  
  260.     7. Select DEC DE450 Adapter and add the driver to the 
  261.        current configuration.  
  262.        
  263.     8. Select the protocols used on your network.  See your 
  264.        network administrator if you do not know what protocols 
  265.        are used.
  266.  
  267.     9. Select <OK> when completed.  Select Exit at the main 
  268.        LAPS window and <Continue> at the Update Drives window.  
  269.        Exit LAPS, shut down OS/2 and reboot the machine.
  270.       
  271.     Refer to the LAN Server installation guide for additional 
  272.     directions on using LAPS.
  273.  
  274.  
  275. *********************************************************
  276. * MICROSOFT LAN MANAGER 2.X INSTALLATION (DOS AND OS/2) *
  277. *********************************************************
  278.  
  279. Automatic installation using the LAN Manager setup program 
  280. ----------------------------------------------------------
  281. (DOS and OS/2)
  282.  
  283.     1. In the \LANMAN directory, start the SETUP program.
  284.  
  285.     2. Select <Configuration> from the main menu.
  286.  
  287.     3. Select <Network Driver> from the configuration menu.
  288.  
  289.     4. Remove any old adapter using <Remove Configuration>.
  290.  
  291.     5. Select <Add Configuration>.
  292.  
  293.     6. Select <Other Drivers> and follow the directions.
  294.  
  295.  
  296. Manual installation for DOS LAN Manager
  297. ---------------------------------------
  298.  
  299.     If LAN Manager is already installed and configured and you 
  300.     do not wish to use the LAN Manager installation program, 
  301.     you must perform the following steps manually:
  302.  
  303.     1. Create DE450 driver directory
  304.  
  305.        <DRIVE>:\LANMAN.DOS\DRIVERS\ETHERNET\DE450
  306.  
  307.     2. Copy the files 
  308.        \MSLANMAN.DOS\DRIVERS\ETHERNET\DE450\DE450.DOS and 
  309.        \MSLANMAN.DOS\DRIVERS\ETHERNET\DE450\PROTOCOL.INI 
  310.        to the new directory.
  311.  
  312.     3. Copy the file \MSLANMAN.DOS\DRIVERS\NIF\DE450.NIF 
  313.        to the directory
  314.  
  315.        <DRIVE>:\LANMAN.DOS\DRIVERS\NIF
  316.  
  317.     4. Add the following to CONFIG.SYS to load the driver:
  318.  
  319.     DEVICE=<DRIVE>:\LANMAN.DOS\DRIVERS\ETHERNET\DE450\DE450.DOS
  320.  
  321.     5. Modify PROTOCOL.INI by appending the following 
  322.        information:
  323.  
  324.        [DE450_NIF]
  325.        DRIVERNAME=DE450$
  326.  
  327.     6. Modify TCPIP_XIF and NETBEUI_XIF modules in PROTOCOL.INI 
  328.        by changing the value of the bindings keyword.
  329.  
  330.        from BINDINGS = driverlabel
  331.        to   BINDINGS = DE450_NIF
  332.  
  333.  
  334. Manual installation for OS/2 LAN Manager
  335. ----------------------------------------
  336.  
  337.     If LAN Manager is already installed and configured and you 
  338.     do not wish to use the LAN Manager installation program, 
  339.     you must perform the following steps manually:
  340.  
  341.     1. Create DE450 driver directory
  342.  
  343.        <DRIVE>:\LANMAN.OS2\DRIVERS\ETHERNET\DE450
  344.  
  345.     2. Copy the files \NDIS2\OS2\DE450.OS2 and 
  346.        \NDIS2\OS2\PROTOCOL.INI to the new directory.
  347.  
  348.     3. Add the file DE450.NIF to the directory
  349.  
  350.        <DRIVE>:\LANMAN.OS2\DRIVERS\NIF
  351.  
  352.        with the following contents:
  353.  
  354.          Model        = DEC DE450 EtherWORKS Turbo PCI 10
  355.          Path         = ETHERNET\DE450
  356.          DeviceDriver = DE450.OS2
  357.          DeviceName   = DE450$
  358.          Type         = NDIS
  359.          MediaType    = ETHERNET
  360.  
  361.     4. Add the following to CONFIG.SYS to load the driver:
  362.  
  363.     DEVICE=<DRIVE>:\LANMAN.OS2\DRIVERS\ETHERNET\DE450\DE450.OS2
  364.  
  365.     5. Modify PROTOCOL.INI by appending the following: 
  366.  
  367.        [DE450_NIF]
  368.        DRIVERNAME=DE450$
  369.  
  370.     6. Modify TCPIP_XIF and NETBEUI_XIF modules in PROTOCOL.INI 
  371.        by changing the value of the bindings keyword.
  372.  
  373.        from BINDINGS = driverlabel
  374.        to   BINDINGS = DE450_NIF
  375.