Lines Matching +full:dual +full:- +full:link
9 - Overview
10 - Identifying Your Adapter
11 - Building and Installation
12 - Additional Features and Configurations
13 - Known Issues/Troubleshooting
14 - Support
15 - License
21 been developed for use with all community-supported versions of FreeBSD.
33 - The igb driver supports all 82575 and 82576-based gigabit network connections.
34 - The em driver supports all other gigabit network connections.
35 - Gigabit devices base on the Intel(R) Ethernet Controller X722 are supported by
59 # tar xzf em-x.x.x.tar.gz
61 This will create the em-x.x.x directory.
65 # cd em-x.x.x
66 # gzip -c em.4 > /usr/share/man/man4/em.4.gz
70 # cd em-x.x.x/src
86 # cd em-x.x.x/src
107 ------------------------------
109 between copper-based adapters and fiber-based adapters.
112 connections will attempt to auto-negotiate with its link partner to determine
113 the best setting. If the adapter cannot establish link with the link partner
114 using auto-negotiation, you may need to manually configure the adapter and link
115 partner to identical settings to establish link and pass packets. This should
116 only be needed when attempting to link with an older switch that does not
117 support auto-negotiation or one that has been forced to a specific speed or
118 duplex mode. Your link partner must match the setting you choose. 1 Gbps speeds
128 An Intel(R) Ethernet Network Adapter using fiber-based connections, however,
129 will not attempt to auto-negotiate with its link partner since those adapters
132 By default, the adapter auto-negotiates the speed and duplex of the connection.
138 # ifconfig emX <IP_address> media 100baseTX mediaopt full-duplex
140 NOTE: Only use mediaopt to set the driver to full-duplex. If mediaopt is not
142 half-duplex.
147 # ifconfig emX <IP_address> media 100baseTX -mediaopt full-duplex
152 ---------- -----------
153 autoselect Enables auto-negotiation for speed and duplex.
155 option to select full-duplex mode.
157 option to select full-duplex mode.
159 supports only full-duplex mode.
161 supports only full-duplex mode.
166 ------------
185 poor performance or loss of link.
199 Intel(R) PRO/1000 PT Dual Port Server Adapter
200 Intel(R) PRO/1000 PT Dual Port Network Connection
205 Intel(R) PRO/1000 PF Dual Port Server Adapter
210 Intel(R) 82566DM-2 Gigabit Network Connection
213 Intel(R) 82567LM-4 Gigabit Network Connection
214 Intel(R) 82567LM-3 Gigabit Network Connection
215 Intel(R) 82567LF-3 Gigabit Network Connection
219 - Intel(R) 82578DM Gigabit Network Connection
220 - Intel(R) 82577LM Gigabit Network Connection
221 - The following adapters do not support Jumbo Frames:
222 - Intel(R) PRO/1000 Gigabit Server Adapter
223 - Intel(R) PRO/1000 PM Network Connection
224 - Intel(R) 82562G 10/100 Network Connection
225 - Intel(R) 82562G-2 10/100 Network Connection
226 - Intel(R) 82562GT 10/100 Network Connection
227 - Intel(R) 82562GT-2 10/100 Network Connection
228 - Intel(R) 82562V 10/100 Network Connection
229 - Intel(R) 82562V-2 10/100 Network Connection
230 - Intel(R) 82566DC Gigabit Network Connection
231 - Intel(R) 82566DC-2 Gigabit Network Connection
232 - Intel(R) 82566DM Gigabit Network Connection
233 - Intel(R) 82566MC Gigabit Network Connection
234 - Intel(R) 82566MM Gigabit Network Connection
235 - Intel(R) 82567V-3 Gigabit Network Connection
236 - Intel(R) 82577LC Gigabit Network Connection
237 - Intel(R) 82578DC Gigabit Network Connection
238 - Jumbo Frames cannot be configured on an 82579-based Network device if
243 -----
267 -------
269 - Device Polling is only valid for non-SMP kernels.
270 - The driver has to be built into the kernel for Device Polling to be
282 ifconfig emX -polling (to turn it off)
286 ----------------
302 # ifconfig emX -rxcsum
315 ---
322 NOTE: By default only PCI-Express adapters are ENABLED to do TSO. Others can be
324 82544-based adapters, as well as older adapters.
334 # ifconfig em<interface_num> -tso
341 tso|-tso in the above command with tso4 or tso6. For example, to disable
344 # ifconfig em<interface_num> -tso4
348 # ifconfig em<interface_num> -tso6
351 MSI-X
352 -----
353 MSI or MSI-X can be turned off by an entry in /etc/sysctl.conf
364 -------------------------------------------
376 ----------------------------------------------------------------------------
379 82541/82547 can't link or is slow to link with some link partners
380 -----------------------------------------------------------------
381 There is a known compatibility issue where time to link is slow or link is not
384 Planex FXG-08TE
385 I-O Data ETG-SH8
407 cd em-x.x.x
424 Copyright(c) 1999-2019 Intel Corporation.