Ethernet connection continually dropping

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
luismartin

Ethernet connection continually dropping

Post by luismartin »

My ethernet connection continually drops every few minutes for about half a minute. I've checked that my wifi connection through other devices is fine. So is the ethernet connection I tested with my laptop. I tried both wifi and laptop at the same time my desktop computer running with Linux Mint had no access to the internet neither from Chrome nor Firefox, so it must be something related to my pc, the OS maybe. I also tried switching cables between pc and laptop, getting the same results.

A ping doesn't work either when the connection has dropped. The curious thing in this case is that pings to certain domains seemed to work again before others which didn't work yet until everything was running completely smooth.

Any suggestion to help me sort this out is welcome.

More info about my system:

Code: Select all

inxi -Fxz
System:    Host: luis-pc Kernel: 4.4.0-53-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.2.7 (Gtk 3.18.9-1ubuntu3.3) Distro: Linux Mint 18.1 Serena
Machine:   Mobo: Gigabyte model: Z87-HD3 v: x.x
           Bios: American Megatrends v: F7 date: 01/20/2014
CPU:       Quad core Intel Core i5-4440 (-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 24742
           clock speeds: max: 3300 MHz 1: 3298 MHz 2: 3289 MHz 3: 3274 MHz 4: 3297 MHz
Graphics:  Card-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
           bus-ID: 00:02.0
           Card-2: NVIDIA GK208 [GeForce GT 640 Rev. 2] bus-ID: 01:00.0
           Display Server: X.Org 1.18.4 drivers: nvidia,intel (unloaded: fbdev,vesa,nouveau)
           Resolution: 1920x1080@60.00hz, 1920x1080@60.00hz
           GLX Renderer: GeForce GT 640/PCIe/SSE2
           GLX Version: 4.5.0 NVIDIA 375.39 Direct Rendering: Yes
Audio:     Card-1 Intel 8 Series/C220 Series High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:03.0
           Card-3 Creative Labs CA0106 Soundblaster
           driver: snd_ca0106 port: c000 bus-ID: 05:00.0
           Card-4 NVIDIA GK208 HDMI/DP Audio Controller driver: snd_hda_intel bus-ID: 01:00.1
           Sound: Advanced Linux Sound Architecture v: k4.4.0-53-generic
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: d000 bus-ID: 03:00.0
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 1620.3GB (81.0% used)
           ID-1: /dev/sda model: KINGSTON_SV300S3 size: 120.0GB
           ID-2: /dev/sdb model: WDC_WD10EZEX size: 1000.2GB
           ID-3: USB /dev/sdg model: STOR.E_PARTNER size: 500.1GB
Partition: ID-1: / size: 102G used: 40G (41%) fs: ext4 dev: /dev/sda2
           ID-2: swap-1 size: 8.47GB used: 1.94GB (23%) fs: swap dev: /dev/dm-0
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 270 Uptime: 14 days Memory: 6031.9/7871.1MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0 Client: Shell (bash 4.3.461) inxi: 2.2.35
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: Ethernet connection continually dropping

Post by richyrich »

It's sure using a LOT of memory for some reason . . :?
Memory: 6031.9/7871.1MB
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Ethernet connection continually dropping

Post by JeremyB »

Please post results for

Code: Select all

lspci -nnk | grep -iA2 net
There might be another module(driver) available for your ethernet that might work better
luismartin

Re: Ethernet connection continually dropping

Post by luismartin »

JeremyB wrote:Please post results for

Code: Select all

lspci -nnk | grep -iA2 net
There might be another module(driver) available for your ethernet that might work better
This is the info you asked for:

Code: Select all

lspci -nnk | grep -iA2 net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
	Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000]
	Kernel driver in use: r8169
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Ethernet connection continually dropping

Post by JeremyB »

Try this and reboot

Code: Select all

sudo apt-get update && sudo apt-get install r8168-dkms
luismartin

Re: Ethernet connection continually dropping

Post by luismartin »

I've done it a few minutes ago. Everything is working fine right now. No connection drop so far. I'll tell you in case it's back again (hope not!).

Thank you very much!
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Ethernet connection continually dropping

Post by JeremyB »

Try it for a few days and if it continues to work, edit your original post in this thread to include SOLVED in the subject
Locked

Return to “Networking”