Tried using
Tried to install nvidia-driver after downloading it from nvidia.com but it requires the appropiate headers. I want to use my gpu for transcoding stuff on the host.
Can anybody help me what I am not understanding here?
Thank you
apt install linux-headers-$(uname -r)
but doesn't work out. No headers available?
Code:
root@pve:/tmp# apt install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-6.2.16-14-pve
E: Couldn't find any package by glob 'linux-headers-6.2.16-14-pve'
Tried to install nvidia-driver after downloading it from nvidia.com but it requires the appropiate headers. I want to use my gpu for transcoding stuff on the host.
Can anybody help me what I am not understanding here?
Thank you