Lines Matching refs:the

1 Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters
21 This file describes the Linux* Base Driver for the Intel(R) PRO/100 Family of
24 For questions related to hardware requirements, refer to the documentation
32 Channel Bonding documentation can be found in the Linux kernel source:
39 For more information on how to identify your adapter, go to the Adapter &
44 For the latest Intel network drivers for Linux, refer to the following
45 website. In the search field, enter your adapter name or type, or use the
46 networking link on the left to search for your adapter:
53 The default value for each parameter is generally the recommended setting,
57 structure that describes a receive buffer and its attributes to the network
58 controller. The data in the descriptor is used by the controller to write
59 data from the controller to host memory. In the 3.x.x driver the valid range
61 changed using the command:
63 ethtool -G eth? rx n, where n is the number of desired rx descriptors.
66 structure that describes a transmit buffer and its attributes to the network
67 controller. The data in the descriptor is used by the controller to read
68 data from the host memory to the controller. In the 3.x.x driver the valid
70 can be changed using the command:
72 ethtool -G eth? tx n, where n is the number of desired tx descriptors.
74 Speed/Duplex: The driver auto-negotiates the link speed and duplex settings by
79 NOTE: setting the speed/duplex to incorrect values will cause the link to
82 Event Log Message Level: The driver uses the message level flag to log events
84 set using the command:
92 Configuring the Driver on Different Distributions
95 Configuring a network driver to load properly when the system is started is
96 distribution dependent. Typically, the configuration process involves adding
99 distributions ship with tools to make these changes for you. To learn the
101 distribution documentation. If during this process you are asked for the
102 driver or module name, the name for the Linux Base Driver for the Intel
105 As an example, if you install the e100 driver for two PRO/100 adapters
106 (eth0 and eth1), add the following to a configuration file in /etc/modprobe.d/
114 console, you must set the dmesg level up to six. This can be done by
115 entering the following on the command line before loading the e100 driver:
119 If you wish to see all messages issued by the driver, including debug
120 messages, set the dmesg level to eight.
128 The driver utilizes the ethtool interface for driver configuration and
137 WoL is provided through the ethtool* utility. For instructions on enabling
138 WoL with ethtool, refer to the ethtool man page.
140 WoL will be enabled on the system during the next shut down or reboot. For
141 this driver version, in order to enable WoL, the e100 driver must be
142 loaded when shutting down or rebooting the system.
147 NAPI (Rx polling mode) is supported in the e100 driver.
154 Due to the default ARP behavior on Linux, it is not possible to have
155 one system on two IP networks in the same Ethernet broadcast domain
157 will respond to IP traffic for any IP address assigned to the system.
166 (2) installing the interfaces in separate broadcast domains (either
173 For general information, go to the Intel support website at:
177 or the Intel Wired Networking project hosted by Sourceforge at:
181 If an issue is identified with the released source code on the supported
182 kernel with a supported adapter, email the specific information related to the