Somehow, it's work again when i try to connect the LAN on the other ethernet devices
- Install
r8168-dkmsfrom apt with commandsudo apt install dkms r8168-dkmsto replace current moduler8169 - Reboot
- If the issue still exist, then there is a chance, that this issue is from MSI/MSIX intterupt (not sure what, just a note)
- So, to fix the issue, put the file
r8169_disable_msiinside/etc/initramfs-tools/scripts/init-top/, and change the the permission withsudo chmod a+x r8169_disable_msi - When done, run
sudo update-initramfs -c -k $(uname -r)andsudo update-grub, then reboot