home *** CD-ROM | disk | FTP | other *** search
/ Tiny System Restore Pack / RESTORE.iso / DRIVERS / NETWORK / E100B / INFO / GENERAL / DUPLEX.TXT < prev    next >
Encoding:
Text File  |  1996-05-03  |  4.5 KB  |  152 lines

  1.    Duplex support
  2.                                                             v1.09
  3.  
  4. EtherExpress(TM) PRO/100B - TX and T4 Adapters
  5. ===============================================================
  6.  
  7. Duplexing is a performance option that lets you choose how the
  8. adapter sends and receives packets over the network.
  9.  
  10. PRO/100B TX adapter duplex choices:
  11. -----------------------------------
  12.  
  13.    Auto (TX adapter only). The TX adapter negotiates with the
  14.    full duplex switching hub to send and receive packets at the
  15.    highest rate. The hub must support auto-negotiation. If the
  16.    hub does not support auto-negotiation, the adapter defaults to
  17.    half duplex.
  18.  
  19.    Full duplex (requires full-duplex switching hub). The adapter
  20.    sends and receives packets simultaneously by using a different
  21.    wire to perform each function. This feature can improve
  22.    adapter performance by eliminating collisions. Note that the
  23.    PRO/100 T4 adapter supports full duplex at 10 Mbps only.
  24.  
  25.    Half duplex. The adapter performs one operation at a time
  26.    (because send and receive lines are shared); it either sends
  27.    or receives.
  28.  
  29. PRO/100B T4 adapter duplex choices:
  30. -----------------------------------
  31.  
  32.    Full duplex (requires 10 Mpbs 10BASE-T full-duplex switching
  33.    hub). The T4 adapter sends and receives packets simultaneously
  34.    by using a different wire to perform each function. This
  35.    feature can improve adapter performance by eliminating
  36.    collisions. Note that the PRO/100 T4 adapter supports full
  37.    duplex at 10 Mbps only, and requires a 10BASE-T switching hub.
  38.  
  39.    Half duplex. The adapter performs one operation at a time
  40.    (because send and receive lines are shared); it either sends
  41.    or receives.
  42.  
  43. Warning:  Incorrectly forcing a specific duplex mode may result
  44. in poor performance. Consult your LAN administrator before
  45. forcing a duplex mode or if you don't know what kind of hub
  46. you're attached to.
  47.  
  48. Full duplex mode is available using the following configurations:
  49.  
  50. - EtherExpress PRO/100B TX adapter (10 or 100 Mbps w/ 100BASE-TX
  51. hub)
  52.  
  53. - EtherExpress PRO/100B T4 adapter (10 Mbps only w/ 10BASE-T hub)
  54.  
  55.  
  56. Configuring for full-duplex
  57. ===========================
  58.  
  59. PRO/100B TX adapter: if you have an auto-negotiating hub (an
  60. NWay* hub), the Intel PRO/100B PCI TX adapter will automatically
  61. match the duplex setting at the hub. If you don't have an auto-
  62. negotiating hub, you'll need to manually configure the adapter
  63. for full duplex support.
  64.  
  65. PRO/100B T4 adapter: the T4 adapter does not support auto-
  66. negotiation.
  67.  
  68. PRO/100B TX and T4: configuration is specific to the driver
  69. you're loading for your network operating system (NOS). See the
  70. sections for your NOS below.
  71.  
  72. Note: If you're using the EtherExpress PRO/100B TX or T4 adapter,
  73.       you must set the Speed when configuring for full-duplex
  74.       support. Don't leave the Speed set to Auto.
  75.  
  76. To set up the duplex mode, refer to the section below that
  77. corresponds to your operating system. For example, if you are
  78. running Windows NT on a Novell network, choose the Windows NT
  79. method below.
  80.  
  81. Note that performance may suffer if your hub is not full duplex
  82. and you configure the adapter to full duplex. Leave the adapter
  83. on half duplex if you are not sure what type of hub you are
  84. connected to.
  85.  
  86.  
  87. DOS/ODI clients
  88. ---------------
  89.  
  90. Edit the NET.CFG file. Add the SPEED and FORCEDUPLEX parameters
  91. under the link driver section. For example
  92.    
  93.    Link Driver E100BODI
  94.        SPEED 100 (or 10 for 10 Mbps operation)
  95.        FORCEDUPLEX 2
  96.  
  97.  
  98. Windows* NT
  99. ------------
  100.  
  101. Use the PRO Adapter setup program:
  102.  
  103. 1  Double-click the PROSet icon in the Control Panel.
  104.  
  105. 2  Click Change.
  106.  
  107. 3  Set Speed on PRO/100 TX to 10 or 100. On PRO/100 T4 adapter,
  108.    set to 10.
  109.  
  110. 4  Set Duplex Mode to Full.
  111.  
  112. 5  Click OK until prompted to restart. Restart Windows NT.
  113.  
  114.  
  115.  
  116.  
  117. Windows 95
  118. ----------
  119.  
  120. Use the PRO Adapter setup program:
  121.  
  122. 1  Double-click the PROSet icon in the Control Panel.
  123.  
  124. 2  Click Change.
  125.  
  126. 3  Set Speed on PRO/100 TX to 10 or 100. On PRO/100 T4 adapter,
  127.    set to 10.
  128.  
  129. 4  Set Duplex Mode to Full.
  130.  
  131. 5  Click OK until prompted to restart. Restart Windows 95.
  132.  
  133.  
  134.  
  135.  
  136. Other NDIS 2.x based clients
  137. ----------------------------
  138.  
  139. Edit the PROTOCOL.INI file. Add the FORCEDUPLEX and SPEED
  140. parameters to the E100B section. For example:
  141.    
  142.    [E100B_NIF]          ; varies depending on your NOS
  143.    SPEED = 100          ; or 10 for 10 Mbps operation
  144.    FORCEDUPLEX = 2
  145.  
  146.  
  147.  
  148. *  Third-party trademarks are the property of their respective
  149.    owners.
  150.  
  151.  
  152.