-
|
Hello, I have an Aquasuite Octo device which is in the list of supported devices. I also use the command It's the last one Now trying to bind this with the command
Do I have to unbind it first? Could someone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Hi, What's your liquidctl version, as well as your kernel version? Here it's supported since v1.11.0, and in-kernel it gained sensor support since 5.19 (though liquidctl still supports it through direct access on earlier kernels). Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
You know what, fan speeds are 0 rpm because they indeed are stopped! I tried: |
Beta Was this translation helpful? Give feedback.
-
|
So I managed to control the fans and the pump. As a note, I'm using Pop!_OS which, sadly, is still using kernel 6.1.11. I know that the driver aquacomputer-d5next is supported from 6.2 but somehow I can control them. |
Beta Was this translation helpful? Give feedback.
-
|
Just wanted to provide an update. I managed to trigger the fans with the temperature. I know there can be very different ways of achieving this but I found a very basic one. Then using Psensor which as an alert trigger in-built In this case, when the CPU reaches 80º the alarm triggers the script that I provided and the fans go to that speed. Once, again, thank you for making this program! |
Beta Was this translation helpful? Give feedback.
So I managed to control the fans and the pump.
Doing
liquidctl set fan1 speed 100I can hear the fans spinning to max. And doing the same to fan5 (my pump) makes the pump go full speed. I'm already happy with this achievement.Now, the only thing left I would like to do is set up the speeds with the cpu temperature, which is outside of the Octo sensors.
I can see all the sensors and temperatures (including the cpu) in the program fancontrol with lm-sensors.
Any suggestion on how to achieve this?
As a note, I'm using Pop!_OS which, sadly, is still using kernel 6.1.11. I know that the driver aquacomputer-d5next is supported from 6.2 but somehow I can control them.