You are not logged in.
Pages: 1
Hey,
So I am having a problem.
Websites take very long to load. It's honestly a bit random. Sometimes they load really fast, while sometimes they take a lot of time to load. I am not sure what the problem is.
Any help is appreciated.
Regards,
MisuteriasuKe
Last edited by MisuteriasuKe (2022-03-16 19:41:18)
Offline
Adding a little something to the post:
My internet works just fine on my Windows 10 dual boot on the same PC. It also works fine on other devices connected (wired and wireless) to the same router.
Here are the results of my speedtest:
https://cdn.discordapp.com/attachments/ … nknown.png
Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code
Last edited by Slithery (2022-03-16 18:18:24)
Offline
The speedtest took quite a lot of time to conduct, and the website took its time loading too.
Offline
Please post the output of...
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
Offline
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.timesync1.service | system
dhcpcd@enp6so.service | multi-user.target.wants
dhcpcd.service | multi-user.target.wants
dirmngr.socket | sockets.target.wants
display-manager.service | system
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
libvirtd-ro.socket | sockets.target.wants
libvirtd.service | multi-user.target.wants
libvirtd.socket | sockets.target.wants
mariadb.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
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-timesyncd.service | sysinit.target.wants
virtlockd.socket | sockets.target.wants
virtlogd.socket | sockets.target.wants
xdg-user-dirs-update.service | default.target.wants
Offline
You have at least two conflicting networking services. If you intend to use NetworkManager disable both dhcpcd services or disable NetworkManager in favour of dhcpcd, do not have both enabled at the same time, that can lead to all sorts of conflict
Last edited by V1del (2022-03-16 19:15:08)
Offline
Disabled NetworkManger and that fixed it.
Offline
Can anyone tell me how do I mark this post as solved? Thanks.
Offline
You can edit the title in your first post: https://wiki.archlinux.org/title/Genera … ow_to_post
Offline
Pages: 1