Hello, I’m trying to follow this guide: https://wiki.archlinux.org/title/Fan_speed_control
However, if I run pwmconfig
I get permission denied:
# pwmconfig version 3.6.0+git
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.
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.
Found the following devices:
hwmon0 is nvme
hwmon1 is k10temp
hwmon2 is nct6687
hwmon3 is amdgpu
Found the following PWM controls:
hwmon2/pwm1 current value: 81
/usr/bin/pwmconfig: line 180: hwmon2/pwm1: Permission denied
hwmon2/pwm2 current value: 98
/usr/bin/pwmconfig: line 180: hwmon2/pwm2: Permission denied
hwmon2/pwm3 current value: 97
/usr/bin/pwmconfig: line 180: hwmon2/pwm3: Permission denied
hwmon2/pwm4 current value: 102
/usr/bin/pwmconfig: line 180: hwmon2/pwm4: Permission denied
hwmon2/pwm5 current value: 90
/usr/bin/pwmconfig: line 180: hwmon2/pwm5: Permission denied
hwmon2/pwm6 current value: 93
/usr/bin/pwmconfig: line 180: hwmon2/pwm6: Permission denied
hwmon2/pwm7 current value: 97
/usr/bin/pwmconfig: line 180: hwmon2/pwm7: Permission denied
hwmon2/pwm8 current value: 84
/usr/bin/pwmconfig: line 180: hwmon2/pwm8: Permission denied
hwmon3/pwm1 current value: 30
Giving the fans some time to reach full speed...
Found the following fan sensors:
hwmon2/fan1_input current speed: 546 RPM
hwmon2/fan2_input current speed: 0 ... skipping!
hwmon2/fan3_input current speed: 375 RPM
hwmon2/fan4_input current speed: 387 RPM
hwmon2/fan5_input current speed: 342 RPM
hwmon2/fan6_input current speed: 365 RPM
hwmon2/fan7_input current speed: 0 ... skipping!
hwmon2/fan8_input current speed: 495 RPM
hwmon2/fan9_input current speed: 0 ... skipping!
hwmon3/fan1_input current speed: 414 RPM
I already tried chmod +w /sys/devices/platform/nct6683.2592/hwmon/hwmon2/pwm*
, but this just fixed the error, but didn’t change the fan-speed. I found this similar problem, but I have different hardware, and I also don’t fully understand what part of what he did was bad and what was good.
My mainboard is a MSI MAG Tomahawk.
Thanks for help!