Closed aleksamagicka closed 1 year ago
Thanks a lot! I will check today or tomorrow!
It seems like working as expected, I also have no any significant issues with fan2go. Thanks again!
@aleksamagicka @stalkerg By the way, have you tested the driver with lm-sensors (i. e. pwmconfig+fancontrol)? These utilities sometimes fail in surprising ways. As far as I remember, they treat almost any sysfs read error as "oh the device is completely broken let's die".
@amezin I didn't test it in fancontrol but fan2go has totally the same behavior for read error (and it's ok).
This should resolve the issues noted in #7 and optimize Z series status reporting.
PUMP_DUTY_MIN
will now be silently set to it without returning error codespriv->duty_input
in favor of recording the value inkraken3_channel_info
for each channelSeems to work when using
fan2go
, here's my config: fan2go.txt. I had to setmaxRpmDiffForSettledFan: 20
because X53 varied between 14-20 as far as I've seen, and the default value is 10. Didn't yet test with pwmconfig and fancontrol.