Manufacturer
Asus
Model / Device
ROG Ryujin White Edition
Status
❌ Not working
Operating System / Distro
CachyOS
Additional Notes
There are version of the Ryujin III that are supported by liquidctl, but the white version of the Ryujin III is not. I was able to get this hardware working by adding this to my /usr/lib/python3.14/site-packages/liquidctl/driver/asus_ryujin.py file:
( 0x0B05, 0x1ADA, "ASUS Ryujin III WHITE EDITION", { "fan_count": 0, "pump_speed_offset": 7, "pump_fan_speed_offset": 10, "temp_offset": 5, "duty_channel": 1, }, ),
After I do that, I have control over the fan, pump speed, and can read the liquid temperature from the AIO, but it isn't showing up in Coolerdash or Coolercontrol.
Apologies if this isn't the right spot for this.
Manufacturer
Asus
Model / Device
ROG Ryujin White Edition
Status
❌ Not working
Operating System / Distro
CachyOS
Additional Notes
There are version of the Ryujin III that are supported by liquidctl, but the white version of the Ryujin III is not. I was able to get this hardware working by adding this to my /usr/lib/python3.14/site-packages/liquidctl/driver/asus_ryujin.py file:
( 0x0B05, 0x1ADA, "ASUS Ryujin III WHITE EDITION", { "fan_count": 0, "pump_speed_offset": 7, "pump_fan_speed_offset": 10, "temp_offset": 5, "duty_channel": 1, }, ),After I do that, I have control over the fan, pump speed, and can read the liquid temperature from the AIO, but it isn't showing up in Coolerdash or Coolercontrol.
Apologies if this isn't the right spot for this.