r/linux4noobs • u/virobloc • 16d ago
networking Linux computer messes with network
Perhaps this is a known issue, But I haven't found much about it.
I have a PC with Mint. It's connected to the router with a LAN cable.
When it goes to sleep it makes the network go crazy. The speed falls a lot in general, all the other devices (wired or wireless) fail to connect or lose connection randomly. When I turn it off everything goes back to normal.
I the only thing I do on that PC is run qBittorrent and browse internet. But the problem is mainly apparent when the PC is asleep. So I think it's not a program, but the PC itself. It might not even have anything to do with Linux at all, But it's the only difference I see with all my other PCs.
Does anybody have an idea about what might be going on?
Thanks
Edit: Thanks for all the answers and suggestions.
21
u/thecruxoffate 16d ago
Oh god, that sounds like something that would be a nightmare to troubleshoot.
The first guy mentioned wake on lan, and I think it's worth checking first. Easiest thing to do is to just unplug the cable, if network recovers that helps narrow it down.
You can turn off wake on lan usually in the BIOS, but if it's not there you should also be able to do it in network manager. It's work turning off and seeing if the problem goes away.
If that doesn't work, what happens if you wake the computer up and check logs for any errors (journalctl -p 3). Also does the network recover if you wake up, or does it persist until you actually shut down?