e100.txt 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters
  2. ==============================================================
  3. November 17, 2004
  4. Contents
  5. ========
  6. - In This Release
  7. - Identifying Your Adapter
  8. - Driver Configuration Parameters
  9. - Additional Configurations
  10. - Support
  11. In This Release
  12. ===============
  13. This file describes the Linux* Base Driver for the Intel(R) PRO/100 Family of
  14. Adapters, version 3.3.x. This driver supports 2.4.x and 2.6.x kernels.
  15. Identifying Your Adapter
  16. ========================
  17. For more information on how to identify your adapter, go to the Adapter &
  18. Driver ID Guide at:
  19. http://support.intel.com/support/network/adapter/pro100/21397.htm
  20. For the latest Intel network drivers for Linux, refer to the following
  21. website. In the search field, enter your adapter name or type, or use the
  22. networking link on the left to search for your adapter:
  23. http://downloadfinder.intel.com/scripts-df/support_intel.asp
  24. Driver Configuration Parameters
  25. ===============================
  26. The default value for each parameter is generally the recommended setting,
  27. unless otherwise noted.
  28. Rx Descriptors: Number of receive descriptors. A receive descriptor is a data
  29. structure that describes a receive buffer and its attributes to the network
  30. controller. The data in the descriptor is used by the controller to write
  31. data from the controller to host memory. In the 3.0.x driver the valid
  32. range for this parameter is 64-256. The default value is 64. This parameter
  33. can be changed using the command
  34. ethtool -G eth? rx n, where n is the number of desired rx descriptors.
  35. Tx Descriptors: Number of transmit descriptors. A transmit descriptor is a
  36. data structure that describes a transmit buffer and its attributes to the
  37. network controller. The data in the descriptor is used by the controller to
  38. read data from the host memory to the controller. In the 3.0.x driver the
  39. valid range for this parameter is 64-256. The default value is 64. This
  40. parameter can be changed using the command
  41. ethtool -G eth? tx n, where n is the number of desired tx descriptors.
  42. Speed/Duplex: The driver auto-negotiates the link speed and duplex settings by
  43. default. Ethtool can be used as follows to force speed/duplex.
  44. ethtool -s eth? autoneg off speed {10|100} duplex {full|half}
  45. NOTE: setting the speed/duplex to incorrect values will cause the link to
  46. fail.
  47. Event Log Message Level: The driver uses the message level flag to log events
  48. to syslog. The message level can be set at driver load time. It can also be
  49. set using the command
  50. ethtool -s eth? msglvl n
  51. Additional Configurations
  52. =========================
  53. Configuring the Driver on Different Distributions
  54. -------------------------------------------------
  55. Configuring a network driver to load properly when the system is started is
  56. distribution dependent. Typically, the configuration process involves adding
  57. an alias line to /etc/modules.conf as well as editing other system startup
  58. scripts and/or configuration files. Many popular Linux distributions ship
  59. with tools to make these changes for you. To learn the proper way to
  60. configure a network device for your system, refer to your distribution
  61. documentation. If during this process you are asked for the driver or module
  62. name, the name for the Linux Base Driver for the Intel PRO/100 Family of
  63. Adapters is e100.
  64. As an example, if you install the e100 driver for two PRO/100 adapters
  65. (eth0 and eth1), add the following to modules.conf:
  66. alias eth0 e100
  67. alias eth1 e100
  68. Viewing Link Messages
  69. ---------------------
  70. In order to see link messages and other Intel driver information on your
  71. console, you must set the dmesg level up to six. This can be done by
  72. entering the following on the command line before loading the e100 driver:
  73. dmesg -n 8
  74. If you wish to see all messages issued by the driver, including debug
  75. messages, set the dmesg level to eight.
  76. NOTE: This setting is not saved across reboots.
  77. Ethtool
  78. -------
  79. The driver utilizes the ethtool interface for driver configuration and
  80. diagnostics, as well as displaying statistical information. Ethtool
  81. version 1.6 or later is required for this functionality.
  82. The latest release of ethtool can be found at:
  83. http://sf.net/projects/gkernel.
  84. NOTE: This driver uses mii support from the kernel. As a result, when
  85. there is no link, ethtool will report speed/duplex to be 10/half.
  86. NOTE: Ethtool 1.6 only supports a limited set of ethtool options. Support
  87. for a more complete ethtool feature set can be enabled by upgrading
  88. ethtool to ethtool-1.8.1.
  89. Enabling Wake on LAN* (WoL)
  90. ---------------------------
  91. WoL is provided through the Ethtool* utility. Ethtool is included with Red
  92. Hat* 8.0. For other Linux distributions, download and install Ethtool from
  93. the following website: http://sourceforge.net/projects/gkernel.
  94. For instructions on enabling WoL with Ethtool, refer to the Ethtool man
  95. page.
  96. WoL will be enabled on the system during the next shut down or reboot. For
  97. this driver version, in order to enable WoL, the e100 driver must be
  98. loaded when shutting down or rebooting the system.
  99. NAPI
  100. ----
  101. NAPI (Rx polling mode) is supported in the e100 driver.
  102. See www.cyberus.ca/~hadi/usenix-paper.tgz for more information on NAPI.
  103. Support
  104. =======
  105. For general information, go to the Intel support website at:
  106. http://support.intel.com
  107. If an issue is identified with the released source code on the supported
  108. kernel with a supported adapter, email the specific information related to
  109. the issue to linux.nics@intel.com.
  110. License
  111. =======
  112. This software program is released under the terms of a license agreement
  113. between you ('Licensee') and Intel. Do not use or load this software or any
  114. associated materials (collectively, the 'Software') until you have carefully
  115. read the full terms and conditions of the LICENSE located in this software
  116. package. By loading or using the Software, you agree to the terms of this
  117. Agreement. If you do not agree with the terms of this Agreement, do not
  118. install or use the Software.
  119. * Other names and brands may be claimed as the property of others.