Open recallmenot opened 5 months ago
@recallmenot Hey there, sorry for the late response.
There have been lots of changes for 0.9.0, can you please retest on the latest version?
Also:
PWM settings of fan 'front_high': Min 0, Start 0, Max 0
That doesn't sound like a valid configuration, did the initialization fail? Did you try overriding these values via the config?
I've got something similar happening:
Oct 20 09:56:19 grover fan2go[937]: INFO: PWM settings of fan 'top': Min 95, Start 105, Max 255
Oct 20 09:56:19 grover fan2go[937]: INFO: Starting controller loop for fan 'top'
Oct 20 09:56:19 grover fan2go[937]: INFO: Computing pwm map...
Oct 20 09:56:21 grover fan2go[937]: INFO: PWM settings of fan 'front1': Min 50, Start 85, Max 255
Oct 20 09:56:21 grover fan2go[937]: INFO: Starting controller loop for fan 'front1'
Oct 20 09:56:21 grover fan2go[937]: INFO: Computing pwm map...
Oct 20 09:56:21 grover fan2go[937]: WARNING: WARNING: Increasing minPWM of top from 0 to 1, which is supposed to never stop, but RPM is 0
Should fan2go not set the minPWM back to the 95 I have in the config? (this is with fan2go-git built 20 Oct).
fan2go is unable to set the fan speed on my system
fancontrol and coolercontrol can do so just fine, enabling the corresponding services one-at-a-time. But when I do
sudo systemctl start fan2go
, I get the log below fromjournalctl -u fan2go -f
, repeating of course unless I stop the service. I can also set values manually (as root) in /sys/class/hwmon/hwmon3/ by echoing to the pwm# files and the values stay how I set them. The fans respond accordingly. Somehow just fan2go seems to be unable to set fan speed values.OS: Manjaro latest kernel: Linux 6.10.0-rc4-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Jun 18 11:21:09 UTC 2024 x86_64 GNU/Linux sensors: sensors version 3.6.0+git with libsensors version 3.6.0+git fan2go: 0.8.1 (fan2go-git from AUR) mainboard: MSI PRO Z690-A module: nct6687d
journalctl -u fan2go -f
fan2go detect
/etc/fan2go/fan2go.yaml (validates fine):