Advertisement
Guest User

Untitled

a guest
Mar 13th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # pwmconfig version 3.6.0+git
  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 AC
  15. hwmon1 is acpitz
  16. hwmon2 is BAT0
  17. hwmon3 is nvme
  18. hwmon4 is thinkpad
  19. hwmon5 is amdgpu
  20. hwmon6 is k10temp
  21. hwmon7 is spd5118
  22. hwmon8 is ucsi_source_psy_USBC000:001
  23. hwmon9 is ucsi_source_psy_USBC000:002
  24.  
  25. Found the following PWM controls:
  26. hwmon4/pwm1 current value: 255
  27. hwmon4/pwm1 is currently setup for automatic speed control.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement