skfp.txt 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. (C)Copyright 1998-2000 SysKonnect,
  2. ===========================================================================
  3. skfp.txt created 11-May-2000
  4. Readme File for skfp.o v2.06
  5. This file contains
  6. (1) OVERVIEW
  7. (2) SUPPORTED ADAPTERS
  8. (3) GENERAL INFORMATION
  9. (4) INSTALLATION
  10. (5) INCLUSION OF THE ADAPTER IN SYSTEM START
  11. (6) TROUBLESHOOTING
  12. (7) FUNCTION OF THE ADAPTER LEDS
  13. (8) HISTORY
  14. ===========================================================================
  15. (1) OVERVIEW
  16. ============
  17. This README explains how to use the driver 'skfp' for Linux with your
  18. network adapter.
  19. Chapter 2: Contains a list of all network adapters that are supported by
  20. this driver.
  21. Chapter 3: Gives some general information.
  22. Chapter 4: Describes common problems and solutions.
  23. Chapter 5: Shows the changed functionality of the adapter LEDs.
  24. Chapter 6: History of development.
  25. ***
  26. (2) SUPPORTED ADAPTERS
  27. ======================
  28. The network driver 'skfp' supports the following network adapters:
  29. SysKonnect adapters:
  30. - SK-5521 (SK-NET FDDI-UP)
  31. - SK-5522 (SK-NET FDDI-UP DAS)
  32. - SK-5541 (SK-NET FDDI-FP)
  33. - SK-5543 (SK-NET FDDI-LP)
  34. - SK-5544 (SK-NET FDDI-LP DAS)
  35. - SK-5821 (SK-NET FDDI-UP64)
  36. - SK-5822 (SK-NET FDDI-UP64 DAS)
  37. - SK-5841 (SK-NET FDDI-FP64)
  38. - SK-5843 (SK-NET FDDI-LP64)
  39. - SK-5844 (SK-NET FDDI-LP64 DAS)
  40. Compaq adapters (not tested):
  41. - Netelligent 100 FDDI DAS Fibre SC
  42. - Netelligent 100 FDDI SAS Fibre SC
  43. - Netelligent 100 FDDI DAS UTP
  44. - Netelligent 100 FDDI SAS UTP
  45. - Netelligent 100 FDDI SAS Fibre MIC
  46. ***
  47. (3) GENERAL INFORMATION
  48. =======================
  49. From v2.01 on, the driver is integrated in the linux kernel sources.
  50. Therefore, the installation is the same as for any other adapter
  51. supported by the kernel.
  52. Refer to the manual of your distribution about the installation
  53. of network adapters.
  54. Makes my life much easier :-)
  55. ***
  56. (4) TROUBLESHOOTING
  57. ===================
  58. If you run into problems during installation, check those items:
  59. Problem: The FDDI adapter cannot be found by the driver.
  60. Reason: Look in /proc/pci for the following entry:
  61. 'FDDI network controller: SysKonnect SK-FDDI-PCI ...'
  62. If this entry exists, then the FDDI adapter has been
  63. found by the system and should be able to be used.
  64. If this entry does not exist or if the file '/proc/pci'
  65. is not there, then you may have a hardware problem or PCI
  66. support may not be enabled in your kernel.
  67. The adapter can be checked using the diagnostic program
  68. which is available from the SysKonnect web site:
  69. www.syskonnect.de
  70. Some COMPAQ machines have a problem with PCI under
  71. Linux. This is described in the 'PCI howto' document
  72. (included in some distributions or available from the
  73. www, e.g. at 'www.linux.org') and no workaround is available.
  74. Problem: You want to use your computer as a router between
  75. multiple IP subnetworks (using multiple adapters), but
  76. you cannot reach computers in other subnetworks.
  77. Reason: Either the router's kernel is not configured for IP
  78. forwarding or there is a problem with the routing table
  79. and gateway configuration in at least one of the
  80. computers.
  81. If your problem is not listed here, please contact our
  82. technical support for help.
  83. You can send email to:
  84. linux@syskonnect.de
  85. When contacting our technical support,
  86. please ensure that the following information is available:
  87. - System Manufacturer and Model
  88. - Boards in your system
  89. - Distribution
  90. - Kernel version
  91. ***
  92. (5) FUNCTION OF THE ADAPTER LEDS
  93. ================================
  94. The functionality of the LED's on the FDDI network adapters was
  95. changed in SMT version v2.82. With this new SMT version, the yellow
  96. LED works as a ring operational indicator. An active yellow LED
  97. indicates that the ring is down. The green LED on the adapter now
  98. works as a link indicator where an active GREEN LED indicates that
  99. the respective port has a physical connection.
  100. With versions of SMT prior to v2.82 a ring up was indicated if the
  101. yellow LED was off while the green LED(s) showed the connection
  102. status of the adapter. During a ring down the green LED was off and
  103. the yellow LED was on.
  104. All implementations indicate that a driver is not loaded if
  105. all LEDs are off.
  106. ***
  107. (6) HISTORY
  108. ===========
  109. v2.06 (20000511) (In-Kernel version)
  110. New features:
  111. - 64 bit support
  112. - new pci dma interface
  113. - in kernel 2.3.99
  114. v2.05 (20000217) (In-Kernel version)
  115. New features:
  116. - Changes for 2.3.45 kernel
  117. v2.04 (20000207) (Standalone version)
  118. New features:
  119. - Added rx/tx byte counter
  120. v2.03 (20000111) (Standalone version)
  121. Problems fixed:
  122. - Fixed printk statements from v2.02
  123. v2.02 (991215) (Standalone version)
  124. Problems fixed:
  125. - Removed unnecessary output
  126. - Fixed path for "printver.sh" in makefile
  127. v2.01 (991122) (In-Kernel version)
  128. New features:
  129. - Integration in Linux kernel sources
  130. - Support for memory mapped I/O.
  131. v2.00 (991112)
  132. New features:
  133. - Full source released under GPL
  134. v1.05 (991023)
  135. Problems fixed:
  136. - Compilation with kernel version 2.2.13 failed
  137. v1.04 (990427)
  138. Changes:
  139. - New SMT module included, changing LED functionality
  140. Problems fixed:
  141. - Synchronization on SMP machines was buggy
  142. v1.03 (990325)
  143. Problems fixed:
  144. - Interrupt routing on SMP machines could be incorrect
  145. v1.02 (990310)
  146. New features:
  147. - Support for kernel versions 2.2.x added
  148. - Kernel patch instead of private duplicate of kernel functions
  149. v1.01 (980812)
  150. Problems fixed:
  151. Connection hangup with telnet
  152. Slow telnet connection
  153. v1.00 beta 01 (980507)
  154. New features:
  155. None.
  156. Problems fixed:
  157. None.
  158. Known limitations:
  159. - tar archive instead of standard package format (rpm).
  160. - FDDI statistic is empty.
  161. - not tested with 2.1.xx kernels
  162. - integration in kernel not tested
  163. - not tested simultaneously with FDDI adapters from other vendors.
  164. - only X86 processors supported.
  165. - SBA (Synchronous Bandwidth Allocator) parameters can
  166. not be configured.
  167. - does not work on some COMPAQ machines. See the PCI howto
  168. document for details about this problem.
  169. - data corruption with kernel versions below 2.0.33.
  170. *** End of information file ***