Hello All,
I'm a bit lost, I'm trying to install the nvidia driver on my NAS to have GPU acceleration in some containers, but I ran into this problem while the apt installer tries to build the DKMS files:
relevant part from the logs:
The header is installed already:
Checking the installed headers I can see the same:
I tried to search for a solution but nothing really came up. Can you offer me some guidance what to look up or what I'm doing wrong?
My hunch is either somehow the headers are not defined somewhere where the nvidia installer pulls from or the driver installer needs some kind of argument to know to the proxmox-headers-6.14.11-5-pve.
I'm a bit lost, I'm trying to install the nvidia driver on my NAS to have GPU acceleration in some containers, but I ran into this problem while the apt installer tries to build the DKMS files:
relevant part from the logs:
Code:
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:
Code:
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.
Checking the installed headers I can see the same:
Code:
root@nas:~# dpkg -l | grep headers-$(uname -r)
ii proxmox-headers-6.14.11-5-pve 6.14.11-5 amd64 Proxmox Kernel Headers
I tried to search for a solution but nothing really came up. Can you offer me some guidance what to look up or what I'm doing wrong?
My hunch is either somehow the headers are not defined somewhere where the nvidia installer pulls from or the driver installer needs some kind of argument to know to the proxmox-headers-6.14.11-5-pve.



