Search results for query: r8169

  1. Lukas Moravek

    PVE with 2 NICs - unable to connect via SSH/HTTP

    ...pre-up delay to the guest NIC bridge Allow time for the Realtek NIC to negotiate link before the bridge tries to use it. You can increase to sleep 10 if needed. Let us know if it helped, otherwise there will be option with change drivers for R8169. I do not have this adapter, so can't...
  2. D

    PVE with 2 NICs - unable to connect via SSH/HTTP

    ...12:47:49 homie kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode May 16 12:47:49 homie kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003) May 16 12:47:49 homie kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation. May 16 12:47:49...
  3. leesteken

    [SOLVED] Headless - PVE won't boot without GFX card

    r8169 0000:02:00.0 enp2s0: renamed from eth0 My guess is that you have enp3s0 instead in your /etc/network/interfaces but it got changed to enp2s0 after the GPU was taken out. PS: It looks like it boots fine, so it's probably the network device name changes. You can fix the network device name...
  4. P

    Crash / unresponsive every 2-3 weeks

    By mid-April the system kept crashing so I reinstalled everything from scratch, updated kernel to 6.14 and kept the default r8169 driver... it woked ffine or a couple of weeks... then crashed again. My conclusion is that the Acemagic S1 miniPC is either not fit or we do not know how to configure...
  5. M

    Crash / unresponsive every 2-3 weeks

    Any updates? I installed the r8168 (8.054.00-NAPI) driver and disabled C states in bios. Running for 5 days without issues.
  6. T

    [TUTORIAL] Realtek 8125 NIC not working on Proxmox with X870E motherboard (no network)

    It doesn't seem to load. I've removed r8125 and done evertything else and also rebuilt the initramfs
  7. hd--

    [TUTORIAL] Realtek 8125 NIC not working on Proxmox with X870E motherboard (no network)

    When you tried it, was the r8169 driver loaded for the NIC?
  8. T

    [TUTORIAL] Realtek 8125 NIC not working on Proxmox with X870E motherboard (no network)

    Right, when I updated, I lost network until I installed r8125-dkms like I did before on 8.3.
  9. hd--

    [TUTORIAL] Realtek 8125 NIC not working on Proxmox with X870E motherboard (no network)

    ...is still using the r8125 driver. If you are using the latest 6.14 kernel, you should no longer need the r8125-dkms package and should use the r8169 driver instead. I would therefore recommend you to remove the mentioned package (apt remove or apt purge) and then rebuild the initramfs for the...
  10. S

    Realtek NIC RTL8125BG driver issues

    I'm having similar issues, tried the steps to downgrade driver to r8125 but same symptom as when I was on r8169. In Proxmox network tab the NIC is shown, and if I assign an IP I can connect via ssh and web UI but when I check the driver and NIC status in the terminal it shows as state down and...
  11. O

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

    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...
  12. G

    Onboard SATA controller PCI Passthrough

    ...raid6_pq dm_thin_pool dm_persistent_data dm_bio_prison dm_bufio libcrc32c xhci_pci nvme xhci_pci_renesas crc32_pclmul psmouse xhci_hcd ehci_pci r8169 nvme_core i2c_piix4 ehci_hcd realtek nvme_auth video wmi [ +0.000079] CPU: 6 PID: 529 Comm: kworker/6:4 Tainted: P O...
  13. V

    Realtek NIC RTL8125BG driver issues

    Could you explain to me, whats the best way to get the current driver from realtek on to my proxmox machine? Did you download the file "r8125-9.015.00.tar.bz2" from realtek? I'm very much new to all things linux and quite overwhelmed. ;-*
  14. I

    Realtek NIC RTL8125BG driver issues

    ...apt install build-essential pve-headers-$(uname -r) tar xjf driver_file.tar.bz2 cd extracted_driver_folder sudo ./autorun.sh echo "blacklist r8169" | sudo tee /etc/modprobe.d/blacklist-realtek.conf sudo update-initramfs -u sudo modprobe r8125 lsmod | grep r8125 sudo reboot Should be ready to...
  15. T

    [TUTORIAL] Realtek 8125 NIC not working on Proxmox with X870E motherboard (no network)

    ...Capabilities: [200] Latency Tolerance Reporting Capabilities: [208] L1 PM Substates Capabilities: [218] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?> Kernel driver in use: r8125 Kernel modules: r8169, r8125 What do I do about that r8169 module?
  16. hd--

    [TUTORIAL] Realtek 8125 NIC not working on Proxmox with X870E motherboard (no network)

    did you check if the r8169 driver was mapped to the NIC? if you issue lspci -v, you should see something comparable to the following lines for the Ethernet controller Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) [...] Kernel driver in use: r8169 Kernel...
  17. K

    [SOLVED] pve 8.4, realtek treiber problem

    hi, ich schließ mich mal denen mit realtek r8169 treiber problemen an ^^ sporadisch wird mein wan adapter von enp4s0 in eth0 umbenannt was erst nach einem "systemctl restart networking" wieder richig ist hab versucht r8168-dkms nachzuinstallieren, wenn ich per modprobe auf den 8168er wechsle...
  18. H

    Since Proxmox 7.3 higher power usage

    I recently acquired the same device as you're using and C3 was the lowest state I was getting as well. I downgraded to R8168 however I didnt see any change in power consumption, it's still sitting around 8-9W with 1 VM running. When enabling PCIE Power Management in the BIOS I can get at as low...
  19. S

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

    How to install r8169 after proxmox started with usb Lan ?