I'm trying to install Proxmox 8.3.1 (latest) on a newer ASUS Z890 motherboard that uses the Realtek R8125 2.5Ge NIC and it's failing to get network connectivity. That PC has only the RTL8125 NIC thus I have no other options to get initial Internet connectivity. Proxmox 8.3.1 doesn't detect this NIC and install a driver nor does the latest Realtek 2.5Gbe driver kit (r8125-9.015.00.tar.bz2) procedure (via autorun.sh) work correctly as the make fails with the error below.
Check old driver and unload it
rmmod r8169
./autorun.sh: 31: make: not found
This of course would require I then manually find all the required compiler/binutils, etc. packages myself just to be able to install the driver which seems like a lot of work for a problem that could be resolved by having a simpler automated driver injection method during PVE install.
Any suggestions for a simpler way to simply install PVE 8.3.1?
Check old driver and unload it
rmmod r8169
./autorun.sh: 31: make: not found
This of course would require I then manually find all the required compiler/binutils, etc. packages myself just to be able to install the driver which seems like a lot of work for a problem that could be resolved by having a simpler automated driver injection method during PVE install.
Any suggestions for a simpler way to simply install PVE 8.3.1?