nzxt-kraken2.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. SPDX-License-Identifier: GPL-2.0-or-later
  2. Kernel driver nzxt-kraken2
  3. ==========================
  4. Supported devices:
  5. * NZXT Kraken X42
  6. * NZXT Kraken X52
  7. * NZXT Kraken X62
  8. * NZXT Kraken X72
  9. Author: Jonas Malaco
  10. Description
  11. -----------
  12. This driver enables hardware monitoring support for NZXT Kraken X42/X52/X62/X72
  13. all-in-one CPU liquid coolers. Three sensors are available: fan speed, pump
  14. speed and coolant temperature.
  15. Fan and pump control, while supported by the firmware, are not currently
  16. exposed. The addressable RGB LEDs, present in the integrated CPU water block
  17. and pump head, are not supported either. But both features can be found in
  18. existing user-space tools (e.g. `liquidctl`_).
  19. .. _liquidctl: https://github.com/liquidctl/liquidctl
  20. Usage Notes
  21. -----------
  22. As these are USB HIDs, the driver can be loaded automatically by the kernel and
  23. supports hot swapping.
  24. Sysfs entries
  25. -------------
  26. ======================= ========================================================
  27. fan1_input Fan speed (in rpm)
  28. fan2_input Pump speed (in rpm)
  29. temp1_input Coolant temperature (in millidegrees Celsius)
  30. ======================= ========================================================