Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Unable to set Fan Mode #116

Closed
tmiland opened this issue May 13, 2022 · 8 comments
Closed

ERROR: Unable to set Fan Mode #116

tmiland opened this issue May 13, 2022 · 8 comments
Labels
bug Something isn't working

Comments

@tmiland
Copy link

tmiland commented May 13, 2022

Describe the bug
A clear and concise description of what the bug is:

sudo fan2go
███████  █████  ███    ██ ██████   ██████   ██████  
██      ██   ██ ████   ██      ██ ██       ██    ██ 
█████   ███████ ██ ██  ██  █████  ██   ███ ██    ██ 
██      ██   ██ ██  ██ ██ ██      ██    ██ ██    ██ 
██      ██   ██ ██   ████ ███████  ██████   ██████  

 INFO  Using configuration file at: /etc/fan2go/fan2go.yaml
 WARNING  Cannot read pwm_enable value of in_front
 INFO  Gathering sensor data for in_front...
 WARNING  Cannot read pwm_enable value of cpu_pump
 WARNING  Cannot read pwm_enable value of out_rad1
 WARNING  Cannot read pwm_enable value of out_rad3
 INFO  Gathering sensor data for out_rad1...
 INFO  Gathering sensor data for out_rad3...
 INFO  Gathering sensor data for cpu_pump...
 WARNING  Cannot read pwm_enable value of in_bottom
 INFO  Gathering sensor data for in_bottom...
 WARNING  Cannot read pwm_enable value of out_rad2
 INFO  Gathering sensor data for out_rad2...
 WARNING  Cannot read pwm_enable value of in_back
 INFO  Gathering sensor data for in_back...
 INFO  Loading fan curve data for fan 'out_rad2'...
 INFO  Loading fan curve data for fan 'in_back'...
 INFO  Loading fan curve data for fan 'in_bottom'...
 INFO  Loading fan curve data for fan 'in_front'...
 INFO  Loading fan curve data for fan 'out_rad1'...
 INFO  Loading fan curve data for fan 'out_rad3'...
 INFO  Loading fan curve data for fan 'cpu_pump'...
  ERROR   Unable to set Fan Mode of 'out_rad2' to "1": open /sys/class/hwmon/hwmon3//pwm4_enable: permission denied
  ERROR   Unable to set Fan Mode of 'out_rad2' to "0": open /sys/class/hwmon/hwmon3//pwm4_enable: permission denied
  ERROR   Unable to set Fan Mode of 'out_rad1' to "1": open /sys/class/hwmon/hwmon3//pwm3_enable: permission denied
  ERROR   Unable to set Fan Mode of 'out_rad1' to "0": open /sys/class/hwmon/hwmon3//pwm3_enable: permission denied
  ERROR   Unable to set Fan Mode of 'in_front' to "1": open /sys/class/hwmon/hwmon3//pwm8_enable: permission denied
  ERROR   Unable to set Fan Mode of 'in_front' to "0": open /sys/class/hwmon/hwmon3//pwm8_enable: permission denied
  ERROR   Unable to set Fan Mode of 'out_rad3' to "1": open /sys/class/hwmon/hwmon3//pwm5_enable: permission denied
  ERROR   Unable to set Fan Mode of 'out_rad3' to "0": open /sys/class/hwmon/hwmon3//pwm5_enable: permission denied
  ERROR   Unable to set Fan Mode of 'in_bottom' to "1": open /sys/class/hwmon/hwmon3//pwm6_enable: permission denied
  ERROR   Unable to set Fan Mode of 'in_bottom' to "0": open /sys/class/hwmon/hwmon3//pwm6_enable: permission denied
  ERROR   Unable to set Fan Mode of 'cpu_pump' to "1": open /sys/class/hwmon/hwmon3//pwm2_enable: permission denied
  ERROR   Unable to set Fan Mode of 'cpu_pump' to "0": open /sys/class/hwmon/hwmon3//pwm2_enable: permission denied
  ERROR   Unable to set Fan Mode of 'in_back' to "1": open /sys/class/hwmon/hwmon3//pwm7_enable: permission denied
  ERROR   Unable to set Fan Mode of 'in_back' to "0": open /sys/class/hwmon/hwmon3//pwm7_enable: permission denied

