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

Cannot use on Proxmox 7.2

stich86 opened this issue · comments

hi @awesometic,

i'm trying to use your DKMS driver for a 2.5GbE ethernet on my Proxmox build.

But adding the dpkg manually (after fixing the depedencies) give me this error:

root@pve:~# dpkg -i realtek-r8125-dkms_9.009.01-1_amd64.deb
(Reading database ... 87108 files and directories currently installed.)
Preparing to unpack realtek-r8125-dkms_9.009.01-1_amd64.deb ...

------------------------------
Deleting module version: 9.009.01
completely from the DKMS tree.
------------------------------
Done.
Unpacking realtek-r8125-dkms (9.009.01-1) over (9.009.01-1) ...
Setting up realtek-r8125-dkms (9.009.01-1) ...
Loading new realtek-r8125-9.009.01 DKMS files...
Building for 5.15.35-1-pve
Building for architecture amd64
Module build for kernel 5.15.35-1-pve was skipped since the
kernel headers for this kernel does not seem to be installed.

Any suggestion?

Thanks

ok i've fixed, looks like the apt --fix-broken instal install wrong headers for kernel 5.10 instead of 5.15

doing this command and the dpkg -i fixed the issue:

apt install pve-headers-5.15.35-1-pve/stable