   Ŀ
                    Installation for Windows for Workgroups                
   


   A. Automatic installation using the Network Setup Program

      1. Select the Control Panel icon.

      2. Select the Network Program.

      3. Select <Adapter> option.

      4. Select <Remove> to remove the old adapter.

      5. Select <Add> to add the Pnp Ethernet Card with UM9008 adapter.

      6. Inserts the driver diskette to drive A:.

      7. Select <Unlisted or Updated Network Adapter> and follow
         the Windows for Workgroups instructions, installing the
         driver from A:\NDIS2.

   B. Manual Installation for Windows for Workgroups. (Not recommended if
      you are using Windows for Workgroups 3.11)

      1. Preinstall WFW using the included Novell NE2000 compatible driver.
         WFW will generate a default PROTOCOL.INI and CONFIG.SYS file using
         the selected NE2000 network driver.

      2. You must modify the generated PROTOCOL.INI and CONFIG.SYS files
         using any text editor. (i.e. MSDOS EDIT)

         --------- modify PROTOCOL.INI ----------

      3. The PROTOCOL.INI file will have multiple references to the
         "ms$ne2clone" name.  Change all occurences of this name to "UM9008".
         In a standard PROTOCOL.INI, there should be a total of 7 replacements.

         There would be 4 replacements in the [network.setup] section.
         Please take note of the following lines in [network.setup] section,

              netcard=...
              lana0=...
              lana1=...

         There will be a [ms$ne2clone] section.  This should also be changed
         to [UM9008].

         In both [MS$NETBEUI] and [MS$IPX] sections, there will be a

              BINDINGS=

         command line.  The BINDINGS command must be bound to "UM9008".


      4. There will also be a reference to "ms2000$" in the [UM9008] section
         which needs to be changed to the UM9008$.

         The succeeding pages include working sample of CONFIG.SYS and
         PROTOCOL.INI files for WFW using Pnp Ethernet adapter.


         --------- modify CONFIG.SYS ----------


      5. Your CONFIG.SYS will have the following statement for loading the
         "NE2000.DOS" device driver.

              DEVICE=C:\WINDOWS\NE2000.DOS

         Change this line to load the UM9008 NDIS device driver :

              DEVICE=C:\WINDOWS\UM9008.DOS



   C. UM9008 NDIS PROTOCOL.INI User Guide

      This guide lists the available PROTOCOL.INI keywords for UM9008
      NDIS device drivers.  Most of the keywords are optional and have
      default values.

          IOBASE    - This keyword specifies the base I/O port address used
                      by the UM9008.

          INTERRUPT - This keyword specifies the interrupt line used by the
                      UM9008.

          DRIVERNAME- This keyword specifies the NIC driver's name.  The NIC
                      driver name follows the NIC adapter type. (i.e. UM9008)

          ADAPTERID - This keyword specifies the adapter ID used by UM9008.


   D. Working samples of WFW CONFIG.SYS and PROTOCOL.INI

      CONFIG.SYS (using UM9008)
      ------------------------------------
           :
      device=c:\windows\himem.sys
      device=c:\windows\protman.dos /i:c:\windows
      device=c:\windows\workgrp.sys
      device=c:\windows\msipx.sys
      device=c:\windows\UM9008.DOS         < UM9008 NDIS driver.
           :

      AUTOEXEC.BAT
      ------------
           :
      c:\windows\net start
      c:\windows\msipx
      c:\windows\netx
           :

      C:\WINDOWS\PROTOCOL.INI (using UM9008)
      -------------------------------------------------
      [network.setup]
      version=0x3100
      netcard=UM9008,1,UM9008              <Ŀ
      transport=ms$netbeui,MS$NETBEUI                Use UM9008
      lana0=UM9008,1,ms$netbeui            < for Netbios and
      transport=ms$ipx,MS$IPX                        IPX.
      lana1=UM9008,ms$ipx                  <

      [protman]
      DriverName=PROTMAN$
      PRIORITY=MS$NETBEUI

      [UM9008]                             <Ŀ
      DriverName=UM9008$                            This section for
      ;INTERRUPT=5                                   UM9008.
      ;IOBASE   =0x300                     <

      [MS$NETBEUI]
      DriverName=netbeui$
      SESSIONS=5
      NCBS=10
      BINDINGS=UM9008                      <Ŀ
      LANABASE=0                                   
                                                   
      [MS$IPX]                                      Bind to [UM9008].
      DriverName=IPX$                              
      MediaType=Novell/Ethernet                    
      BINDINGS=UM9008                      <

