[SOLVED] Installing ryzen_monitor and ryzen_smu kernel module

sleeper52

New Member
Mar 24, 2023
29
8
3
I'm trying to install this ryzen_monitor tool but I cannot seem to install the required ryzen_smu kernel module from leogx9r.
When trying to install the latter, and I type sudo apt install dkms git build-essential linux-headers-$(uname -r), i get an error:
Code:
kristian@pve:~/downloads$ sudo apt install dkms git build-essential linux-headers-$(uname -r)
[sudo] password for kristian:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-6.2.16-12-pve
E: Couldn't find any package by glob 'linux-headers-6.2.16-12-pve'
I appreciate the help as I'm still not familiar with messing about the Linux kernel.