Hello All,
I'm using using OMV 8.11 Synchrony with proxmox 6.14.11-5-pve kernel. I'm trying to install the nvidia drivers but it fails:
relevant part from the logs:
Setting up nvidia-kernel-dkms (550.163.01-2) ...
Loading new nvidia-current/550.163.01 DKMS files...
WARNING: No kernel headers were found, skipping module build.
To get the headers for the running kernel (6.14.11-5-pve)
please install the linux-headers-6.14.11-5-pve package.
The header is installed already:
root@nas:~# apt-get install linux-headers-6.14.11-5-pve
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'linux-headers-6.14.11-5-pve-amd64' for regex 'linux-headers-6.14.11-5-pve'
Note, selecting 'proxmox-headers-6.14.11-5-pve' instead of 'linux-headers-6.14.11-5-pve-amd64'
proxmox-headers-6.14.11-5-pve is already the newest version (6.14.11-5).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
So the issue in my interpretation is its looking for the wrong header name for some reason. I cant figure out why or how to fix it. Any tips?