To Reproduce
Steps to reproduce the behavior:

git clone https://github.com/markusressel/fan2go.git
cd fan2go
make build
sudo cp ./bin/fan2go /usr/bin/fan2go
sudo chmod ug+x /usr/bin/fan2go

Desktop:

  • Distro: lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye
  • uname -a: Linux debian-desktop-pc 5.16.0-0.bpo.4-amd64 #1 SMP PREEMPT Debian 5.16.12-1~bpo11+1 (2022-03-08) x86_64 GNU/Linux
  • sensors -v: sensors version 3.6.0 with libsensors version 3.6.0
  • fan2go version: 0.6.2

Additional info:

*truncated* **click to view**

l /sys/class/hwmon/hwmon3/
total 0
lrwxrwxrwx 1 root root    0 May 12 09:37 device -> ../../../nct6687.2592/
-r--r--r-- 1 root root 4.0K May 12 09:37 fan1_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan1_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan1_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan1_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan2_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan2_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan2_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan2_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan3_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan3_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan3_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan3_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan4_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan4_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan4_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan4_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan5_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan5_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan5_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan5_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan6_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan6_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan6_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan6_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan7_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan7_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan7_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan7_min
-r--r--r-- 1 root root 4.0K May 12 09:37 fan8_input
-r--r--r-- 1 root root 4.0K May 12 09:37 fan8_label
-r--r--r-- 1 root root 4.0K May 12 09:37 fan8_max
-r--r--r-- 1 root root 4.0K May 12 09:37 fan8_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in0_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in0_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in0_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in0_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in1_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in1_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in1_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in1_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in2_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in2_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in2_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in2_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in3_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in3_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in3_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in3_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in4_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in4_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in4_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in4_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in5_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in5_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in5_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in5_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in6_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in6_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in6_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in6_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in7_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in7_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in7_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in7_min
-r--r--r-- 1 root root 4.0K May 12 09:37 in8_input
-r--r--r-- 1 root root 4.0K May 12 09:37 in8_label
-r--r--r-- 1 root root 4.0K May 12 09:37 in8_max
-r--r--r-- 1 root root 4.0K May 12 09:37 in8_min
-r--r--r-- 1 root root 4.0K May 12 09:37 name
drwxr-xr-x 2 root root    0 May 12 09:56 power/
-rw-r--r-- 1 root root 4.0K May 12 09:56 pwm1
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm2
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm3
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm4
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm5
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm6
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm7
-rw-r--r-- 1 root root 4.0K May 13 09:47 pwm8
lrwxrwxrwx 1 root root    0 May 12 09:37 subsystem -> ../../../../../class/hwmon/
-r--r--r-- 1 root root 4.0K May 12 09:37 temp1_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp1_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp1_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp1_min
-r--r--r-- 1 root root 4.0K May 12 09:37 temp2_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp2_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp2_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp2_min
-r--r--r-- 1 root root 4.0K May 12 09:37 temp3_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp3_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp3_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp3_min
-r--r--r-- 1 root root 4.0K May 12 09:37 temp4_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp4_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp4_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp4_min
-r--r--r-- 1 root root 4.0K May 12 09:37 temp5_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp5_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp5_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp5_min
-r--r--r-- 1 root root 4.0K May 12 09:37 temp6_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp6_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp6_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp6_min
-r--r--r-- 1 root root 4.0K May 12 09:37 temp7_input
-r--r--r-- 1 root root 4.0K May 12 09:37 temp7_label
-r--r--r-- 1 root root 4.0K May 12 09:37 temp7_max
-r--r--r-- 1 root root 4.0K May 12 09:37 temp7_min
-rw-r--r-- 1 root root 4.0K May 12 09:37 uevent

@tmiland tmiland added the bug Something isn't working label May 13, 2022
@markusressel
Copy link
Owner

Seems like there is a double / in the path.
Can you read the file if you try it manually (using cat or something similar)?

@tmiland
Copy link
Author

tmiland commented May 16, 2022

If you see in the truncated info above, the pwm*_enable files are missing.

I'm using this kernel module nct6687d on a MSI MPG B550 GAMING PLUS mainboard.

Have yet to figure out why the files are missing...

@markusressel
Copy link
Owner

I missed that, my bad.
Can you still control the fans if you manually write values to the write values to the pwm* files?
Can you control them using other tools?

