Hey, I've been running into an issue regarding kernel versions lately,
I tried to install the hpsa driver using dkms and I got an error:
But the kernel version I'm supposed to be running is:
I have the header files for the 'installed' version (5.4) but not for the actual version.
What is a good way to proceed from here?
I tried to install the hpsa driver using dkms and I got an error:
Code:
~# dkms build -m hpsa -v 3.4.20
Error! Your kernel headers for kernel 4.15.18-12-pve cannot be found.
Please install the linux-headers-4.15.18-12-pve package,
or use the --kernelsourcedir option to tell DKMS where it's located
But the kernel version I'm supposed to be running is:
Code:
pveversion -v |grep kernel
proxmox-ve: 6.4-1 (running kernel: 4.15.18-12-pve)
pve-kernel-5.4: 6.4-20
pve-kernel-helper: 6.4-20
pve-kernel-5.4.203-1-pve: 5.4.203-1
pve-kernel-5.4.106-1-pve: 5.4.106-1
What is a good way to proceed from here?