Intermittent loss of ethernet network connectivity with Broadcom BCM5761
Here's my issue in a nutshell: a few weeks after updating to 18.04 from 16.04, I began to have issues with ethernet network connectivity. Occasionally, my connection to both the internet and other devices on the LAN will be dropped. Packet transmission doesn't go totally to zero, but oscillates around ~0.5 - 7 KiB/s. Toggling the network connection off and on through the Network Manager successfully re-establishes the connection, but the connection will inevitably be lost again. I haven't been able to determine what triggers the disconnect and the duration of network uptime is seemingly random. Sometimes it'll last a few seconds, other times it will last ~30 minutes. I'm also not sure exactly what caused the problem to appear in the first place. Probably an update/upgrade at some point after the move to 18.04, but it's hard to pinpoint.
Here's the output of lspci -knn | grep Eth -A3
06:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761 Gigabit Ethernet PCIe [14e4:1681] (rev 10)
Subsystem: Dell NetXtreme BCM5761 Gigabit Ethernet PCIe [1028:026d]
Kernel driver in use: tg3
Kernel modules: tg3
07:0a.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] [104c:8023]
I'm using kernel 4.15.0-45-generic. I've run ye olde apt-cache update / upgrade, rebooted, and dug around extensively through different forums to no avail. Found some similar problems, but involving different hardware/driver combos or for older versions of Ubuntu, but nothing that matches may setup. Any ideas would be appreciated.
networking drivers 18.04 ethernet broadcom
New contributor
add a comment |
Here's my issue in a nutshell: a few weeks after updating to 18.04 from 16.04, I began to have issues with ethernet network connectivity. Occasionally, my connection to both the internet and other devices on the LAN will be dropped. Packet transmission doesn't go totally to zero, but oscillates around ~0.5 - 7 KiB/s. Toggling the network connection off and on through the Network Manager successfully re-establishes the connection, but the connection will inevitably be lost again. I haven't been able to determine what triggers the disconnect and the duration of network uptime is seemingly random. Sometimes it'll last a few seconds, other times it will last ~30 minutes. I'm also not sure exactly what caused the problem to appear in the first place. Probably an update/upgrade at some point after the move to 18.04, but it's hard to pinpoint.
Here's the output of lspci -knn | grep Eth -A3
06:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761 Gigabit Ethernet PCIe [14e4:1681] (rev 10)
Subsystem: Dell NetXtreme BCM5761 Gigabit Ethernet PCIe [1028:026d]
Kernel driver in use: tg3
Kernel modules: tg3
07:0a.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] [104c:8023]
I'm using kernel 4.15.0-45-generic. I've run ye olde apt-cache update / upgrade, rebooted, and dug around extensively through different forums to no avail. Found some similar problems, but involving different hardware/driver combos or for older versions of Ubuntu, but nothing that matches may setup. Any ideas would be appreciated.
networking drivers 18.04 ethernet broadcom
New contributor
In a terminal window,journalctl /usr/sbin/NetworkManager
will show you more about what's happening.
– waltinator
yesterday
add a comment |
Here's my issue in a nutshell: a few weeks after updating to 18.04 from 16.04, I began to have issues with ethernet network connectivity. Occasionally, my connection to both the internet and other devices on the LAN will be dropped. Packet transmission doesn't go totally to zero, but oscillates around ~0.5 - 7 KiB/s. Toggling the network connection off and on through the Network Manager successfully re-establishes the connection, but the connection will inevitably be lost again. I haven't been able to determine what triggers the disconnect and the duration of network uptime is seemingly random. Sometimes it'll last a few seconds, other times it will last ~30 minutes. I'm also not sure exactly what caused the problem to appear in the first place. Probably an update/upgrade at some point after the move to 18.04, but it's hard to pinpoint.
Here's the output of lspci -knn | grep Eth -A3
06:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761 Gigabit Ethernet PCIe [14e4:1681] (rev 10)
Subsystem: Dell NetXtreme BCM5761 Gigabit Ethernet PCIe [1028:026d]
Kernel driver in use: tg3
Kernel modules: tg3
07:0a.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] [104c:8023]
I'm using kernel 4.15.0-45-generic. I've run ye olde apt-cache update / upgrade, rebooted, and dug around extensively through different forums to no avail. Found some similar problems, but involving different hardware/driver combos or for older versions of Ubuntu, but nothing that matches may setup. Any ideas would be appreciated.
networking drivers 18.04 ethernet broadcom
New contributor
Here's my issue in a nutshell: a few weeks after updating to 18.04 from 16.04, I began to have issues with ethernet network connectivity. Occasionally, my connection to both the internet and other devices on the LAN will be dropped. Packet transmission doesn't go totally to zero, but oscillates around ~0.5 - 7 KiB/s. Toggling the network connection off and on through the Network Manager successfully re-establishes the connection, but the connection will inevitably be lost again. I haven't been able to determine what triggers the disconnect and the duration of network uptime is seemingly random. Sometimes it'll last a few seconds, other times it will last ~30 minutes. I'm also not sure exactly what caused the problem to appear in the first place. Probably an update/upgrade at some point after the move to 18.04, but it's hard to pinpoint.
Here's the output of lspci -knn | grep Eth -A3
06:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761 Gigabit Ethernet PCIe [14e4:1681] (rev 10)
Subsystem: Dell NetXtreme BCM5761 Gigabit Ethernet PCIe [1028:026d]
Kernel driver in use: tg3
Kernel modules: tg3
07:0a.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] [104c:8023]
I'm using kernel 4.15.0-45-generic. I've run ye olde apt-cache update / upgrade, rebooted, and dug around extensively through different forums to no avail. Found some similar problems, but involving different hardware/driver combos or for older versions of Ubuntu, but nothing that matches may setup. Any ideas would be appreciated.
networking drivers 18.04 ethernet broadcom
networking drivers 18.04 ethernet broadcom
New contributor
New contributor
New contributor
asked yesterday
BrianBrian
1
1
New contributor
New contributor
In a terminal window,journalctl /usr/sbin/NetworkManager
will show you more about what's happening.
– waltinator
yesterday
add a comment |
In a terminal window,journalctl /usr/sbin/NetworkManager
will show you more about what's happening.
– waltinator
yesterday
In a terminal window,
journalctl /usr/sbin/NetworkManager
will show you more about what's happening.– waltinator
yesterday
In a terminal window,
journalctl /usr/sbin/NetworkManager
will show you more about what's happening.– waltinator
yesterday
add a comment |
0
active
oldest
votes
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
});
}
});
Brian is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1116498%2fintermittent-loss-of-ethernet-network-connectivity-with-broadcom-bcm5761%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Brian is a new contributor. Be nice, and check out our Code of Conduct.
Brian is a new contributor. Be nice, and check out our Code of Conduct.
Brian is a new contributor. Be nice, and check out our Code of Conduct.
Brian is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1116498%2fintermittent-loss-of-ethernet-network-connectivity-with-broadcom-bcm5761%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
In a terminal window,
journalctl /usr/sbin/NetworkManager
will show you more about what's happening.– waltinator
yesterday