
Installing the eeE Driver for UnixWare 2.x 
==========================================

To install the eeE driver for UnixWare 2.x:
     
1. Copy the eee*.pkg file into any directory on the 
   UnixWare system, such as in the /tmp directory.
     
2. Make sure no other users are logged on and all user applications
   are closed.
     
3. If there is an older version of the eeE driver on the system, 
   remove it by typing 'pkgrm eeE'. (You can find the driver version
   by typing 'pkginfo -l eeE'.)
   
4. Install the new driver using 'pkgadd'. For example:
     
        # pkgadd -d /tmp/eee*.pkg
     
   The install program will prompt you for the number of interfaces to 
   be configured. If you have only one network adapter in the system, 
   choose eeE0. If you have two, choose eeE0 and eeE1.
     
   The install program will then prompt you for the TCP/IP parameters 
   for the interfaces. Enter the appropriate values. The script adds 
   the required entries to the system configuration files.
     
5. The install program then relinks the UnixWare kernel and reboots the 
   system.
     
     
NOTE: The adapter automatically detects the link speed and duplex mode. 
If you want to force any of these settings, you should edit the file 
/etc/conf/pack.d/eeE/space.c. You can modify the variable 
eeE_speed_duplex to force speed or duplex settings. (The space.c file 
has the values for setting this variable). After modifying the file,
save it, rebuild the Unix kernel using 'idbuild' and reboot the system.

CAUTION: These changes should be made by an expert Unix system user
only.
