Guest User

Untitled

a guest
Sep 20th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. # pwmconfig revision 5857 (2010-08-22)
  2. This program will search your sensors for pulse width modulation (pwm)
  3. controls, and test each one to see if it controls a fan on
  4. your motherboard. Note that many motherboards do not have pwm
  5. circuitry installed, even if your sensor chip supports pwm.
  6.  
  7. We will attempt to briefly stop each fan using the pwm controls.
  8. The program will attempt to restore each fan to full speed
  9. after testing. However, it is ** very important ** that you
  10. physically verify that the fans have been to full speed
  11. after the program has completed.
  12.  
  13. Found the following devices:
  14. hwmon0 is atk0110
  15. hwmon1/device is k8temp
  16. hwmon2/device is it8712
  17.  
  18. Found the following PWM controls:
  19. hwmon2/device/pwm1
  20. hwmon2/device/pwm2
  21. hwmon2/device/pwm3
  22.  
  23. Giving the fans some time to reach full speed...
  24. Found the following fan sensors:
  25. hwmon0/fan1_input current speed: 1979 RPM
  26. hwmon0/fan2_input current speed: 0 ... skipping!
  27. hwmon2/device/fan1_input current speed: 1979 RPM
  28. hwmon2/device/fan2_input current speed: 0 ... skipping!
  29. hwmon2/device/fan3_input current speed: 0 ... skipping!
  30.  
  31. Warning!!! This program will stop your fans, one at a time,
  32. for approximately 5 seconds each!!!
  33. This may cause your processor temperature to rise!!!
  34. If you do not want to do this hit control-C now!!!
  35. Hit return to continue:
  36.  
  37. Testing pwm control hwmon2/device/pwm1 ...
  38. hwmon0/fan1_input ... speed was 1979 now 744
  39. It appears that fan hwmon0/fan1_input
  40. is controlled by pwm hwmon2/device/pwm1
  41. Would you like to generate a detailed correlation (y)? y
  42. Note: If you had gnuplot installed, I could generate a graphical plot.
  43. PWM 255 FAN 1979
  44. PWM 240 FAN 1985
  45. PWM 225 FAN 1979
  46. PWM 210 FAN 1985
  47. PWM 195 FAN 1979
  48. PWM 180 FAN 1985
  49. PWM 165 FAN 1979
  50. PWM 150 FAN 1985
  51. PWM 135 FAN 1934
  52. PWM 120 FAN 1875
  53. PWM 105 FAN 1771
  54. PWM 90 FAN 1654
  55. PWM 75 FAN 1510
  56. PWM 60 FAN 1366
  57. PWM 45 FAN 1159
  58. PWM 30 FAN 933
  59. PWM 28 FAN 884
  60. PWM 26 FAN 856
  61. PWM 24 FAN 834
  62. PWM 22 FAN 812
  63. PWM 20 FAN 795
  64. PWM 18 FAN 780
  65. PWM 16 FAN 760
  66. PWM 14 FAN 746
  67. PWM 12 FAN 740
  68. PWM 10 FAN 737
  69. PWM 8 FAN 736
  70. PWM 6 FAN 736
  71. PWM 4 FAN 738
  72. PWM 2 FAN 737
  73. PWM 0 FAN 736
  74.  
  75. hwmon2/device/fan1_input ... speed was 1979 now 744
  76. It appears that fan hwmon2/device/fan1_input
  77. is controlled by pwm hwmon2/device/pwm1
  78. Fan hwmon2/device/fan1_input has not returned to speed, please investigate!
  79.  
  80. Testing pwm control hwmon2/device/pwm2 ...
  81. hwmon0/fan1_input ... speed was 1979 now 1985
  82. no correlation
  83. hwmon2/device/fan1_input ... speed was 1979 now 1985
  84. no correlation
  85.  
  86. No correlations were detected.
  87. There is either no fan connected to the output of hwmon2/device/pwm2,
  88. or the connected fan has no rpm-signal connected to one of
  89. the tested fan sensors. (Note: not all motherboards have
  90. the pwm outputs connected to the fan connectors,
  91. check out the hardware database on http://www.almico.com/forumindex.php)
  92.  
  93. Did you see/hear a fan stopping during the above test (n)?
  94.  
  95. Testing pwm control hwmon2/device/pwm3 ...
  96. hwmon0/fan1_input ... speed was 1979 now 1985
  97. no correlation
  98. hwmon2/device/fan1_input ... speed was 1979 now 1985
  99. no correlation
  100.  
  101. No correlations were detected.
  102. There is either no fan connected to the output of hwmon2/device/pwm3,
  103. or the connected fan has no rpm-signal connected to one of
  104. the tested fan sensors. (Note: not all motherboards have
  105. the pwm outputs connected to the fan connectors,
  106. check out the hardware database on http://www.almico.com/forumindex.php)
  107.  
  108. Did you see/hear a fan stopping during the above test (n)?
  109.  
  110. Testing is complete.
  111. Please verify that all fans have returned to their normal speed.
  112.  
  113. The fancontrol script can automatically respond to temperature changes
  114. of your system by changing fanspeeds.
  115. Do you want to set up its configuration file now (y)? y
  116. What should be the path to your fancontrol config file (/etc/fancontrol)?
  117. Loading configuration from /etc/fancontrol ...
  118.  
  119. Select fan output to configure, or other action:
  120. 1) hwmon2/device/pwm1 3) Just quit 5) Show configuration
  121. 2) Change INTERVAL 4) Save and quit
  122. select (1-n): 1
  123.  
  124. Devices:
  125. hwmon0 is atk0110
  126. hwmon1/device is k8temp
  127. hwmon2/device is it8712
  128.  
  129. Current temperature readings are as follows:
  130. hwmon0/temp1_input 30
  131. hwmon0/temp2_input 33
  132. hwmon1/device/temp1_input 30
  133. hwmon1/device/temp2_input 26
  134. hwmon1/device/temp3_input 19
  135. hwmon1/device/temp4_input 26
  136. hwmon2/device/temp1_input 30
  137. hwmon2/device/temp2_input 33
  138. hwmon2/device/temp3_input -128
  139.  
  140. Select a temperature sensor as source for hwmon2/device/pwm1:
  141. 1) hwmon0/temp1_input
  142. 2) hwmon0/temp2_input
  143. 3) hwmon1/device/temp1_input
  144. 4) hwmon1/device/temp2_input
  145. 5) hwmon1/device/temp3_input
  146. 6) hwmon1/device/temp4_input
  147. 7) hwmon2/device/temp1_input
  148. 8) hwmon2/device/temp2_input
  149. 9) hwmon2/device/temp3_input
  150. 10) None (Do not affect this PWM output)
  151. select (1-n): 1
  152.  
  153. Enter the low temperature (degree C)
  154. below which the fan should spin at minimum speed (20): 40
  155.  
  156. Enter the high temperature (degree C)
  157. over which the fan should spin at maximum speed (60): 60
  158. /usr/sbin/pwmconfig: line 926: [: 744+744: integer expression expected
  159. /usr/sbin/pwmconfig: line 952: [: 744+744: integer expression expected
  160.  
  161. Enter the PWM value (0-255) to use when the temperature
  162. is over the high temperature limit (255): 150
  163.  
  164.  
  165. Select fan output to configure, or other action:
  166. 1) hwmon2/device/pwm1 3) Just quit 5) Show configuration
  167. 2) Change INTERVAL 4) Save and quit
  168. select (1-n): 5
  169.  
  170. Common Settings:
  171. INTERVAL=10
  172.  
  173. Settings of hwmon2/device/pwm1:
  174. Depends on hwmon0/temp1_input
  175. Controls hwmon2/device/fan1_input+hwmon0/fan1_input
  176. MINTEMP=40
  177. MAXTEMP=60
  178. MINSTART=150
  179. MINSTOP=0
  180. MAXPWM=150
  181.  
  182.  
  183. Select fan output to configure, or other action:
  184. 1) hwmon2/device/pwm1 3) Just quit 5) Show configuration
  185. 2) Change INTERVAL 4) Save and quit
  186. select (1-n):
Advertisement
Add Comment
Please, Sign In to add comment