Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. # pwmconfig revision 6166 (2013-05-01)
  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 lm63
  15.  
  16. Found the following PWM controls:
  17. hwmon0/pwm1 current value: 0
  18. hwmon0/pwm1 is currently setup for automatic speed control.
  19. In general, automatic mode is preferred over manual mode, as
  20. it is more efficient and it reacts faster. Are you sure that
  21. you want to setup this output for manual control? (n) y
  22.  
  23. Giving the fans some time to reach full speed...
  24. Found the following fan sensors:
  25. hwmon0/fan1_input current speed: 3824 RPM
  26.  
  27. Warning!!! This program will stop your fans, one at a time,
  28. for approximately 5 seconds each!!!
  29. This may cause your processor temperature to rise!!!
  30. If you do not want to do this hit control-C now!!!
  31. Hit return to continue:
  32.  
  33. Testing pwm control hwmon0/pwm1 ...
  34. hwmon0/fan1_input ... speed was 3824 now 0
  35. It appears that fan hwmon0/fan1_input
  36. is controlled by pwm hwmon0/pwm1
  37. Would you like to generate a detailed correlation (y)? y
  38.  
  39.  
  40. PWM 255 FAN 3824
  41. PWM 240 FAN 3678
  42. PWM 225 FAN 3534
  43. PWM 210 FAN 3366
  44. PWM 195 FAN 3206
  45. PWM 180 FAN 3075
  46. PWM 165 FAN 2872
  47. PWM 150 FAN 2727
  48. PWM 135 FAN 2532
  49. PWM 120 FAN 2351
  50. PWM 105 FAN 2198
  51. PWM 90 FAN 1994
  52. PWM 75 FAN 1762
  53. PWM 60 FAN 1549
  54. PWM 45 FAN 1345
  55. PWM 30 FAN 865
  56. PWM 28 FAN 602
  57. PWM 26 FAN 0
  58. Fan Stopped at PWM = 26
  59.  
  60.  
  61. Testing is complete.
  62. Please verify that all fans have returned to their normal speed.
  63.  
  64. The fancontrol script can automatically respond to temperature changes
  65. of your system by changing fanspeeds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement