
                                                               Dec. 1995

            SCO UNIX V.3 (TCP/IP V1.2X) Driver Installation
                   for Ether PCI Ethernet Card
          ====================================================

* Installation for multi-cards *
This installation is for Ether 10/100M PCI drivers of SCO UNIX (Runtime
v3.2.4x) with TCP/IP v.1.2 .

  1). It is allowed to install 4 NICs.

  2). Support gateway function. ( routing function )

  3). Statistic function is added when the following command is executed:
      # netatat -i

  Name     Mtu   Network   Address   Ipkts  Ierrs Opkts   Oerrs Collis

  ethpci0  1500  168.8     unix      556     0     890     0     0
  lo0      2048  170.23    localhost 180     0     180     0     0

*********************
* Install Procedure *
*********************

The following files will be used in this installation:

Files          Contents
-----------    ---------------------------------------------------
driver.o       Ether PCI Driver Program
dcespace.h     Used by Driver.o
setup          Ether PCI software setup program
info           Used by netconfig
init           Used by netconfig
master         Used by netconfig
node           Used by netconfig
reconf         Used by netconfig
remove         Used by netconfig
space.c        Used by netconfig
system         Used by netconfig


1. Login as root user. (On maintenance mode)

2. Copy SETUPDCE file.

        doscp a:/scounix/setupdce .
        chmod +x setupdce

   And Execute SETUPDCE

        ./setupdce a:/scounix

   Then the files which needed when installation will be copied
   to the right place automatically.

3. #netconfig
   Avaiable options:

       1) Add a chain
       2) Remove a chain
       3) Reconfigure an element in a chain
       4) Quit                                          Select 1. Add a chain

4. Select top level of chain to Add or q to quit:       1. sco_tcp
                                                        (SCO TCP/IP for UNIX)

5. Select next level of chain to Add or q to quit:      Ether PCI Ethernet
                                                        Adapter, board 0

6. Add chain sco_tcp -> ethpci0 (y/n)                   type 'y'

   ***************************************************
   *Note:                                            *
   *   Add chain sco_tcp  -> ethpci0 unit 0 (y/n)    *
   *                     :                           *
   *   Add chain sco_tcp  -> ethpci3 unit 3 (y/n)    *
   *   It depends on card number.                    *
   ***************************************************

Please choose the line speed that you want............

  0. Use default value.
  1. 10 MB/sec mode.
  2. 100 MB/sec mode.
  3. Automatic detection between 10 MB/sec and 100 MB/sec mode.

  Enter number of line speed selection (0 1 2 3) [0] or 'q' to quit

                                                        value

7. If you select 100MB/sec for line speed selection.

Do you want to use point to point full duplex mode? (y/n) [n] or 'q' to quit:

                                                        y/n

   else select media type.

Please choose the media mode that you want...............

  0. Use default value.
  1. Point to point full duplex twisted pair connection.
  2. AUI connection.
  3. BNC connection.
  4. Twisted pair connection.
  5. Automatic detection between TP BNC and AUI.
  6. Twisted pair connection with linkfail test ignore & set polarity plus.

  Enter number of media mode selection (0 1 2 3 4 5 6) [0]

                                                        value

8. Enter the internet Address of this interface         n.n.n.n

9. Enter the netmask for this interface                 (default 255.255.255.0)

10. Does the interface use a broadcast address of all 1's (y/n)  default : y

11. Enter the boardcast address for this interface       default: n.n.n.n

12. Are these values correct ? (y/n)                    y

13. XX Pseudo ttys are currently configured, do you want to:

       1) Add Pseudo ttys
       2) Remove Pseudo ttys
       Select an option or enter q to quit [q]          q

14.Available options:

       1) Add a chain
       2) Remove a chain
       3) Reconfigure a element in a chain
       q. Quit                                          Select option: q

15. Do you want to relink to kernel now ?               y

16. Do you want this kernel to boot by default (y/n)    y

17. Do you want the kernel environment rebuilt (y/n)    y

18. Reboot unix

        # shutdown -y -g0

