         ͻ
                                                            
                    Universal 10/100VG LAN Adapter          
            (C) Copyright PDS, 1995. All Rights Reserved.   
                                                            
         ͼ


1) INSTALLATION GUIDE
=====================

Below are guidelines for installing the server driver, VG4ODI.LAN,
in a NetWare 4.1x environment.

The Netware v4.1x server INSTALL utility may be used to install the
server driver by using the VG4ODI.LDI installation file.
The installation procedures are outlined below.

1.  In the Netware v4.1x directory, run SERVER.EXE.

2.  At the NetWare prompt, run INSTALL.NLM by typing:

           : LOAD INSTALL <Enter>

3.  Select "Maintenance/Selective Install."

4.  Go to "LAN Driver Options."
    Press <Insert> to load a LAN driver not listed.

5.  Press <F3> to specify the directory path of the LAN
    driver (e.g. A:\NW4.1X).
    "Universal 10/100-VG4 LAN Adapter" will be displayed.
    Press <Enter> to select the driver to be copied into the
    system directory.

6.  A driver parameters configuration screen will be displayed.
    Select the appropriate values.

7.  Press <F10> to load the LAN driver.
    Press <ENTER> to use a given network number to bind ipx to the
    server driver.

    NOTE:
    Upon loading VG4ODI.LAN, two other modules will be loaded
    automatically: MSM.NLM and ETHERTSM.NLM.

8.  To install the server driver without loading it manually from the driver
    diskette each time the Netware server is started, follow the steps below.

       At the server console, edit the AUTOEXEC.NCF by typing:

                : LOAD INSTALL <Enter>

       Select "System Option" and "Edit AUTOEXEC.NCF file". Add these lines.

                LOAD VG4ODI
                BIND IPX VG4ODI NET=number

       Note that you may add additional command line options to use
       different cable and frame types.
       The server driver will now be loaded automatically when the server is
       started.

IMPORTANT: Ensure that you run VGCONFIG.EXE at least once to select the 
           proper cable type. The VGCONFIG.EXE can be found in the driver
           diskette.


2) COMMAND LINE OPTIONS
=======================
 
If you choose to load the server driver from the command line
instead of from the INSTALL.NLM program, then you may need to
specify command line options. Apart from the standard command
of FRAME, etc, the server driver provides additional command
line options.

    1. CABLE

       Valid cable types are : (1)   TPI (Twisted-pair)
                               (2)   VG (Voice graded for 100VG)
                               (3)   AUTO (for TPI and VG)

       This keyword is used to change the cable type of your adapter.
       If the cable type is not specified, the preset cable type on your
       adapter is effective.

       Example:

            LOAD A:\NW4.1X\VG4ODI CABLE AUTO

NOTE :
        The server driver will look for 10/100-VG4/EISA
        and then 10/100-VG4/ISA adapter respectively first. Once found,
        it will initialize the corresponding adapter.

        If you want to load other than the above sequence, the following
        keyword should be used:

        Use PORT keyword to select ISA adapter if there is ISA adapter
        in the system.
        Use SLOT keyword to select EISA adapter.

