home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / alltips.zip / CFGETH.FAX < prev    next >
Text File  |  1994-11-29  |  4KB  |  97 lines

  1. Changing Config params for EtherStream,  2/25/94..
  2.  
  3. DOS NDIS procedure - EtherStreamer     (Version 1.0)
  4.  
  5.  
  6. The following instructions are to be used to change the customer's
  7. configuration parameters for the IBMTRDB NDIS device driver.  These
  8. instructions apply to the adapters listed here:
  9.  
  10.      IBM EtherStreamer (TM) MC 32
  11.  
  12. ----------------------------------------------------------------------
  13.  
  14. DOS Users (IBMMPC.DOS)
  15. -----------------------
  16.  
  17.  1)  Locate the PROTOCOL.INI file being used by the system:
  18.  
  19.      a)  Look in the CONFIG.SYS file on the boot drive (usually C:)
  20.          for the statement that loads the Protocol Manager device
  21.          driver.  Note that in the customer's CONFIG.SYS file, the
  22.          directory xxxxxx may be the same as directory yyyyyy, which
  23.          is a normal occurrence.
  24.  
  25.             Example:
  26.                      DEVICE=C:\xxxxxx\PROTMAN.DOS /I:C:\yyyyyy
  27.  
  28.      b)  If the /I: parameter exists in the customer's CONFIG.SYS
  29.          file, the PROTOCOL.INI file is located in the drive and
  30.          directory specified by it, such as C:\yyyyyy used above.
  31.          Make a note of this location (drive and directory) and
  32.          proceed to step 2.
  33.  
  34.      c)  If the /I: parameter does not exist in the customer's
  35.          CONFIG.SYS, the PROTOCOL.INI file is located in the same
  36.          directory as the PROTMAN.DOS file, such as C:\xxxxxx used
  37.          above.  Make a note of this location (drive and directory)
  38.          and proceed to step 2.
  39.  
  40.  2)  At the command prompt, change to the location (drive and
  41.      directory) of the PROTOCOL.INI file.
  42.  
  43.             Example:
  44.                      C:  <Enter>
  45.                      cd \yyyyyy  <Enter>
  46.  
  47.  3)  Make a backup copy of the PROTOCOL.INI file.
  48.  
  49.  4)  Edit the PROTOCOL.INI file.
  50.  
  51.  5)  Locate the first section of the PROTOCOL.INI file that contains
  52.      the name of the device driver (IBMMPC$).
  53.  
  54.             Example:
  55.                      DriverName = IBMMPC$
  56.  
  57.  6)  In the current section, Add/Change the LOOPBACK parameter setting
  58.      to 0 (zero).
  59.  
  60.             Example:
  61.                      LOOPBACK = "NO"
  62.  7)  If this adapter is installed in a 16 bit slot, then complete this step:
  63.  
  64.      ***NOTE: This step is NOT needed if the adapter is installed in
  65.               a 32 bit slot.
  66.  
  67.      Modify the receive buffer size so that it will hold an entire frame:
  68.      a)  Add/Change the SIZWORKBUF parameter setting to the value of
  69.          the largest expected receive frame size plus 4 (four).
  70.  
  71.                      SIZWORKBUF = 1518
  72.                  (NOTE: the default of 2048 can be used)
  73.  
  74.             NOTE:  if the value of the SIZWORKBUF that was used in
  75.                    Step 7a is considerably larger than the value
  76.                    that was previously used, you may need to reduce
  77.                    the MINRCVBUFFS parameter setting if you encounter
  78.                    problems with not having enough memory.  Make sure
  79.                    that the product of SIZWORKBUF and MINRCVBUFFS is
  80.                    less than 60,000 bytes.  See the example in Step 7c
  81.                    (below) for an illustration of setting this parameter
  82.  
  83.      b)     Example:
  84.                      MINRCVBUFFS = 4
  85.                  (NOTE: the default can be used)
  86.  
  87.  8)  Repeat steps 6 and 7 for all remaining sections of the
  88.      PROTOCOL.INI file that contain the DriverName = IBMMPC$ line.
  89.  
  90.  9)  When finished, save the changed PROTOCOL.INI file.  It should
  91.      remain located in the current directory (from step 2).
  92.  
  93. 10)  Reboot the computer.
  94.  
  95. Last Updated:  11/18/93
  96. 12/31/99
  97.