home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / networks / ev2051.zip / README < prev   
Text File  |  1992-04-09  |  19KB  |  451 lines

  1.  
  2. ***************************************************************
  3. GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL
  4. GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL
  5. GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL GENERAL
  6. ***************************************************************
  7. This readme file describes Everex SpeedLink software installation
  8. procedures for the following networking environments:
  9.  
  10.       - NETBIOS
  11.       - NETWARE 286
  12.       - NETWARE 386
  13.       - FTP
  14.       - NDIS - LAN MANAGER
  15.       - NDIS - BANYAN VINES
  16.  
  17. NOTE: SpeedLink drivers are periodically updated to offer improved 
  18.       Performance and Compatibility. Please contact Everex Technical
  19.       Support or the Everex BBS (510-226-9694) for the latest 
  20.       driver suite.
  21.  
  22. NOTE: PC-NFS and NFS are trademarks of Sun Microsystems, Inc. NetWare 286 and 
  23.       NetWare 386 are trademarks of Novell, Inc. Banyan VINES  is a trademark
  24.       of Banyan Systems Inc.
  25.  
  26.  
  27. **************************************************************
  28. EVEREX NETBIOS V2.30 EVEREX NETBIOS V2.30 EVEREX NETBIOS V2.30
  29. EVEREX NETBIOS V2.30 EVEREX NETBIOS V2.30 EVEREX NETBIOS V2.30
  30. EVEREX NETBIOS V2.30 EVEREX NETBIOS V2.30 EVEREX NETBIOS V2.30
  31. **************************************************************
  32.  
  33. Everex NetBIOS v2.30 differs from previous versions in 
  34. several ways.  This file contains information on the 
  35. features of the new NetBIOS.  Version 2.30 is not compatible 
  36. with older versions of NetBIOS.  All stations on the network 
  37. must run NetBIOS v2.30 to communicate with each other.  If 
  38. you have any stations running a previous version, you must 
  39. upgrade to Version 2.30
  40.  
  41. The command format for NetBIOS v2.30 is:
  42.  
  43.    NET26E [/Ixx] [/Pxxx] [/Ax] [/Nxx] [/Sxx] [/Exxxx] [/K]
  44.  
  45. where
  46.  
  47.    /Ixx     This option specifies the interrupt signal used 
  48.             by the adapter.
  49.  
  50.             For the SpeedLink/PC, the default is 2.  Valid 
  51.             options are:  2, 3, 5.
  52.  
  53.             For the SpeedLink/PC TP, /PC16, and /PC16 TP, 
  54.             the default value is 2/9.  Valid options are: 
  55.             2/9, 3, 5, 10, 11, 12, and 15.
  56.             
  57.    /Pxxx    This parameter specifies the base I/O port used 
  58.             by the adapter.
  59.  
  60.             For the SpeedLink/PC TP the default is 360.  Valid options are 
  61.             320, 330, 340, 360.
  62.  
  63.             For the SpeedLink/PC16 PC16 TP the default is 360.  Valid options 
  64.             are 320, 330, 340, 350, 360, 380, 390.
  65.  
  66.    /Ax      This option specifies the adapter number to 
  67.             which this NetBIOS is configured.  This 
  68.             specification allows installation of multiple 
  69.             Everex cards in one system, when supported by 
  70.             the Network Operating System (NOS).  Some NOS 
  71.             allow multiple adapters in one computer (e.g.,
  72.             Artisoft's LANtastic NOS).  Consult your NOS 
  73.             manual for more information on multiple network 
  74.             cards.
  75.  
  76.             The default is 0 (the first card installed).  
  77.             Valid options are 0, 1, 2, and 3.
  78.  
  79.    /Nxx     This parameter specifies the maximum number of 
  80.             NCBs supported by this NetBIOS.  NCBs are 
  81.             command blocks used by applications or NOS 
  82.             software to pass commands to NetBIOS.  Setting 
  83.             the maximum number of NCBs limits the number of 
  84.             commands that an application or NOS can issue to 
  85.             NetBIOS.  The program occupies less memory when 
  86.             configured for fewer NCBs.
  87.  
  88.             The default value is 32.  Valid options are 
  89.             1 - 32.
  90.  
  91.    /Sxx     This option specifies the maximum number of 
  92.             sessions supported by this NetBIOS.  Sessions 
  93.             are connections over which data can be sent.  
  94.             Most NOS require that at least one session per 
  95.             user be supported (i.e., the more users 
  96.             supported by the NOS, the more sessions 
  97.             required).  NetBIOS occupies less memory when 
  98.             configured for fewer sessions.
  99.  
  100.             The default is 32.  Valid options are 1 - 32.
  101.  
  102.    /Exxxx   This parameter specifies the Ethernet protocol 
  103.             type to use when transmitting and receiving 
  104.             frames.  It is used by NetBIOS to differentiate 
  105.             its own frames from other protocol frames when 
  106.             several protocols are running on the same 
  107.             network.  All stations must use the same 
  108.             Ethernet type in order to communicate.  No 
  109.             Ethernet types are needed if the entire network 
  110.             uses only NetBIOS.
  111.  
  112.             The default is No Ethernet Type.  Valid options 
  113.             are 0 - FFFF.
  114.  
  115.    /K       This is a special option used for IBM PC LAN 
  116.             NOS.  If you are running IBM PC LAN with Everex 
  117.             NetBIOS v2.30 this switch is required.
  118.  
  119. Where options are not specified default values are used.
  120.  
  121. Examples :
  122.  
  123.    NET26E                ; Load NetBIOS with default 
  124.                          ; interrupt signal 2, base I/O port 
  125.                          ; 360, adapter 0 (the first adapter 
  126.                          ; installed), 32 sessions, 32 NCBs, 
  127.                          ; and no Ethernet type.
  128.  
  129.    NET26E /I3 /P320      ; Load NetBIOS for one adapter with 
  130.                          ; interrupt signal 3 and I/O port 
  131.                          ; 320.
  132.  
  133.    NET26E /I2 /P360 /A0  ; Load NetBIOS for two adapters 
  134.    NET26E /I3 /P320 /A1  ; with the first adapter using 
  135.                          ; interrupt signal 2 and base I/O 
  136.                          ; port 360, and the second adapter 
  137.                          ; using interrupt signal 3 and base 
  138.                          ; I/O port 320.
  139.  
  140.    NET26E /N12 /S12      ; Load NetBIOS with fewer sessions 
  141.                          ; and NCBs.  This lowers the amount 
  142.                          ; of memory required by NetBIOS.  
  143.                          ; This configuration is good for 
  144.                          ; workstations since NOS require 
  145.                          ; fewer sessions for workstations.
  146.  
  147.    NET26E /E3875 /K      ; Load NetBIOS with Ethernet 
  148.                          ; protocol type 3875 and running 
  149.                          ; under IBM PC LAN NOS.
  150.  
  151.  
  152. *********************************************************
  153. NETWARE 286 V2.1X   NETWARE 286 V2.1X   NETWARE 286 V2.1X
  154. NETWARE 286 V2.1X   NETWARE 286 V2.1X   NETWARE 286 V2.1X
  155. NETWARE 286 V2.1X   NETWARE 286 V2.1X   NETWARE 286 V2.1X
  156. *********************************************************
  157.  
  158.    1. Copy the LAN Description file NET26E.LAN to Novell's diskettes
  159.       AUXGEN and SHGEN-1. If your software supports the BRGEN, also
  160.       copy NET26E.LAN to BRGEN-1.
  161.  
  162.    2. Read Chapter 3 and Chapter 4 of the 'Novell Installation Set for 
  163.       SFT/Advanced Netware' Manual. Start Novell's normal NETGEN or
  164.       SHGEN procedures. 
  165.  
  166.    3. If you are running SHGEN or NETGEN with the Hard Disk or the
  167.       Network Drive method, when prompted "Upload Additional Diskettes?", 
  168.       highlight "Yes" and press <Enter>. Insert the LAN_DRV_500 (PC or PC TP)
  169.       diskette or the LAN_DRV_501 (PC16 or PC16 TP) into any floppy disk drive,
  170.       and continue the Configuration and Installation procedures. If you 
  171.       encounter any problem during the installation process, refer to 
  172.       'Appendix E: Loading New Drivers onto a Hard Disk or Network Drive' in 
  173.       the Novell manual.
  174.       
  175.    4. If you are running SHGEN or NETGEN with the Standard Floppy Disk 
  176.       or the RAM Disk method, when you are directed to select the LAN 
  177.       drivers, highlight "Load and Select Item" and press <Enter>. 
  178.       Insert the LAN_DRV_500 (PC or PC TP) diskette or the LAN_DRV_501 
  179.       (PC16 or PC16 TP) and continue the Configuration and Installation 
  180.       procedures.
  181.  
  182.  
  183. *********************************************************
  184. NETWARE 386 V3.11   NETWARE 386 V3.11   NETWARE 386 V3.11
  185. NETWARE 386 V3.11   NETWARE 386 V3.11   NETWARE 386 V3.11
  186. NETWARE 386 V3.11   NETWARE 386 V3.11   NETWARE 386 V3.11
  187. *********************************************************
  188.  
  189.    1. Start Novell's file server installation procedures as instructed by
  190.       the 'Novell Netware 386 Installation' manual.
  191.  
  192.    2. Insert the LAN_DRV_501 (PC16 or PC16 TP) in Drive A, and load 
  193.       the driver code by typing:
  194.  
  195.       LOAD A:\NETWARE.386\NET26386.LAN
  196.  
  197.  
  198. ********************************************************************
  199. FTP Driver (Version 1) FTP Driver (Version 1) FTP Driver (Version 1)
  200. FTP Driver (Version 1) FTP Driver (Version 1) FTP Driver (Version 1)
  201. FTP Driver (Version 1) FTP Driver (Version 1) FTP Driver (Version 1)
  202. ********************************************************************
  203.  
  204. The SpeedLink driver for FTP is a packet driver, which 
  205. provides an interface for applications to the network.  
  206. To provide the interface needed for your SpeedLink adapter, 
  207. simply run the driver as described here, then load the 
  208. FTP kernel before running your FTP software.
  209.  
  210. 1. To use the SpeedLink driver for FTP, you can copy the 
  211.    driver to your hard disk, or you can run it from the 
  212.    SpeedLink diskette.  To copy the contents of the FTP 
  213.    directory to your hard disk, go to the directory on your 
  214.    hard disk where you wish to install the driver (usually 
  215.    the directory where FTP is located), insert the SpeedLink 
  216.    diskette in drive A and at the DOS prompt type:
  217.  
  218.      COPY A:\FTP\*.*
  219.  
  220. 2. To run the driver program, go to the directory where the 
  221.    driver is located and type the FTPSLINK command and the 
  222.    necessary parameters.  The parameters must be entered in 
  223.    hexadecimal, which means the value must be in hex and the 
  224.    parameter must be preceded by 0x to indicate that it is 
  225.    hex.  Follow the format shown here:
  226.  
  227.      FTPSLINK [PACKET_INT_NO] [INT_NO] [IO_ADDR]
  228.  
  229.    where the configuration parameters are defined as 
  230.    follows:
  231.  
  232.    [PACKET_INT_NO]  For this parameter, enter the software 
  233.                     interrupt number for the FTP driver 
  234.                     packet, which can be in the range 0x60 
  235.                     through 0x79.  If the value you enter is 
  236.                     not valid, then later when you try to 
  237.                     load the kernel it will think the packet 
  238.                     driver is not installed.
  239.  
  240.    [INT_NO]         For this parameter, enter the interrupt 
  241.                     number you configured the SpeedLink 
  242.                     adapter to use.  Since the interrupt 
  243.                     values are listed as decimal, use the 
  244.                     following list to determine the 
  245.                     hexadecimal value to use in the
  246.                     parameter:
  247.  
  248.                        Decimal   Hexadecimal
  249.                            2         0x2
  250.                            3         0x3
  251.                            5         0x5
  252.                           10         0xA
  253.                           11         0xB
  254.                           12         0xC
  255.                           15         0xF
  256.  
  257.                     For the SpeedLink/PC, the default is 2.  Valid 
  258.                     options are:  2, 3, 5.
  259.  
  260.                     For the SpeedLink/PC TP, /PC16, and /PC16 TP, 
  261.                     the default value is 2/9.  Valid options are: 
  262.                     2/9, 3, 5, 10, 11, 12, and 15.
  263.  
  264.    [IO_ADDR]        For this parameter, enter the I/O base 
  265.                     address you configured the SpeedLink 
  266.                     adapter to use.  
  267.  
  268.                     For the SpeedLink/PC TP the default is 360.  
  269.                     Valid options are 320, 330, 340, 360.
  270.  
  271.                     For the SpeedLink/PC16 PC16 TP the default is 360.  
  272.                     Valid options are 320, 330, 340, 350, 360, 380, 390.
  273.  
  274.    EXAMPLE 1: To select a packet interrupt of 60H, and the 
  275.    SpeedLink's default settings of IRQ 2 and I/O base 
  276.    address 0360H, type the following:
  277.  
  278.      FTPSLINK 0x60 0x2 0x360
  279.  
  280.    EXAMPLE 2: To select a packet interrupt of 79H, and the 
  281.    SpeedLink adapter is configured for IRQ 11 and I/O base 
  282.    address 0320H, type the following:
  283.  
  284.      FTPSLINK 0x79 0xB 0x320
  285.  
  286. 3. After you have run the SpeedLink packet driver, load the 
  287.    FTP kernel.  The following message should appear on the 
  288.    screen:
  289.  
  290.      Driver has been initialized successfully.
  291.      My Ethernet address is 06:01:88:##:##:##
  292.  
  293.    where
  294.  
  295.    # = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
  296.  
  297.    If you do not get this message, try to run the SpeedLink 
  298.    packet driver again, making sure the parameter values you 
  299.    enter are valid.
  300.  
  301. 4. When you have successfully loaded the kernel, run your 
  302.    FTP software.
  303.  
  304.  
  305. ************************************************************************
  306. NDIS Driver for LANMAN   NDIS Driver for LANMAN   NDIS Driver for LANMAN
  307. NDIS Driver for LANMAN   NDIS Driver for LANMAN   NDIS Driver for LANMAN
  308. NDIS Driver for LANMAN   NDIS Driver for LANMAN   NDIS Driver for LANMAN
  309. ************************************************************************
  310.  
  311.   Installing NDIS Drivers for Microsoft (TM) LAN Manager (TM)
  312.   ===========================================================
  313.  
  314.   General
  315.   -------
  316.      The SpeedLink/PC and SpeedLink/PC16 software package includes LAN
  317.      Manager-compatible NDIS software drivers for DOS-based
  318.      workstations and OS/2 based servers and workstations.
  319.  
  320.   NDIS Driver Installation (Both DOS and OS/2)
  321.   --------------------------------------------
  322.  
  323.      1. Install LAN Manager (version 2.0 or later)
  324.  
  325.            Follow the procedure in the Microsoft LAN Manager
  326.            documentation
  327.  
  328.      2. Change to the LANMAN directory on the C:drive
  329.  
  330.      3. Run Setup by Typing
  331.  
  332.            Setup <enter>
  333.  
  334.      4. Load the SpeedLink/PC or SpeedLink/PC16 driver as follows:
  335.  
  336.                a)  Choose the Configuration menu
  337.                b)  Choose the Network Driver menu
  338.                c)  Select "Other"
  339.                d)  Insert the Everex Distribution Diskette in the A Drive
  340.                e)  Select the Everex Driver that matches your adapter type
  341.                f)  Complete the procedure in the LAN Manager documentation
  342.  
  343. Changing the Base Address and IRQ configuration
  344. -----------------------------------------------
  345.  
  346.      Everex adapters are shipped with a factory default
  347.      setting of Address 360, Interrupt 2/9.  To change this, the
  348.      following procedure must be followed:
  349.  
  350.         1. Change to the LANMAN directory and locate the Protocol.INI file
  351.  
  352.         2. Edit the Protocol.INI file for the address and interrupt settings
  353.            you wish.  A list of supported addresses and interrupts for the
  354.            Everex adapters is contained in the SpeedLink manual.
  355.  
  356.         3.  Reboot your system
  357.  
  358.      NOTE:  Because of the multi-tasking nature of OS/2, make
  359.      sure that you have shut down all applications and closed
  360.      all files before rebooting your system.
  361.  
  362.  
  363. ************************************************************************
  364. NDIS Driver for BANYAN VINES                NDIS Driver for BANYAN VINES 
  365. NDIS Driver for BANYAN VINES                NDIS Driver for BANYAN VINES 
  366. NDIS Driver for BANYAN VINES                NDIS Driver for BANYAN VINES 
  367. ************************************************************************
  368.  
  369.   Installing NDIS Drivers for Banyan VINES DOS-based Workstations
  370.   ===============================================================
  371.  
  372.   Before the installation, refer to the VINES Network Installation Guide.
  373.  
  374.   In order to create a VINES workstation boot diskette perform the following
  375.   steps:
  376.  
  377.          1.  Obtain a new 3.5" or 5.25" diskette.
  378.          2.  Run the DOS format utility on the diskette and specify the /s
  379.              option. This will create a bootable DOS diskette. You must use
  380.              Version 3.01 of DOS or a later version.
  381.          3.  Logon to the VINES server from a workstation.
  382.          4.  Place the diskette formatted in step 2 in the A: drive of the 
  383.              VINES workstation.
  384.          5.  Run the VINES utility PCCOPY at the workstation.
  385.          6.  From the menu, select "PC CONFIG".
  386.          7.  From the menu, select "NDIS Ethernet".
  387.          8.  From the menu, select drive A:.
  388.          9.  Enter the REDIRECTOR menu and select REDIR3.EXE or REDIRALL.EXE.
  389.              The VINES software is now copied to your new boot disk.
  390.          10. Change to drive A: by typing "A:".
  391.          11. Start the configuration utility by typing "PCCONFIG".
  392.          12. Select INTERRUPT LEVEL to set the interrupt. The SpeedLink cards 
  393.              are set to IRQ 2/9 at the factory. To change the card setting, 
  394.              see the hardware installation manual.
  395.          13. Set the BASE ADDRESS. The Speedlink cards are set to IO address
  396.              360 at the factory. To change the card setting, see the hardware 
  397.              installation manual.
  398.          14. Save the settings by pressing F10.
  399.          15. Return to the main menu by pressing ESC.
  400.          16. Save the configuration by pressing F10.
  401.          17. The CONFIG.SYS on the boot diskette will need to be modified
  402.              so that the drivers will be installed on boot-up. Add the following
  403.              two lines to the CONFIG.SYS file:
  404.           
  405.                     DEVICE=PROTMAN.DOS
  406.                     DEVICE=EVX16.DOS
  407.  
  408.                          - OR -
  409.  
  410.                     DEVICE=PROTMAN.DOS
  411.                     DEVICE=EVX8.DOS
  412.  
  413.          18. The drivers from the Everex SpeedLink distribution disk now need
  414.              to be copied on to the boot disk. To create a directory for the 
  415.              drivers enter the following DOS command:
  416.  
  417.                     MKDIR A:\LANMAN
  418.  
  419.          19. Copy all files from the \MSLANMAN.DOS\DRIVERS\ETHERNET directory
  420.              on the Everex SpeedLink distribution diskette to the A:\LANMAN 
  421.              directory on the VINES boot diskette.
  422.  
  423.              Two files will be copied. For the SpeedLink/PC and PC TP the
  424.              files are EVX8.DOS and PROTOCOL.INI. For the SpeedLink/PC16 and
  425.              PC16 TP the files are EVX8.DOS and PROTOCOL.INI.
  426.  
  427.          20. Check the PROTOCOL.INI file to ensure that it matches the
  428.              hardware configuration selected in steps 12 and 13.
  429.  
  430.              EXAMPLE 1. PROTOCOL.INI for Speedlink/PC and PC TP
  431.              --------------------------------------------------
  432.  
  433.              ; protocol.ini for EVEREX 8 Bit SpeedLink Ethernet adapter card
  434.                  [EVX8_NIF]
  435.                  DRIVERNAME = EVX8$
  436.                  INTERRUPT = 2
  437.                  IOADDRESS = 0x360
  438.  
  439.              EXAMPLE 2. PROTOCOL.INI for Speedlink/PC16 and PC16 TP
  440.              ------------------------------------------------------
  441.  
  442.              ; protocol.ini for EVEREX 16 Bit SpeedLink Ethernet adapter card
  443.                  [EVX16_NIF]
  444.                  DRIVERNAME = EVX16$
  445.                  INTERRUPT = 9
  446.                  IOADDRESS = 0x360
  447.  
  448.           21. You now can connect to the VINES network by re-starting the 
  449.               new workstation with the new boot diskette in drive A:.
  450.  
  451.