There is a new pull request by 2asoft against master on the void-packages repository https://github.com/2asoft/void-packages 2asoft/zenpower-dkms https://github.com/void-linux/void-packages/pull/24807 New package: zenpower-dkms-0.1.12 This adds a Linux kernel driver for reading sensors for AMD Zen family CPUs (as a DKMS module). I did not write the code, merely the package template. Verified on a [B550I AORUS PRO AX](https://www.gigabyte.com/Motherboard/B550I-AORUS-PRO-AX-rev-10) with a Ryzen 5 3600. Without this module: ```zsh % sensors No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are. ``` With this module: ```zsh % sensors zenpower-pci-00c3 Adapter: PCI adapter SVI2_Core: +0.91 V SVI2_SoC: +1.09 V Tdie: +40.0°C (high = +95.0°C) Tctl: +40.0°C Tccd1: +40.2°C SVI2_P_Core: 5.45 W SVI2_P_SoC: 11.91 W SVI2_C_Core: +5.27 A SVI2_C_SoC: +11.18 A ``` A patch file from https://github.com/void-linux/void-packages/pull/24807.patch is attached