Ubuntu 18.04 Ethernet Connection cutting off randomly after update from Ubuntu 17.10
I had used Ubuntu 17.10 previously and when I updated to Ubuntu 18.04, I began to have trouble with my Internet Connection which is wired Ethernet. My experience with Ubuntu is very limited and here is the output for :
1.lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 06)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 06)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller
00:14.2 Signal processing controller: Intel Corporation 200 Series PCH Thermal Subsystem
00:16.0 Communication controller: Intel Corporation 200 Series PCH CSME HECI #1
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]
00:1c.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #7 (rev f0)
00:1f.0 ISA bridge: Intel Corporation 200 Series PCH LPC Controller (B250)
00:1f.2 Memory controller: Intel Corporation 200 Series PCH PMC
00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
00:1f.4 SMBus: Intel Corporation 200 Series PCH SMBus Controller
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP108 High Definition Audio Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
2.ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 4096
inet 129.93.213.104 netmask 255.255.255.0 broadcast 129.93.213.255
ether 30:9c:23:3f:a4:e1 txqueuelen 1000 (Ethernet)
RX packets 29736 bytes 21675467 (21.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14893 bytes 2650128 (2.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 121 base 0x5000
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 6366 bytes 711610 (711.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6366 bytes 711610 (711.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
3.sudo lshw -C network
*-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:02:00.0
logical name: enp2s0
version: 15
serial: 30:9c:23:3f:a4:e1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=full ip=129.93.213.104 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:121 ioport:d000(size=256) memory:df104000-df104fff memory:df100000-df103fff
What should be done to fix this ?
networking 18.04 internet 17.10 ethernet
add a comment |
I had used Ubuntu 17.10 previously and when I updated to Ubuntu 18.04, I began to have trouble with my Internet Connection which is wired Ethernet. My experience with Ubuntu is very limited and here is the output for :
1.lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 06)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 06)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller
00:14.2 Signal processing controller: Intel Corporation 200 Series PCH Thermal Subsystem
00:16.0 Communication controller: Intel Corporation 200 Series PCH CSME HECI #1
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]
00:1c.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #7 (rev f0)
00:1f.0 ISA bridge: Intel Corporation 200 Series PCH LPC Controller (B250)
00:1f.2 Memory controller: Intel Corporation 200 Series PCH PMC
00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
00:1f.4 SMBus: Intel Corporation 200 Series PCH SMBus Controller
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP108 High Definition Audio Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
2.ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 4096
inet 129.93.213.104 netmask 255.255.255.0 broadcast 129.93.213.255
ether 30:9c:23:3f:a4:e1 txqueuelen 1000 (Ethernet)
RX packets 29736 bytes 21675467 (21.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14893 bytes 2650128 (2.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 121 base 0x5000
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 6366 bytes 711610 (711.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6366 bytes 711610 (711.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
3.sudo lshw -C network
*-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:02:00.0
logical name: enp2s0
version: 15
serial: 30:9c:23:3f:a4:e1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=full ip=129.93.213.104 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:121 ioport:d000(size=256) memory:df104000-df104fff memory:df100000-df103fff
What should be done to fix this ?
networking 18.04 internet 17.10 ethernet
1
Please edit with elaboration of you problem - what specific kind of problem you have? Huge ping, connection drops, you can't connect via ssh?
– Gravemind
Feb 10 at 6:00
The connection cuts out completely for a period(A few minutes mostly), I can't ping anything, can't get webpages to load up, etc. And then will come back after a while, stay fine for a little bit, then repeat.
– Epicranger
Feb 10 at 9:28
seems like an issue with your router. Seems like it is overheated or overloaded, so it reboots, and thus you face connection drops.
– Gravemind
Feb 10 at 10:21
add a comment |
I had used Ubuntu 17.10 previously and when I updated to Ubuntu 18.04, I began to have trouble with my Internet Connection which is wired Ethernet. My experience with Ubuntu is very limited and here is the output for :
1.lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 06)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 06)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller
00:14.2 Signal processing controller: Intel Corporation 200 Series PCH Thermal Subsystem
00:16.0 Communication controller: Intel Corporation 200 Series PCH CSME HECI #1
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]
00:1c.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #7 (rev f0)
00:1f.0 ISA bridge: Intel Corporation 200 Series PCH LPC Controller (B250)
00:1f.2 Memory controller: Intel Corporation 200 Series PCH PMC
00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
00:1f.4 SMBus: Intel Corporation 200 Series PCH SMBus Controller
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP108 High Definition Audio Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
2.ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 4096
inet 129.93.213.104 netmask 255.255.255.0 broadcast 129.93.213.255
ether 30:9c:23:3f:a4:e1 txqueuelen 1000 (Ethernet)
RX packets 29736 bytes 21675467 (21.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14893 bytes 2650128 (2.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 121 base 0x5000
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 6366 bytes 711610 (711.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6366 bytes 711610 (711.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
3.sudo lshw -C network
*-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:02:00.0
logical name: enp2s0
version: 15
serial: 30:9c:23:3f:a4:e1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=full ip=129.93.213.104 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:121 ioport:d000(size=256) memory:df104000-df104fff memory:df100000-df103fff
What should be done to fix this ?
networking 18.04 internet 17.10 ethernet
I had used Ubuntu 17.10 previously and when I updated to Ubuntu 18.04, I began to have trouble with my Internet Connection which is wired Ethernet. My experience with Ubuntu is very limited and here is the output for :
1.lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 06)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 06)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller
00:14.2 Signal processing controller: Intel Corporation 200 Series PCH Thermal Subsystem
00:16.0 Communication controller: Intel Corporation 200 Series PCH CSME HECI #1
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]
00:1c.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #7 (rev f0)
00:1f.0 ISA bridge: Intel Corporation 200 Series PCH LPC Controller (B250)
00:1f.2 Memory controller: Intel Corporation 200 Series PCH PMC
00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
00:1f.4 SMBus: Intel Corporation 200 Series PCH SMBus Controller
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP108 High Definition Audio Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
2.ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 4096
inet 129.93.213.104 netmask 255.255.255.0 broadcast 129.93.213.255
ether 30:9c:23:3f:a4:e1 txqueuelen 1000 (Ethernet)
RX packets 29736 bytes 21675467 (21.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14893 bytes 2650128 (2.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 121 base 0x5000
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 6366 bytes 711610 (711.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6366 bytes 711610 (711.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
3.sudo lshw -C network
*-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:02:00.0
logical name: enp2s0
version: 15
serial: 30:9c:23:3f:a4:e1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=full ip=129.93.213.104 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:121 ioport:d000(size=256) memory:df104000-df104fff memory:df100000-df103fff
What should be done to fix this ?
networking 18.04 internet 17.10 ethernet
networking 18.04 internet 17.10 ethernet
edited Feb 28 at 22:14
himanshuxd
196112
196112
asked Feb 10 at 4:23
EpicrangerEpicranger
61
61
1
Please edit with elaboration of you problem - what specific kind of problem you have? Huge ping, connection drops, you can't connect via ssh?
– Gravemind
Feb 10 at 6:00
The connection cuts out completely for a period(A few minutes mostly), I can't ping anything, can't get webpages to load up, etc. And then will come back after a while, stay fine for a little bit, then repeat.
– Epicranger
Feb 10 at 9:28
seems like an issue with your router. Seems like it is overheated or overloaded, so it reboots, and thus you face connection drops.
– Gravemind
Feb 10 at 10:21
add a comment |
1
Please edit with elaboration of you problem - what specific kind of problem you have? Huge ping, connection drops, you can't connect via ssh?
– Gravemind
Feb 10 at 6:00
The connection cuts out completely for a period(A few minutes mostly), I can't ping anything, can't get webpages to load up, etc. And then will come back after a while, stay fine for a little bit, then repeat.
– Epicranger
Feb 10 at 9:28
seems like an issue with your router. Seems like it is overheated or overloaded, so it reboots, and thus you face connection drops.
– Gravemind
Feb 10 at 10:21
1
1
Please edit with elaboration of you problem - what specific kind of problem you have? Huge ping, connection drops, you can't connect via ssh?
– Gravemind
Feb 10 at 6:00
Please edit with elaboration of you problem - what specific kind of problem you have? Huge ping, connection drops, you can't connect via ssh?
– Gravemind
Feb 10 at 6:00
The connection cuts out completely for a period(A few minutes mostly), I can't ping anything, can't get webpages to load up, etc. And then will come back after a while, stay fine for a little bit, then repeat.
– Epicranger
Feb 10 at 9:28
The connection cuts out completely for a period(A few minutes mostly), I can't ping anything, can't get webpages to load up, etc. And then will come back after a while, stay fine for a little bit, then repeat.
– Epicranger
Feb 10 at 9:28
seems like an issue with your router. Seems like it is overheated or overloaded, so it reboots, and thus you face connection drops.
– Gravemind
Feb 10 at 10:21
seems like an issue with your router. Seems like it is overheated or overloaded, so it reboots, and thus you face connection drops.
– Gravemind
Feb 10 at 10:21
add a comment |
3 Answers
3
active
oldest
votes
It's very possible the issue resides outside of your Ubuntu machine. I've had this issue in the past and it ended up being a faulty port on my switch. Here's a few things you can try on that tangent:
- Replace the Ethernet cable/make sure it's the correct cable for gigabit (Cat5e, Cat6).
- Check other devices on your network for similar issues. If they are experiencing the same problem, it's likely the fault of either a switch or your router, depending on how your network is laid out.
- Look at the output of
ifconfig -a
after the computer has been running for a couple hours. Check for any of the error categories:dropped
,overruns
,collisions
, etc. These typically won't show up immediately after boot unless the problem is really prominent. Each of these categories indicates something going wrong (except collisions if your computer is connected to a hub) with a different aspect of your computer's connection. - Plug your Ubuntu machine into another port on your switch/router. Try to duplicate the problem.
add a comment |
driver=r8168 driverversion=8.045.08-NAPI
You have installed r8168-dkms
kernel package when using Ubuntu 17.10.
After upgrade it stayed there, but it is not needed any more.
Remove it by
sudo apt purge r8168-dkms
sudo modprobe -r r8168
sudo modprobe r8169
Your network adapter will be handled by in-tree r8169
module, that should work well.
I came across this problem a couple of times already exactly with this upgrade on this adapter revision.
add a comment |
Have the same network hardware and same problem. Running 16.04 LTS.
Have also cranked through a process of elimination, only noting fewer breaks while data is streaming, Ex. file transfer, VOIP call. Since I would rather be tortured than run Windows, finding a solution is not optional.
Fix 1
In System Settings | Software and Updates, on Ubuntu Software tab, be sure 'Proprietary drivers for devices' is checked. Then:
sudo apt install r8168-dkms
and reboot. This installs the Realtek driver, which works for some so posting here. Didn't work in my case so...
Fix 2
In router interface (if accessible), assign a fixed IP to the problem PC, then reboot router.
This had a stabilizing effect on the connection, but still getting some drops so searching on...
Fix 3
Found the problem: My ISP. Monitored the first machine with:
tail -f /var/log/kern.log
Found that every time the disconnect happened, there was an entry:
"...disconnecting connection 'Wired-default' for new activation
request."
But no "new activation request" was made!
So connected a second wired machine to the router and monitored it like the first. Found that the disconnects were timestamped the same. To verify, connected directly to the (bridged) modem, which eliminated the router as a possible cause.
Reported findings to ISP, they took action, and now everything is back to normal.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117054%2fubuntu-18-04-ethernet-connection-cutting-off-randomly-after-update-from-ubuntu-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's very possible the issue resides outside of your Ubuntu machine. I've had this issue in the past and it ended up being a faulty port on my switch. Here's a few things you can try on that tangent:
- Replace the Ethernet cable/make sure it's the correct cable for gigabit (Cat5e, Cat6).
- Check other devices on your network for similar issues. If they are experiencing the same problem, it's likely the fault of either a switch or your router, depending on how your network is laid out.
- Look at the output of
ifconfig -a
after the computer has been running for a couple hours. Check for any of the error categories:dropped
,overruns
,collisions
, etc. These typically won't show up immediately after boot unless the problem is really prominent. Each of these categories indicates something going wrong (except collisions if your computer is connected to a hub) with a different aspect of your computer's connection. - Plug your Ubuntu machine into another port on your switch/router. Try to duplicate the problem.
add a comment |
It's very possible the issue resides outside of your Ubuntu machine. I've had this issue in the past and it ended up being a faulty port on my switch. Here's a few things you can try on that tangent:
- Replace the Ethernet cable/make sure it's the correct cable for gigabit (Cat5e, Cat6).
- Check other devices on your network for similar issues. If they are experiencing the same problem, it's likely the fault of either a switch or your router, depending on how your network is laid out.
- Look at the output of
ifconfig -a
after the computer has been running for a couple hours. Check for any of the error categories:dropped
,overruns
,collisions
, etc. These typically won't show up immediately after boot unless the problem is really prominent. Each of these categories indicates something going wrong (except collisions if your computer is connected to a hub) with a different aspect of your computer's connection. - Plug your Ubuntu machine into another port on your switch/router. Try to duplicate the problem.
add a comment |
It's very possible the issue resides outside of your Ubuntu machine. I've had this issue in the past and it ended up being a faulty port on my switch. Here's a few things you can try on that tangent:
- Replace the Ethernet cable/make sure it's the correct cable for gigabit (Cat5e, Cat6).
- Check other devices on your network for similar issues. If they are experiencing the same problem, it's likely the fault of either a switch or your router, depending on how your network is laid out.
- Look at the output of
ifconfig -a
after the computer has been running for a couple hours. Check for any of the error categories:dropped
,overruns
,collisions
, etc. These typically won't show up immediately after boot unless the problem is really prominent. Each of these categories indicates something going wrong (except collisions if your computer is connected to a hub) with a different aspect of your computer's connection. - Plug your Ubuntu machine into another port on your switch/router. Try to duplicate the problem.
It's very possible the issue resides outside of your Ubuntu machine. I've had this issue in the past and it ended up being a faulty port on my switch. Here's a few things you can try on that tangent:
- Replace the Ethernet cable/make sure it's the correct cable for gigabit (Cat5e, Cat6).
- Check other devices on your network for similar issues. If they are experiencing the same problem, it's likely the fault of either a switch or your router, depending on how your network is laid out.
- Look at the output of
ifconfig -a
after the computer has been running for a couple hours. Check for any of the error categories:dropped
,overruns
,collisions
, etc. These typically won't show up immediately after boot unless the problem is really prominent. Each of these categories indicates something going wrong (except collisions if your computer is connected to a hub) with a different aspect of your computer's connection. - Plug your Ubuntu machine into another port on your switch/router. Try to duplicate the problem.
answered Feb 10 at 14:01
MintyMinty
88328
88328
add a comment |
add a comment |
driver=r8168 driverversion=8.045.08-NAPI
You have installed r8168-dkms
kernel package when using Ubuntu 17.10.
After upgrade it stayed there, but it is not needed any more.
Remove it by
sudo apt purge r8168-dkms
sudo modprobe -r r8168
sudo modprobe r8169
Your network adapter will be handled by in-tree r8169
module, that should work well.
I came across this problem a couple of times already exactly with this upgrade on this adapter revision.
add a comment |
driver=r8168 driverversion=8.045.08-NAPI
You have installed r8168-dkms
kernel package when using Ubuntu 17.10.
After upgrade it stayed there, but it is not needed any more.
Remove it by
sudo apt purge r8168-dkms
sudo modprobe -r r8168
sudo modprobe r8169
Your network adapter will be handled by in-tree r8169
module, that should work well.
I came across this problem a couple of times already exactly with this upgrade on this adapter revision.
add a comment |
driver=r8168 driverversion=8.045.08-NAPI
You have installed r8168-dkms
kernel package when using Ubuntu 17.10.
After upgrade it stayed there, but it is not needed any more.
Remove it by
sudo apt purge r8168-dkms
sudo modprobe -r r8168
sudo modprobe r8169
Your network adapter will be handled by in-tree r8169
module, that should work well.
I came across this problem a couple of times already exactly with this upgrade on this adapter revision.
driver=r8168 driverversion=8.045.08-NAPI
You have installed r8168-dkms
kernel package when using Ubuntu 17.10.
After upgrade it stayed there, but it is not needed any more.
Remove it by
sudo apt purge r8168-dkms
sudo modprobe -r r8168
sudo modprobe r8169
Your network adapter will be handled by in-tree r8169
module, that should work well.
I came across this problem a couple of times already exactly with this upgrade on this adapter revision.
answered Feb 28 at 22:19
Pilot6Pilot6
53k15109197
53k15109197
add a comment |
add a comment |
Have the same network hardware and same problem. Running 16.04 LTS.
Have also cranked through a process of elimination, only noting fewer breaks while data is streaming, Ex. file transfer, VOIP call. Since I would rather be tortured than run Windows, finding a solution is not optional.
Fix 1
In System Settings | Software and Updates, on Ubuntu Software tab, be sure 'Proprietary drivers for devices' is checked. Then:
sudo apt install r8168-dkms
and reboot. This installs the Realtek driver, which works for some so posting here. Didn't work in my case so...
Fix 2
In router interface (if accessible), assign a fixed IP to the problem PC, then reboot router.
This had a stabilizing effect on the connection, but still getting some drops so searching on...
Fix 3
Found the problem: My ISP. Monitored the first machine with:
tail -f /var/log/kern.log
Found that every time the disconnect happened, there was an entry:
"...disconnecting connection 'Wired-default' for new activation
request."
But no "new activation request" was made!
So connected a second wired machine to the router and monitored it like the first. Found that the disconnects were timestamped the same. To verify, connected directly to the (bridged) modem, which eliminated the router as a possible cause.
Reported findings to ISP, they took action, and now everything is back to normal.
add a comment |
Have the same network hardware and same problem. Running 16.04 LTS.
Have also cranked through a process of elimination, only noting fewer breaks while data is streaming, Ex. file transfer, VOIP call. Since I would rather be tortured than run Windows, finding a solution is not optional.
Fix 1
In System Settings | Software and Updates, on Ubuntu Software tab, be sure 'Proprietary drivers for devices' is checked. Then:
sudo apt install r8168-dkms
and reboot. This installs the Realtek driver, which works for some so posting here. Didn't work in my case so...
Fix 2
In router interface (if accessible), assign a fixed IP to the problem PC, then reboot router.
This had a stabilizing effect on the connection, but still getting some drops so searching on...
Fix 3
Found the problem: My ISP. Monitored the first machine with:
tail -f /var/log/kern.log
Found that every time the disconnect happened, there was an entry:
"...disconnecting connection 'Wired-default' for new activation
request."
But no "new activation request" was made!
So connected a second wired machine to the router and monitored it like the first. Found that the disconnects were timestamped the same. To verify, connected directly to the (bridged) modem, which eliminated the router as a possible cause.
Reported findings to ISP, they took action, and now everything is back to normal.
add a comment |
Have the same network hardware and same problem. Running 16.04 LTS.
Have also cranked through a process of elimination, only noting fewer breaks while data is streaming, Ex. file transfer, VOIP call. Since I would rather be tortured than run Windows, finding a solution is not optional.
Fix 1
In System Settings | Software and Updates, on Ubuntu Software tab, be sure 'Proprietary drivers for devices' is checked. Then:
sudo apt install r8168-dkms
and reboot. This installs the Realtek driver, which works for some so posting here. Didn't work in my case so...
Fix 2
In router interface (if accessible), assign a fixed IP to the problem PC, then reboot router.
This had a stabilizing effect on the connection, but still getting some drops so searching on...
Fix 3
Found the problem: My ISP. Monitored the first machine with:
tail -f /var/log/kern.log
Found that every time the disconnect happened, there was an entry:
"...disconnecting connection 'Wired-default' for new activation
request."
But no "new activation request" was made!
So connected a second wired machine to the router and monitored it like the first. Found that the disconnects were timestamped the same. To verify, connected directly to the (bridged) modem, which eliminated the router as a possible cause.
Reported findings to ISP, they took action, and now everything is back to normal.
Have the same network hardware and same problem. Running 16.04 LTS.
Have also cranked through a process of elimination, only noting fewer breaks while data is streaming, Ex. file transfer, VOIP call. Since I would rather be tortured than run Windows, finding a solution is not optional.
Fix 1
In System Settings | Software and Updates, on Ubuntu Software tab, be sure 'Proprietary drivers for devices' is checked. Then:
sudo apt install r8168-dkms
and reboot. This installs the Realtek driver, which works for some so posting here. Didn't work in my case so...
Fix 2
In router interface (if accessible), assign a fixed IP to the problem PC, then reboot router.
This had a stabilizing effect on the connection, but still getting some drops so searching on...
Fix 3
Found the problem: My ISP. Monitored the first machine with:
tail -f /var/log/kern.log
Found that every time the disconnect happened, there was an entry:
"...disconnecting connection 'Wired-default' for new activation
request."
But no "new activation request" was made!
So connected a second wired machine to the router and monitored it like the first. Found that the disconnects were timestamped the same. To verify, connected directly to the (bridged) modem, which eliminated the router as a possible cause.
Reported findings to ISP, they took action, and now everything is back to normal.
edited Mar 1 at 16:40
answered Feb 27 at 15:48
u2nu2n
5791517
5791517
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117054%2fubuntu-18-04-ethernet-connection-cutting-off-randomly-after-update-from-ubuntu-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please edit with elaboration of you problem - what specific kind of problem you have? Huge ping, connection drops, you can't connect via ssh?
– Gravemind
Feb 10 at 6:00
The connection cuts out completely for a period(A few minutes mostly), I can't ping anything, can't get webpages to load up, etc. And then will come back after a while, stay fine for a little bit, then repeat.
– Epicranger
Feb 10 at 9:28
seems like an issue with your router. Seems like it is overheated or overloaded, so it reboots, and thus you face connection drops.
– Gravemind
Feb 10 at 10:21