Proxmox VE 8.4 – Network adapter not detected (Realtek 2.5Gb, PRIME X870-P)

spietrza

New Member
Apr 10, 2025
6
5
3
Hi everyone,

I’m trying to install Proxmox VE 8.4 on a machine with an ASUS PRIME X870-P motherboard, which has a Realtek 2.5Gb Ethernet adapter onboard. Unfortunately, during installation, I get a “No network interface found” error.

The LAN port lights up, so the hardware is active, but Proxmox doesn’t detect it. I assume the required driver (likely r8169 or r8125) is missing from the installer.

Has anyone managed to get this NIC working on Proxmox 8.4?

Is there a custom ISO or a workaround to load the driver during installation?


Thanks in advance for any suggestions!
 
  • Like
Reactions: nudelpups
Hi,
you might want to try installing Proxmox VE on top of Debian then: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm

If you would like to verify your suspicion/provide more information, you can run the installer in debug mode (select Advanced Options in the installer). After it fails, you can inspect the dmesg/kernel logs and installation logs in /tmp.
 
Thanks for the suggestion!

However, I’d prefer not to install Proxmox on top of Debian – I want a clean, native install.

Regarding debug mode:

Do you think it will show anything more than just a missing driver for the NIC? Or is it purely useful for confirming that?
 
  • Like
Reactions: Kingneutron
Do you think it will show anything more than just a missing driver for the NIC? Or is it purely useful for confirming that?
That is the question, I have no idea :)
 
True, just did

Main error
Bash:
[ 40.452745] r8169 0000:05:00.0: error -ENODEV: unknown chip XID 608

All

Bash:
[  40.324753] intel_rapl_common: Found RAPL domain core
[  40.359054] MCE: In-kernel MCE decoding enabled.
[  40.436622] usbcore: registered new interface driver usbhid
[  40.452745] r8169 0000:05:00.0: error -ENODEV: unknown chip XID 608, contact ee MAINTAINERS file)
[  40.528621] asus_wmi: ASUS WMI generic driver loaded
[  40.566351] asus_wmi: Initialization: 0x0
[  40.569514] asus_wmi: BIOS WMI version: 0.0
[  40.569551] asus_wmi: SFUN value: 0x0
[  40.573859] eeepc_wmi eeepc-wmi: Detected AsusMbSuInterface, not ASUSWMI, use
[  40.573931] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/in
[  40.586994] Console: switching to colour dummy device 80x25
[  40.620533] nouveau 0000:01:00.0: vgaarb: deactivate vga console
[  40.622040] nouveau 0000:01:00.0: NVIDIA GA106 (b7600001)
[  40.622042] nouveau 0000:01:00.0: bios: version 94.06.2f.00.7e
[  40.624540] nouveau 0000:01:00.0: fb: 12288 MiB GDDR6
[  40.624540] nouveau 0000:01:00.0: DRM: VRAM: 12288 MiB
[  40.624541] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[  40.624592] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[  40.624593] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[  40.624626] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[  40.624658] nouveau 0000:01:00.0: DRM: DCB version 4.1
[  40.944131] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[  40.944134] [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0

[  41.011056] fbcon: nouveaufb (fb0) is primary device
[  41.311321] Console: switching to colour frame buffer device 240x67
[  41.380075] nouveau 0000:07:00.0: DRM: VRAM: 8192 MiB
[  41.380076] nouveau 0000:07:00.0: DRM: GART: 536870912 MiB
[  41.380107] nouveau 0000:07:00.0: DRM: BIT table 'A' not found
[  41.380107] nouveau 0000:07:00.0: DRM: BIT table 'L' not found
[  41.380142] nouveau 0000:07:00.0: DRM: TMDS table version 2.0
[  41.380178] nouveau 0000:07:00.0: DRM: DCB version 4.1
[  41.384132] nouveau 0000:07:00.0: DRM: MM: using COPY for buffer copies
[  41.384137] nouveau 0000:07:00.0: [drm] Cannot find any crtc or sizes
[  41.384223] nouveau 0000:07:00.0: [drm] Cannot find any crtc or sizes
[  41.384314] nouveau 0000:07:00.0: [drm] Cannot find any crtc or sizes
[  41.384371] nouveau 0000:07:00.0: [drm] Cannot find any crtc or sizes
[  41.384423] nouveau 0000:07:00.0: [drm] Cannot find any crtc or sizes
mount: devpts mounted on /dev/pts.
detected huge console, setting bigger font/dpi
/bin/dbus-daemon
starting D-Bus daemon
[  41.548112] evm: overlay not supported

Dropping in debug shell before starting installation
type 'exit' or press CTRL + D to continue and start the installation wizard

root@proxmox:/#
 
How to install r8169 after proxmox started with usb Lan ?
Yeah, I ran into this same problem with the Tuf X870 Pro. The advice given to me was "just stick with Intel NICS." I think some older Realteks work but probably not 2.5Gb+. You'll have to geek out for a week trying to figure it out or "just stick with Intel NICS." I tried downloading the driver but it wouldn't install because make wasn't installed. Installed make and it still wouldn't install because the headers for the kernel don't support it. The ProArt X870E-Creator has an Intel NIC. I'm going to try that since I don't have room in my box for a separate NIC card.