You are not logged in.
Firefox constantly shows "server not found" and after reloading a few times it works fine, same issue with chromium, as it shows "server's ip address could not be found" while downloads with pacman are working just fine, also the speed im getting is pretty slow, like 1 Mbit/s , checked on speedtest-cli , while my phone get 40 Mbit/s
Im using NetworkManager, resolv.conf is set by nm itself.
wifi adapter is 'Intel Centrino Wireless-N 135 (rev c4)
Offline
It's not going to be possible to help with the amount of information you've provided. Please provide your logs with
journalctl -b
Offline
Im using NetworkManager, resolv.conf is set by nm itself.
Also
resolvectl status
and
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
Online