Advertisement
Guest User

Untitled

a guest
Nov 4th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1.     pwconfig: pwmconfig revision $Revision$ ($Date$) This program will search your sensors for pulse width modulation (pwm) controls, and test each one to see if it controls a fan on your motherboard. Note that many motherboards do not have pwm circuitry installed, even if your sensor chip supports pwm.
  2.  
  3.     We will attempt to briefly stop each fan using the pwm controls. The program will attempt to restore each fan to full speed after testing. However, it is ** very important ** that you physically verify that the fans have been to full speed after the program has completed.
  4.  
  5. Found the following devices: hwmon0 is coretemp hwmon1 is nct6791 hwmon2 is acpitz hwmon3 is asus
  6.  
  7. Found the following PWM controls: hwmon1/pwm1 current value: 153 hwmon1/pwm1 is currently setup for automatic speed control. In general, automatic mode is preferred over manual mode, as it is more efficient and it reacts faster. Are you sure that you want to setup this output for manual control? (n) hwmon1/pwm2 current value: 70 hwmon1/pwm2 is currently setup for automatic speed control. In general, automatic mode is preferred over manual mode, as it is more efficient and it reacts faster. Are you sure that you want to setup this output for manual control? (n) hwmon1/pwm3 current value: 153 hwmon1/pwm3 is currently setup for automatic speed control. In general, automatic mode is preferred over manual mode, as it is more efficient and it reacts faster. Are you sure that you want to setup this output for manual control? (n) hwmon1/pwm5 current value: 255
  8.  
  9. Giving the fans some time to reach full speed... Found the following fan sensors: hwmon1/fan1_input current speed: 1430 RPM hwmon1/fan2_input current speed: 1084 RPM hwmon1/fan3_input current speed: 1920 RPM hwmon1/fan5_input current speed: 0 ... skipping! hwmon3/fan1_input current speed: 0 ... skipping!
  10.  
  11. Warning!!! This program will stop your fans, one at a time, for approximately 5 seconds each!!! This may cause your processor temperature to rise!!! If you do not want to do this hit control-C now!!! Hit return to continue:
  12.  
  13. Testing pwm control hwmon1/pwm5 ... hwmon1/fan1_input ... speed was 1430 now 1425 no correlation hwmon1/fan2_input ... speed was 1084 now 1090 no correlation hwmon1/fan3_input ... speed was 1920 now 1867 no correlation
  14.  
  15. No correlations were detected. There is either no fan connected to the output of hwmon1/pwm5, or the connected fan has no rpm-signal connected to one of the tested fan sensors. (Note: not all motherboards have the pwm outputs connected to the fan connectors, check out the hardware database on http://www.almico.com/forumindex.php)
  16.  
  17. Did you see/hear a fan stopping during the above test (n)?
  18.  
  19. Testing is complete. Please verify that all fans have returned to their normal speed.
  20.  
  21. The fancontrol script can automatically respond to temperature changes of your system by changing fanspeeds. Do you want to set up its configuration file now (y)? What should be the path to your fancontrol config file (/etc/fancontrol)? Loading configuration from /etc/fancontrol ...
  22.  
  23. Select fan output to configure, or other action: 1) Change INTERVAL 3) Save and quit 2) Just quit 4) Show configuration select (1-n): 4
  24.  
  25. Common Settings: INTERVAL=10
  26.  
  27. Select fan output to configure, or other action: 1) Change INTERVAL 3) Save and quit 2) Just quit 4) Show configuration select (1-n): 3
  28.  
  29. Saving configuration to /etc/fancontrol... Configuration saved
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement