You are not logged in.
Hello,
My wired connection not working properly, the device going up and down all the time
$ sudo dmesg | grep r816
[ 9.206583] r8168: loading out-of-tree module taints kernel.
[ 9.206698] r8168: module verification failed: signature and/or required key missing - tainting kernel
[ 9.210001] r8168 Gigabit Ethernet driver 8.051.02-NAPI loaded
[ 9.222351] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 9.224388] r8168 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 9.380250] r8168 0000:22:00.0 enp34s0: renamed from eth0
[ 28.430272] r8168: enp34s0: link up
[ 100.366827] r8168: enp34s0: link down
[ 112.563954] r8168: enp34s0: link up
[ 113.566825] r8168: enp34s0: link down
[ 119.683583] r8168: enp34s0: link up
Any advice how to solve this?
This website shows that I have here (Realtek® 8111H) .
Offline
What's the output of...
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
Offline
cups.path | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-org.freedesktop.nm-dispatcher.service | system
display-manager.service | system
getty@tty1.service | getty.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
xdg-user-dirs-update.service | default.target.wants
Offline
Looks ok, have you tried removing the r8168 package to use r8169 in the kernel instead?
Offline
Yes - now it's removed and this changed nothing The same behavior.
EDIT: I blacklisted r8168 and now it's working
Last edited by ktatar156 (2023-01-16 19:01:06)
Offline
If you remved the r8168 package, blacklisting the module is idempotent unless it's lingering around in the initramfs.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
I've restarted the computer and again it's not working...
[ 1577.013725] r8169 0000:22:00.0 enp34s0: Link is Up - 100Mbps/Full (downshifted) - flow control rx/tx
[ 1577.015824] r8169 0000:22:00.0 enp34s0: Link is Down
[ 1583.064656] r8169 0000:22:00.0 enp34s0: Link is Down
[ 1589.703058] Generic FE-GE Realtek PHY r8169-0-2200:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[ 1589.703068] r8169 0000:22:00.0 enp34s0: Link is Up - 100Mbps/Full (downshifted) - flow control rx/tx
[ 1589.705395] r8169 0000:22:00.0 enp34s0: Link is Down
[ 1595.727943] r8169 0000:22:00.0 enp34s0: Link is Down
[ 1602.122472] Generic FE-GE Realtek PHY r8169-0-2200:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[ 1602.122570] r8169 0000:22:00.0 enp34s0: Link is Up - 100Mbps/Full (downshifted) - flow control rx/tx
[ 1602.124874] r8169 0000:22:00.0 enp34s0: Link is Down
[ 1608.161300] r8169 0000:22:00.0 enp34s0: Link is Down
Offline
Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
Offline
Yes, I've checked this - probably my switch is downshifting the connection (it's strange because I connected router and computer to 1gbps uplink ports - but it also works on Windows with 100 mbps). So I would say that cabling is correct.
Offline
I connected router and computer to 1gbps uplink ports - but it also works on Windows with 100 mbps). So I would say that cabling is…
… the problem for pretty much sure. But also see the 3rd link below!
Do you have another cable (ideally shorter and/or cat6)?
Offline