Internet issue

I'm new to this forum, so hello.

I'm having a strange issue with my internet connectivity. I'll try to explain. On my wired connection with this PC, my internet will stop recognizing my connection if I disconnect even once during the day. It will be fine throughout the day as long as I remain connected, but if I break the connection even a single time, it will act as if I have no connection at all even though it shows that I am connected in my settings.

I know it's not the ISP as I have another PC with a wifi connection (running Windows 10) that experiences none of these issues.

And after having left my (Zorin install) machine off all night, when reconnecting the next day, it will again maintain my connection as long as I don't disconnect. Restarting the machine doesn't fix my problem either, as there is some issue with the length of being disconnected that impacts this issue.

I really don't understand what could be happening at all. Very strange issue. Any help would be appreciated. Thanks.

Please post the output of sudo lshw -c network

Sorry for the delayed response:

WARNING: you should run this program as super-user.
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 0c
serial: e0:d5:5e:07:35:46
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-2_0.0.1 02/06/13 ip=192.168.1.9 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:30 ioport:e000(size=256) memory:fea00000-fea00fff memory:d0800000-d0803fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

Is anyone else noticing a trend, here?

1 Like

Is that a problematic component? I have no idea.

It just seems to be the most likely device that shows up when users post having internet or bluetooth troubles, lately...

2 Likes

Here a possible fix. Open up terminal and write everything from below.

sudo rmmod r8169 r8168
sudo apt-get purge r8168-dkms
sudo modprobe r8169
dmesg | egrep -i 'eth|net|r816'
ifconfig -a

After that reboot the machine and check again :grinning:.

2 Likes

First, look through existing forum posts: Search results for 'Rtl8111' - Zorin Forum

Outside of those, I did already look up on the web and found several posts such as: https://www.linuxquestions.org/questions/linux-hardware-18/realtek-rtl8111-8168-8411-ethernet-controller-r8168-driver-install-r8169-driver-doesn't-work-4175641982/
that recommend removing the 8169 and installing the 8168. You can try that:

Link to Realtek’s 8168 driver:
https://www.realtek.com/en/directly-download?downloadid=df4b906c6e32848ec97b3332972e9b76

Ok, thanks for the help everyone. I'll try these potential solutions.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.