I recently moved and ever since setting up my desktop, I've had seemingly random losses of my wired connection, although high bandwidth stuff (Netflix, maximizing an HD YouTube video) seems to trigger it fairly reliably.
I'm fairly certain it's something to do with Lubuntu. After the last outage, I hooked up a laptop to the same port on the router with the same cable and it connected just fine. My wireless phone and tablet also maintain their Internet connection.
Rebooting temporarily fixes the issue. Sometimes I need to reboot twice.
What do you need from me to diagnose? :)
sudo service network-manager restart
instead of rebooting ? Try that. There is list of connections in/etc/NetworkManager/system-connections
directory. Try deleting every single one of them and reconnect to your network ( and in case you need to keep settings for those networks, just back those files up withsudo mv /etc/NetworkManager/system-connections ~/connections-backup
, making sure you have connections-backups first) – Sergiy Kolodyazhnyy Apr 19 '15 at 04:32sudo service network-manager restart
and it worked once. I've also tried deleting all my network connections, though not through that method. – jesuskiosk Apr 20 '15 at 01:29sudo service network-manager restart
doesn't fix it for me. The only thing that fixes it is a full reboot withsudo shutdown -r now
.This is happening on a little Lenovo Q190 compact HTPC, so I wouldn't be surprised if it's a driver issue with the onboard ethernet port. But if you're also experiencing it on a plain desktop PC, then maybe it's a more common issue.
@jesuskiosk - Did you ever find a way to fix this?
– ndbroadbent Oct 12 '17 at 12:07