You are not logged in.
Pages: 1
Hi,
so sometimes my internet "lags". I experience it with wireless and ethernet. Now the wierless connection is just bad sometimes (I can see "no internet" on my android phone). Reconnecting usually helped.
Now other people who live in the same house (we share the internet) tell me the ethernet works fine but apparently it doesn't since sometimes a youtube stream might just start lagging and then loading a homepage takes ages. Pinging something works although I think I only tried to ping IPs e.g. 8.8.8.8 and never something that had to be resolved. Hard to test since I can't force it to lag.
I use NetworkManager.
Now what can I do to debug this?
Offline
What's the output of...
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fOffline
The output is
acpid.service | multi-user.target.wants
bluetooth.service | bluetooth.target.wants
dbus-org.bluez.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dirmngr.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
gpg-agent-browser.socket | sockets.target.wants
gpg-agent-extra.socket | sockets.target.wants
gpg-agent.socket | sockets.target.wants
gpg-agent-ssh.socket | sockets.target.wants
mongodb.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-swap.service | multi-user.target.wantsalso I just had such a "lag" and pinging www.google.com comes with a 1ms latency, no packages lost.
Last edited by balance (2021-05-12 12:23:15)
Offline
Pages: 1