Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Ethernet dropping out intermittently

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
xedni
Posts: 52
Joined: 2014-02-07 07:53
Location: Polska
Has thanked: 1 time

Ethernet dropping out intermittently

#1 Post by xedni »

My Ethernet connection has never dropped out until I did a clean install of Buster yesterday. Now it does, from time to time. I need to unplug the USB connected modem and plug it back in to reconnect. Could someone please suggest a way to troubleshoot the issue? Non-free firmware did not install from USB thumb drive, during installation, but I gather that this is just an issue in regard to Wi-Fi. Or is it?

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Ethernet dropping out intermittently

#2 Post by p.H »

What do you mean exactly by "drop out" ?
What does the USB modem have to do with ethernet ?
What ethernet controller model is it ?
Some ethernet controllers require firmwares for optimal operation.

xedni
Posts: 52
Joined: 2014-02-07 07:53
Location: Polska
Has thanked: 1 time

Re: Ethernet dropping out intermittently

#3 Post by xedni »

p.H wrote:What do you mean exactly by "drop out" ?
What does the USB modem have to do with ethernet ?
What ethernet controller model is it ?
Some ethernet controllers require firmwares for optimal operation.
By drop out, I mean that the USB Ethernet Connection indicator in the panel disappears and I lose Internet connectivity. To get it back, I have to unplug my modem and plug it back in.

Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Ethernet dropping out intermittently

#4 Post by Head_on_a_Stick »

Not quite the same device but maybe related: https://bugzilla.kernel.org/show_bug.cgi?id=205047

So try

Code: Select all

# ethtool -K $interface tso off
Replace $interface with the actual name of the interface (use the 'ip link' command to find that).

If it doesn't help then please post the systemd journal contents during a dropout.
deadbang

xedni
Posts: 52
Joined: 2014-02-07 07:53
Location: Polska
Has thanked: 1 time

Re: Ethernet dropping out intermittently

#5 Post by xedni »

Head_on_a_Stick wrote:Not quite the same device but maybe related: https://bugzilla.kernel.org/show_bug.cgi?id=205047

So try

Code: Select all

# ethtool -K $interface tso off
Replace $interface with the actual name of the interface (use the 'ip link' command to find that).

If it doesn't help then please post the systemd journal contents during a dropout.
Thanks for helping and sorry for the noob question, but I can't decipher the output of ip link in order to find the actual name of the interface. Here it is:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
link/ether f0:de:f1:3a:74:45 brd ff:ff:ff:ff:ff:ff
4: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 46:58:2f:6b:d6:df brd ff:ff:ff:ff:ff:ff
34: enx0c5b8f279a64: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 0c:5b:8f:27:9a:64 brd ff:ff:ff:ff:ff:ff

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Ethernet dropping out intermittently

#6 Post by Head_on_a_Stick »

xedni wrote:

Code: Select all

34: enx0c5b8f279a64: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 0c:5b:8f:27:9a:64 brd ff:ff:ff:ff:ff:ff
^ That's the USB interface ("enx0c5b8f279a64").
deadbang

xedni
Posts: 52
Joined: 2014-02-07 07:53
Location: Polska
Has thanked: 1 time

Re: Ethernet dropping out intermittently

#7 Post by xedni »

Head_on_a_Stick wrote:
xedni wrote:

Code: Select all

34: enx0c5b8f279a64: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 0c:5b:8f:27:9a:64 brd ff:ff:ff:ff:ff:ff
^ That's the USB interface ("enx0c5b8f279a64").
Thank you.

The output of ethtool -K enx0c5b8f279a64 tso off is:

Cannot change tcp-segmentation-offload

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Ethernet dropping out intermittently

#8 Post by Head_on_a_Stick »

Ah well, it was worth a try. Hopefully p.H will be along soon to explain why my suggestion was stupid :mrgreen:
deadbang

xedni
Posts: 52
Joined: 2014-02-07 07:53
Location: Polska
Has thanked: 1 time

Re: Ethernet dropping out intermittently

#9 Post by xedni »

Head_on_a_Stick wrote:Ah well, it was worth a try. Hopefully p.H will be along soon to explain why my suggestion was stupid :mrgreen:
I appreciate the help, in any case. Thank you.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Ethernet dropping out intermittently

#10 Post by p.H »

Sorry but I am failing to understand which interface this is about and how it is related to a USB modem you mentionned earlier (not ethernet controller). You mentionned Intel Corporation 82577LM but AFAIK this is a PCI ethernet controller, not USB.

Post Reply