I am currently trying to follow the steps described by @SkepticNerdGuy who apparently has the same motherboard and the same problem.
According to the guide he linked I need to install the pve headers to get niccli to work - e.g.
However, It seems like these headers don't exist in my case. My kernel is 6.8.4-2-pve, and when I try to run
I am being told no package was found..
According to the guide he linked I need to install the pve headers to get niccli to work - e.g.
Code:
apt install pve-headers-$(uname -r)
However, It seems like these headers don't exist in my case. My kernel is 6.8.4-2-pve, and when I try to run
Code:
apt install pve-headers-6.8.4-2-pve
I am being told no package was found..