You are not logged in.
New to arch here.
At home I can connect to the wifi with NetworkManger and all is fine. When I got to the office, I can connect to the wifi here, but I have no internetacces.
I then disable NetworkManger and enable iwd and connect through iwctl. Now I have internet access. How can I find and the fix this issue I have with network manager?
Here is the output from systemctl status NetworkManager if it help
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.4984] policy: set 'Microlab' (wlan0) as default for IPv4 routing and DNS
Nov 19 14:13:39 archlinux NetworkManager[511]: <warn> [1763558019.5087] dns-sd-resolved[d1296e79e2408ca2]: send-updates SetLinkDomains@2 failed: GDBus.Error:org.freedesktop.resolve1.LinkBusy: Link wlan0 is managed.
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.5090] device (wlan0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.5108] device (wlan0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.5110] device (wlan0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.5115] manager: NetworkManager state is now CONNECTED_SITE
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.5123] device (wlan0): Activation: successful, device activated.
Nov 19 14:13:39 archlinux NetworkManager[511]: <info> [1763558019.5133] manager: startup complete
Nov 19 14:13:48 archlinux NetworkManager[511]: <info> [1763558028.5286] agent-manager: agent[49ecfc145ce2dd5e,:1.59/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 19 14:14:04 archlinux NetworkManager[511]: ((../NetworkManager/src/libnm-systemd-core/src/libsystemd/sd-event/sd-event.c:4488)): assertion '<dropped>' failed
Thanks in advance for the help.
Last edited by TwicthyFrost (2025-11-20 11:26:16)
Offline
Please use [code][/code] tags.
But the slab there isn't gonna cut it - you seem to be connecting to some AP but there might be a DNS issue or whatever else going on.
See whether you can "ping -c1 8.8.8.8"
NM defaults to wpa_supplicant, are you https://wiki.archlinux.org/title/Networ … Fi_backend ?
In doubt please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOnline
@seth Thank you for the information.
I ended up rebuilding the NetworkManger with iwd backend (from the link you posted), and that seemed to solve the issue for me.
I also had to forget the network and reconnect to it
Offline