home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DEFPA281 / SCO / README.TXT < prev   
Text File  |  1996-11-04  |  4KB  |  124 lines

  1. ----------------------------------------------------------------------------
  2.          Installing FDDI Device Drivers on SCO Operating Systems
  3. ----------------------------------------------------------------------------
  4.  
  5. This directory contains the following files:
  6.  
  7. README.TXT   - This file.
  8. CUSTOM.DST   - Driver installation file used by SCO OpenServer 5.0.
  9. FXSCOLLI.TAZ - Driver installation file used by SCO UNIX/Open Desktop
  10.  
  11.  
  12.  
  13. Section 1  INSTALLING THE FDDI DEVICE DRIVER ON SCO OPEN SERVER
  14. ---------------------------------------------------------------
  15.  
  16. Driver Revision:     v3.2.0a
  17. Specification Revision:    MDI Version 1.0
  18.  
  19. Software Requirements:
  20.  
  21.     SCO OpenServer v5.0.2
  22.     SCO Advanced Hardware Supplement v5.2.0
  23.  
  24. Hardware Requirements:
  25.  
  26.     One or more (up to 8) of the following adapters -
  27.  
  28.         DEC FDDIcontroller/EISA (All models and revisions)
  29.         DEC FDDIcontroller/PCI  (All models and revisions)
  30.  
  31. To install the driver off floppy:
  32.  
  33.     1. Make sure this floppy is in drive.
  34.     2. Run custom(ADM) utility and select "Software", 
  35.        followed by "Install New...".
  36.     3. When prompted, select the local host machine to
  37.        install from.
  38.     4. When prompted, select Floppy Disk Drive 0 as the
  39.        media device.
  40.     5. When prompted for installation preference, select
  41.        "Full".
  42.  
  43. The driver files will be copied and installed on your system.
  44. Select "Host" followed by "Exit" to leave the utility.
  45.  
  46.  
  47. To add adapter hardware:
  48.  
  49.     1. Be sure that driver is already installed.
  50.     2. Run netconfig(ADM) utility and select "Hardware",
  51.        followed by "Add new LAN adapter".
  52.     3. When prompted, select the Digital FDDI controller to
  53.        install.
  54.     4. When prompted, select the networking product (protocol
  55.        stack) to add to the adapter.
  56.     5. Configure the networking product as needed.  If
  57.            configuring TCP/IP, you must select "Advanced Options..."
  58.            from the SCO TCP/IP Configuration menu, then change
  59.            the Frame Format from Ethernet-II to 802.n.
  60.     6. Select "OK" to leave the networking product configuration
  61.        menu and return to the main menu.
  62.     7. Select the Digital FDDI controller you just configured, then
  63.        select "Hardware" followed by "Modify hardware configuration".
  64.     8. When the Network Driver Configuration menu appears, select
  65.        "Advanced Options...".
  66.     9. Change the Source Routing Support keyword from "auto" to "none".
  67.        This will disable source routing and allow your networking
  68.        protocol to function properly.
  69.        10. Select "OK" to leave the network driver configuration menu and
  70.        return to the main menu.
  71.        11. Select "Hardware" followed by "Exit" to leave the utility.  When
  72.        prompted, relink the kernel, then reboot the system to load the
  73.        new driver.
  74.  
  75.  
  76.  
  77. Section 2  INSTALLING THE FDDI DEVICE DRIVER ON SCO UNIX/OPEN DESKTOP
  78. ---------------------------------------------------------------------
  79.  
  80. Driver Revision:     v2.0.0a
  81. Specification Revision:    LLI Version 3.1 Revision 2
  82.  
  83. Software Requirements:
  84.  
  85.     SCO UNIX System V/386 Release 3.2v4.2, or later
  86.     SCO Open Desktop 3.0
  87.  
  88. Hardware Requirements:
  89.  
  90.     One or more (up to 8) of the following adapters -
  91.  
  92.         DEC FDDIcontroller/EISA (All models and revisions)
  93.         DEC FDDIcontroller/PCI  (All models and revisions)
  94.  
  95. To install the driver off floppy:
  96.  
  97.     1. Make sure this floppy is in drive.
  98.     2. Copy the A:\SCO\FXSCOLLI.TAZ file to the UNIX partition using
  99.            the doscp(C) command or DOS Merge.  Rename, uncompress, and
  100.            extract the file to a UNIX formatted 3 1/2" floppy using the
  101.            following commands:
  102.  
  103.         # mv FXSCOLLI.TAZ fxscolli.tar.Z
  104.         # uncompress fxscolli.tar.Z
  105.         # dd if=fxscolli.tar of=/dev/rfd0135ds18 bs=18k
  106.  
  107.     3. Run the custom(ADM) utility to install the driver off the newly
  108.        created UNIX driver floppy.
  109.     4. Run the netconfig(ADM) utility for each adapter to be configured
  110.        into the system.
  111.  
  112. To extract driver release notes:
  113.  
  114. Enter the following commands to extract the driver release notes from 
  115. the UNIX formatted floppy and display them:
  116.  
  117.     # cd /
  118.     # tar xvf /dev/rfd0 ./usr/lib/dfx/rel_inst.notes
  119.     # cd /usr/lib/dfx
  120.     # more rel_inst.notes
  121.  
  122. The driver release notes file contains additional installation and
  123. configuration information for this driver.
  124.