...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...
...is detected at all. Running `ip a` only shows the `lo` interface (loopback), and `lspci` confirms the NIC is present:
I also tried loading `r8169` and building the latest **Realtek r8125 driver** from source (v9.015.00), but the NIC is still not recognized or usable. I’ve verified that the...
...- which gain support eventually in the mainline 8169 driver - e.g. for some systems I've seen - a Realtek 8125 from Q2 2024 is supported by r8169 since kernel 6.2, while one from Q4 2024 only got support in kernel 6.14.
We ship the `r8125-dkms` package (repackaged from Debian) but currently...
...considering replacing my Realtek 2.5G 8125BG with an Intel 10G x550 network card, as I would like to use the drivers supplied.
Does anyone know if the Realtek 8125BG is fully supported in kernel versions 6.11, 6.14? If so, is it through the r8169 driver or a special one for the 8125BG chip?
I assume the "Removable bootloader found... reinstall GRUB" is because I still have the Lubuntu live ISO flash drive plugged in, and this shouldn't affect anything with the network driver. Is that assumption correct?
Thanks again for your help.
...loaded successfully
After installing the DKMS package, you may not be able to use the new r8126 module on the fly. This because the existing r8169 module will be loaded priority to r8126 so that it prevents working of the r8126 module.
Check if the r8169 module loaded currently.
lsmod |...
Thanks for your reply. Sadly that pretty much mirrors the response I also get from the R8169 driver, that one however doesn’t seem to have proper working ASPM.
Guess I will need to install this driver and see what my C-States do.
wget the driver and dpkg -force the build should still work?
...Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) and I understand from other threads that the default Realtek driver r8169 could be a cause for crashes. So I installed the r8168 driver and the Linux-headers-6.8.12-8-pve according to the many instructions found in...
I am trying to fix an issue with my Realtek NIC not using ASPM.
Apparently it can be fixed by running: echo 1 | tee /sys/bus/pci/drivers/r8169/0000\:02\:00.0/link/l1_2_aspm at least until reboot. Now, whenever I throw this command in the shell I get a "Permission denied".
Has someone else had...
I haven't had any issues after make sure the SSDs get some more airflow.
I have quite a few SSDs in my system, but the ones that seems to have been causing my issue are Samsung Evo (860/870 1TB) SATA SSDs
...running without issue.
I thought it might happen due to the somewhat widely spread (?) issue of the wrong Realtek NIC driver being selected (r8169 instead of r8168), since the first thing I noticed was that I lost connectivity, but after noticing the other symptoms I'm not so sure.
The...
...--help *this is to test if add-apt was added properly
10) sudo add-apt-repository ppa:awesometic/ppa
11) echo "blacklist r8169" | sudo tee /etc/modprobe.d/blacklist-r8169.conf
12) update-initramfs -u
(optional) dkms status *should say installed if done correctly
13) apt install...
...| grep -oP '(?<="browser_download_url": ")[^"]*amd64.deb') && \
dpkg -i realtek-r8125.deb && \
echo "blacklist r8169" > /etc/modprobe.d/blacklist-r8169.conf && \
update-initramfs -u && \
reboot now
Find new NIC with:
ip a
nano /etc/network/interfaces -> change to new NIC i.e. enp1s0...
...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...