PVE-Headers

noob9

New Member
Oct 9, 2021
3
0
1
69
I'm running Proxmox 7.0-2 on an AMD Ryzen 9 machine. How can I download or find the PVE headers. This is needed to install a wireless card on the server.

[Error! Your kernal headers for kernal 5.11.22-4-pve cannot be found. Please install the linux-headers-5.11.22-4 pve package or use the --kernalsourcedir option to tell DKMS where it's located.]
 
Hi,

How can I download or find the PVE headers. This is needed to install a wireless card on the server.
Have you tried the below command to install the pve-headers?

Bash:
apt install pve-headers-$(uname -r)