I moved to Ubuntu MATE 16.04 from Linux Mint 17.2 about 2-3 weeks ago. I did not experience the problem under consideration under Linux Mint.
I am now experiencing random drops of internet access. When such drops occur, I can no longer access new websites or new webpages, I cannot refresh webpages that are already open and I cannot launch new applications accessing the internet. However, existing connections, such as live streams, live chats, downloads or applications, usually remain operational after the drops, even though they may also break from time to time along with the drop.
After a drop, when I am trying to access a new webpage or refresh an existing one, I receive the following browser message:
“This site can’t be reached
The webpage at https://www.youtube.com/ might be temporarily down or it may have moved permanently to a new web address.
ERR_NAME_RESOLUTION_FAILED”
(This message is different from the one that I receive when I intentionally turn the internet off:
“There is no Internet connection
Try:
Checking the network cables, modem, and router
Reconnecting to Wi-Fi
ERR_INTERNET_DISCONNECTED”)
Also, after a drop, the Network Manager continues to show that the internet/Ethernet connection is up, and the modem indicators also show that intenet connection is OK. I have an ADSL modem.
The problem can be resolved by turning the modem off and then on. After this, the internet connection is working as normal until the next drop.
I have changed my Ethernet driver from r8169 to r8168, and this reduced the frequency of the drops. However, the drops still occur even though at a smaller frequency.
The output of $ dmesg | grep r816 immediately after a reboot is as follows:
[ 1.588495] r8168: module verification failed: signature and/or required key missing - tainting kernel
[ 1.588839] r8168 Gigabit Ethernet driver 8.041.00-NAPI loaded
[ 1.589735] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 1.589741] r8168 Copyright (C) 2015 Realtek NIC software team <[email protected]>
[ 1.589878] r8168 Gigabit Ethernet driver 8.041.00-NAPI loaded
[ 1.590692] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 1.590695] r8168 Copyright (C) 2015 Realtek NIC software team <[email protected]>
[ 1.648874] r8168 0000:06:00.0 enp6s0: renamed from eth1
[ 1.660233] r8168 0000:05:00.0 enp5s0: renamed from eth0
[ 34.452482] r8168: enp5s0: link up
However, after the first drop the output of $ dmesg | grep r816 changes to:
[ 1.589145] r8168: module verification failed: signature and/or required key missing - tainting kernel
[ 1.589456] r8168 Gigabit Ethernet driver 8.041.00-NAPI loaded
[ 1.590311] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 1.590317] r8168 Copyright (C) 2015 Realtek NIC software team <[email protected]>
[ 1.590332] r8168 Gigabit Ethernet driver 8.041.00-NAPI loaded
[ 1.591136] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 1.591139] r8168 Copyright (C) 2015 Realtek NIC software team <[email protected]>
[ 1.640349] r8168 0000:05:00.0 enp5s0: renamed from eth0
[ 1.664192] r8168 0000:06:00.0 enp6s0: renamed from eth1
[ 34.388479] r8168: enp5s0: link up
[ 4949.392006] r8168: enp5s0: link down
[ 4952.412478] r8168: enp5s0: link up
[ 4966.412007] r8168: enp5s0: link down
[ 4969.432481] r8168: enp5s0: link up
[13409.440008] r8168: enp5s0: link down
[13412.460476] r8168: enp5s0: link up
[13425.460006] r8168: enp5s0: link down
[13428.480476] r8168: enp5s0: link up
The output of $ ping 8.8.8.8 after a drop is as follows:
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=57 time=19.1 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=18.4 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=19.2 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=18.7 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=57 time=17.7 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=57 time=17.6 ms
and so on
I would appreciate if anyone could advise what needs to be done to get rid of this annoying problem, as apart from this issue the performance of the system has been fantastic.