@tmiland
Copy link
Author

tmiland commented May 17, 2022

Yes, using fancontrol works.

@markusressel
Copy link
Owner

I took a quick look at the implementation of fancontrol and it seems like they just ignore the pwm_enable file and value if it doesn't exist. I will implement a similar approach.

markusressel added a commit that referenced this issue May 19, 2022
…ble_file_if_it_doesnt_exist

Feature/#116 ignore pwm enable file if it doesnt exist
@markusressel
Copy link
Owner

Please try again with the latest dev version and let me know 🤓

@tmiland
Copy link
Author

tmiland commented May 21, 2022

Okay, tested latest dev just now:

sudo fan2go
███████  █████  ███    ██ ██████   ██████   ██████  
██      ██   ██ ████   ██      ██ ██       ██    ██ 
█████   ███████ ██ ██  ██  █████  ██   ███ ██    ██ 
██      ██   ██ ██  ██ ██ ██      ██    ██ ██    ██ 
██      ██   ██ ██   ████ ███████  ██████   ██████  

 INFO  Using configuration file at: /etc/fan2go/fan2go.yaml
 INFO  Gathering sensor data for in_bottom...
 INFO  Gathering sensor data for out_back...
 INFO  Gathering sensor data for out_top2...
 INFO  Gathering sensor data for out_top1...
 INFO  Gathering sensor data for cpu...
 INFO  Gathering sensor data for gpu...
 INFO  Gathering sensor data for out_top3...
 INFO  Gathering sensor data for in_front...
 INFO  Loading fan curve data for fan 'out_back'...
 INFO  Loading fan curve data for fan 'in_bottom'...
 INFO  Loading fan curve data for fan 'out_top2'...
 INFO  Loading fan curve data for fan 'cpu'...
 INFO  Loading fan curve data for fan 'out_top1'...
 INFO  Loading fan curve data for fan 'gpu'...
 INFO  Loading fan curve data for fan 'out_top3'...
 INFO  Loading fan curve data for fan 'in_front'...
 INFO  Start PWM of gpu: 0
 INFO  Max PWM of gpu: 255
 INFO  Starting controller loop for fan 'gpu'
 INFO  Start PWM of out_top2: 0
 INFO  Max PWM of out_top2: 184
 INFO  Starting controller loop for fan 'out_top2'
 INFO  Start PWM of cpu: 30
 INFO  Max PWM of cpu: 233
 INFO  Starting controller loop for fan 'cpu'
 INFO  Start PWM of in_bottom: 0
 INFO  Max PWM of in_bottom: 10
 INFO  Starting controller loop for fan 'in_bottom'
 INFO  Start PWM of out_back: 0
 INFO  Max PWM of out_back: 159
 INFO  Starting controller loop for fan 'out_back'
 INFO  Start PWM of in_front: 0
 INFO  Max PWM of in_front: 18
 INFO  Starting controller loop for fan 'in_front'
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 37 but is now: 35
 INFO  Start PWM of out_top1: 0
 INFO  Max PWM of out_top1: 234
 INFO  Starting controller loop for fan 'out_top1'
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 32 but is now: 31
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 33 but is now: 31
 INFO  Start PWM of out_top3: 0
 INFO  Max PWM of out_top3: 215
 INFO  Starting controller loop for fan 'out_top3'
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 33 but is now: 31
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 33 but is now: 31
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 35 but is now: 34
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 36 but is now: 34
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top1 was changed by third party! Last set PWM value was: 32 but is now: 31
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_top1 was changed by third party! Last set PWM value was: 32 but is now: 31
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 40 but is now: 37
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 43 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 43 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 43 but is now: 42
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 45 but is now: 42
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 45 but is now: 44
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 47 but is now: 44
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 47 but is now: 46
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 49 but is now: 46
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 49 but is now: 48
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 51 but is now: 48
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 51 but is now: 50
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 52 but is now: 50
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 52 but is now: 50
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 55 but is now: 52
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 55 but is now: 52
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 55 but is now: 54
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 57 but is now: 56
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 59 but is now: 56
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 59 but is now: 56
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 59 but is now: 58
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 60 but is now: 58
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 60 but is now: 58
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 62 but is now: 60
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 65 but is now: 62
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 65 but is now: 64
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 67 but is now: 64
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 67 but is now: 66
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 68 but is now: 66
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top1 was changed by third party! Last set PWM value was: 29 but is now: 31
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 68 but is now: 66
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top1 was changed by third party! Last set PWM value was: 28 but is now: 29
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 70 but is now: 68
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top1 was changed by third party! Last set PWM value was: 28 but is now: 29
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top1 was changed by third party! Last set PWM value was: 28 but is now: 27
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 73 but is now: 70
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 73 but is now: 72
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 75 but is now: 72
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 75 but is now: 74
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 75 but is now: 74
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 76 but is now: 74
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 76 but is now: 74
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 10 but is now: 35
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 35 but is now: 10
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 79 but is now: 78
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 81 but is now: 78
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 81 but is now: 78
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 82 but is now: 80
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 82 but is now: 81
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 WARNING  PWM of in_front was changed by third party! Last set PWM value was: 134 but is now: 125
^C INFO  Received SIGTERM signal, exiting...
 INFO  Stopping RPM monitor of fan controller for fan gpu...
 INFO  Stopping fan controller for fan gpu...
 INFO  Stopping RPM monitor of fan controller for fan in_bottom...
 INFO  Trying to restore fan settings for gpu...
 INFO  Stopping RPM monitor of fan controller for fan in_front...
 INFO  Stopping sensor monitor for sensor gpu_package...
 INFO  Sensor Monitor for sensor gpu_package stopped.
 INFO  Fan controller for fan gpu stopped.
 INFO  Stopping fan controller for fan in_front...
 INFO  Trying to restore fan settings for in_front...
 WARNING  PWM of out_back was changed by third party! Last set PWM value was: 124 but is now: 110
 INFO  Stopping RPM monitor of fan controller for fan out_top1...
 WARNING  PWM of in_bottom was changed by third party! Last set PWM value was: 59 but is now: 40
 INFO  Stopping sensor monitor for sensor cpu_package...
 INFO  Sensor Monitor for sensor cpu_package stopped.
 INFO  Stopping sensor monitor for sensor system_package...
 INFO  Sensor Monitor for sensor system_package stopped.
 WARNING  PWM of cpu was changed by third party! Last set PWM value was: 82 but is now: 81
 INFO  Stopping RPM monitor of fan controller for fan out_back...
 INFO  Fan controller for fan in_front stopped.
 WARNING  PWM of out_top3 was changed by third party! Last set PWM value was: 23 but is now: 16
 INFO  Stopping fan controller for fan in_bottom...
 INFO  Trying to restore fan settings for in_bottom...
 INFO  Stopping RPM monitor of fan controller for fan out_top3...
 INFO  Stopping RPM monitor of fan controller for fan out_top2...
 INFO  Stopping RPM monitor of fan controller for fan cpu...
 INFO  Stopping fan controller for fan out_back...
 INFO  Trying to restore fan settings for out_back...
 INFO  Stopping fan controller for fan cpu...
 INFO  Trying to restore fan settings for cpu...
 INFO  Fan controller for fan cpu stopped.
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 INFO  Fan controller for fan in_bottom stopped.
 INFO  Stopping fan controller for fan out_top3...
 INFO  Trying to restore fan settings for out_top3...
 INFO  Fan controller for fan out_back stopped.
 INFO  Stopping fan controller for fan out_top1...
 INFO  Trying to restore fan settings for out_top1...
 INFO  Fan controller for fan out_top3 stopped.
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 INFO  Fan controller for fan out_top1 stopped.
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 WARNING  PWM of out_top2 was changed by third party! Last set PWM value was: 9 but is now: 10
 INFO  Stopping fan controller for fan out_top2...
 INFO  Trying to restore fan settings for out_top2...
 INFO  Fan controller for fan out_top2 stopped.
 INFO  Done.

Bug is fixed 👍

There's alot of log spam though, and there's no third party changing the pwm value (fancontrol is stopped)

Thanks!

@markusressel
Copy link
Owner

Cool!

Not sure where the warnings are coming from 🤔
On my three personal machines only one prints out a similar warning now and then, but the mainboard really does change it, so its actually correct.

I will close this issue, if you cannot figure out the cause of the warnings and think it is a bug, just open new issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants