R8169 0000:02:00.0 enp2s0: Link is Down

Hello

I’m use tl-wn725n usb adaptor for connecting to network…

But when I’m update manjaro, driver not work and cannot connect to network

$ ifconfig -a

enp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 1c:6f:65:49:08:54  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 8591  bytes 673738 (657.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8591  bytes 673738 (657.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp0s19f2u1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.193.42  netmask 255.255.255.0  broadcast 192.168.193.255
        inet6 fe80::ebc3:ead1:ca4a:5ea  prefixlen 64  scopeid 0x20<link>
        ether d4:6e:0e:14:b0:16  txqueuelen 1000  (Ethernet)
        RX packets 19059  bytes 34835250 (33.2 MiB)
        RX errors 0  dropped 1411  overruns 0  frame 0
        TX packets 12965  bytes 3535005 (3.3 MiB)
        TX errors 0  dropped 13 overruns 0  carrier 0  collisions 0

$ mhwd --listinstalled

> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
            video-vesa            2017.03.12                true            PCI
     video-modesetting            2020.01.13                true            PCI
         network-r8168            2016.04.20                true            PCI
    video-nvidia-390xx            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!

inxi -N

Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    driver: r8169
  Device-2: Realtek RTL8188EUS 802.11n Wireless Network Adapter type: USB
    driver: r8188eu

$ dmesg| grep r8169

[    5.220271] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.226530] libphy: r8169: probed
[    5.227009] r8169 0000:02:00.0 eth0: RTL8168d/8111d, 1c:6f:65:49:08:54, XID 283, IRQ 26
[    5.227013] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    8.954439] Modules linked in: uas usb_storage nouveau(+) mxm_wmi video i2c_algo_bit firewire_ohci drm_kms_helper syscopyarea ata_generic pata_acpi sysfillrect sysimgblt firewire_core fb_sys_fops crc_itu_t cec r8169 realtek ttm mdio_devres pata_atiixp drm libphy agpgart wmi floppy dm_snapshot dm_bufio dm_mod loop
[   35.048516] r8169 0000:02:00.0 enp2s0: renamed from eth0
[   39.646839] RTL8211B Gigabit Ethernet r8169-200:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[   39.861534] r8169 0000:02:00.0 enp2s0: Link is Down
[ 1031.325571] RTL8211B Gigabit Ethernet r8169-200:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[ 1031.507651] r8169 0000:02:00.0 enp2s0: Link is Down

hint: this log copied form live boot/chroot beacuse I need Internet for copy to manjaro forum…

I search about this issue but can not fix them

Please help me… :pray: