Issue Description:
I have installed EndeavourOS on my Tuxedo Laptop. However, I can’t seem to get Ethernet to work. When I plug in an ethernet cable, it says that there is a wired connection that the system is trying to connect to but after a couple of minutes, it stops. What can I do to remidy this? (r8169 is installed and not blacklisted and r8168 has never been installed, as that seems to be a common source of problems here, having used the search mode).
Any help would be greatly appreciated.
Helpful outputs:
uname -a
uname -a
Linux tux01 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64 GNU/Linux
hwinfo --network
hwinfo --network
47: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: Ij4C.ndpeucax6V1
Parent ID: c3qJ.9MOjLjRhj41
SysFS ID: /class/net/enp2s0
SysFS Device Link: /devices/pci0000:00/0000:00:01.2/0000:02:00.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "r8169"
Driver Modules: "r8169"
Device File: enp2s0
HW Address: b0:25:aa:48:31:a2
Permanent HW Address: b0:25:aa:48:31:a2
Link detected: no
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #6 (Ethernet controller)
48: None 00.0: 10700 Loopback
[Created at net.126]
Unique ID: ZsBS.GQNx7L4uPNA
SysFS ID: /class/net/lo
Hardware Class: network interface
Model: "Loopback network interface"
Device File: lo
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
49: None 00.0: 1070a WLAN
[Created at net.126]
Unique ID: AYEt.QXn1l67RSa1
Parent ID: y9sn.o_xLA3Zg0GC
SysFS ID: /class/net/wlan0
SysFS Device Link: /devices/pci0000:00/0000:00:02.2/0000:04:00.0
Hardware Class: network interface
Model: "WLAN network interface"
Driver: "iwlwifi"
Driver Modules: "iwlwifi"
Device File: wlan0
HW Address: 62:08:1f:23:de:a2
Permanent HW Address: b0:a4:60:6f:b1:d4
Link detected: no
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #27 (Network controller)
inxi -Na
inxi -Na
Network:
Device-1: Realtek RTL8125 2.5GbE vendor: Tongfang Hongkong driver: r8169
v: kernel pcie: gen: 2 speed: 5 GT/s lanes: 1 port: e000 bus-ID: 02:00.0
chip-ID: 10ec:8125 class-ID: 0200
Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie: gen: 2
speed: 5 GT/s lanes: 1 bus-ID: 04:00.0 chip-ID: 8086:2723 class-ID: 0280
journalctl -b | grep r8169
journalctl -b | grep r8169
Sep 01 10:33:51 tux01 kernel: r8169 0000:02:00.0 eth0: RTL8125B, b0:25:aa:48:31:a2, XID 641, IRQ 69
Sep 01 10:33:51 tux01 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 01 10:33:51 tux01 kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Sep 01 10:33:54 tux01 kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Sep 01 10:33:54 tux01 kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Sep 01 10:37:19 tux01 kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 01 10:37:29 tux01 kernel: NETDEV WATCHDOG: enp2s0 (r8169): transmit queue 0 timed out 9750 ms
Sep 01 10:37:29 tux01 kernel: kvm_amd i2c_algo_bit iwlwifi videobuf2_common snd_pci_acp6x snd_hwdep drm_suballoc_helper drm_ttm_helper ecdh_generic mc r8169 snd_pcm ttm kvm asus_wmi irqbypass snd_pci_acp5x drm_display_helper ledtrig_audio snd_timer realtek cfg80211 rapl platform_profile snd_rn_pci_acp3x pcspkr wmi_bmof k10temp snd mdio_devres acpi_cpufreq snd_acp_config cec snd_soc_acpi soundcore i2c_piix4 snd_pci_acp3x libphy rfkill amd_pmc joydev mousedev mac_hid fuse loop ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee usbhid uas usb_storage vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) pkcs8_key_parser nvidia_drm(POE) nvidia_uvm(POE) nvidia_modeset(POE) serio_raw atkbd crct10dif_pclmul crc32_pclmul libps2 nvme crc32c_intel vivaldi_fmap ucsi_acpi polyval_clmulni nvme_core hid_multitouch i8042 uniwill_wmi(OE) typec_ucsi polyval_generic clevo_wmi(OE) tuxedo_io(OE) tuxedo_keyboard(OE) led_class_multicolor gf128mul sparse_keymap ghash_clmulni_intel sha512_ssse3 aesni_intel
Sep 01 10:37:29 tux01 kernel: r8169 0000:02:00.0 enp2s0: ASPM disabled on Tx timeout
Sep 01 10:37:54 tux01 kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ls /usr/lib/modprobe.d/
ls /usr/lib/modprobe.d/
bluetooth-usb.conf nvidia-utils.conf README systemd.conf
lsmod | grep r816
lsmod | grep r816
r8169 114688 0
mdio_devres 12288 1 r8169
libphy 212992 3 r8169,mdio_devres,realtek
Edit (2023-09-01T11:45Z): Improved Formatting