awesometic / realtek-r8125-dkms

A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The package installation in Proxmox

lk7777 opened this issue · comments

I am getting the following message:

Module build for kernel 5.13.19-1-pve was skipped since the kernel headers for this kernel does not seem to be installed.

I have checked with the following command:

apt search pve-headers-$(uname -r)

It says that headers are installed.

ls -l /usr/src
linux-headers-5.13.19-1-pve

It works now. I forgot (at least, I think that it was my problem) to run update-initramfs -u -k $(uname -r) after proxmox kernel headers installation. Thank you for this great package.

Great. Glad to hear you solve that.
I think maybe dkms autoinstall also would fix that problem. But don't know, there're so many possibilities in the Linux world 😄
I will close this issue.