*****************************************************************************
*                                                                           *
*                      32-Bit PCI Fast Ethernet Adapter                     *
*                                                                           *
*                      Device Driver for SCO UNIXWARE 7                     *
*                                                                           *
*****************************************************************************

Installation:
=============

  1. Plug 32-Bit PCI Fast Ethernet Adapter into one of the PCI slots.

  2. Boot the UnixWare 7 system and Login as root user.

  3. Put network driver diskette to floppy A: and use doscp command
     to copy the driver "rtspkg.Z".

       # mkdir temp
       # cd /temp
       # doscp a:/unixware.7/rtspkg.Z ./rtspkg.Z

  4. Run 'uncompress' and 'tar' utility to extract the driver.

       # uncompress rtspkg
       # tar -xvf rtspkg

  5. Add the package to the system using "pkgadd" command as follows: 

       # pkgadd -d /temp/pkg

         => Select "1 RTL813x" to add the driver package to the system.
         => quit

  6. Use netcfg utility to add LAN adapter.

       # netcfg

  7. To add adapters, select "Add new LAN adapter" from "Hardware".
     Select the "32-Bit PCI Fast Ethernet Adapter" and press "Continue".

  8. Select the TCP/IP protocol and "add" it to the system.

  9. Enter the "domain", "Host Name", "IP address" and "Netmask"

 10. The network configuration utility now configures the driver and binds
     it to upper layers of dlpi.

 11. Reboot unix.

         # cd /
         # shutdown -y -g0

 NOTE: 1. If you want to install more than one network adapter, you
          should do from the 6th steps above for each network card
          separately.
       2. This driver can support up to four network adapters.

----
All trademarks or brand names mentioned are properties
of their respective companies.

