You are not logged in.

#1 2026-04-23 14:03:10

Enrico1989
Member
Registered: 2018-07-05
Posts: 301

[SOLVED] Cosmic doesn't show networks, despite internet WiFi works

(I'm posting here because internet actually works, so I think the error I'm doing is on the DE side rather than on the network side. But feel free to move it, if needed.)

This is a laptop I installed ArchLinux on a few years ago, but I haven't really touched it since then as it's got a battery that doesn't last a minute anymore. I've decided to give it as a present to a friend, so I've connected to a WiFi network by using iwctl, and then proceeded to update the system.

Despite some initial error, eventually the update seemed to succeed.

I did this:

# pacman -S archlinux-keyring
# pacman -Rdd linux-firmware
# pacman -Syu linux-firmware

I run the first because because I expected some signature-relate failures, and then I run the second and third following https://archlinux.org/news/linux-firmwa … ervention/.

If doing so something might have gone terribly wrong enough on the network side of things, please, tell me what to do to make sure all is fine with it.

Anyway, I've installed the cosmic suite + cosmic-greeter, enabled the service for the latter, in accordance to https://wiki.archlinux.org/title/COSMIC, and rebooted the system.

When logging in again, internet keeps working, but I don't see it via the GUI of Cosmic, as you can see from the screenshot below:

no-connections-in-cosmic.png

Last edited by Enrico1989 (Today 08:32:04)

Offline

#2 Yesterday 19:19:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,117

Re: [SOLVED] Cosmic doesn't show networks, despite internet WiFi works

Most of these integrations rely on networkmanager to broker the network state, so you'll need to disable iwd and enable networkmanager and in case you want networkmanager to use iwd internally see https://wiki.archlinux.org/title/Networ … Fi_backend

Online

#3 Yesterday 22:49:17

Enrico1989
Member
Registered: 2018-07-05
Posts: 301

Re: [SOLVED] Cosmic doesn't show networks, despite internet WiFi works

V1del wrote:

Most of these integrations rely on networkmanager to broker the network state, so you'll need to disable iwd and enable networkmanager

I've done

# systemctl disable iwd.service
# systemctl stop iwd.service
# systemctl enable NetworkManager.service
# systemctl start NetworkManager.service

and internet works, thanks.

V1del wrote:

and in case you want networkmanager to use iwd internally see https://wiki.archlinux.org/title/Networ … Fi_backend

Is there any reason why I'd want to do so?

The

Consider existing issues before switching to iwd.

from the link you provided sounds more like a dissuasive warning.

Last edited by Enrico1989 (Yesterday 22:50:22)

Offline

#4 Today 08:01:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,754

Re: [SOLVED] Cosmic doesn't show networks, despite internet WiFi works

Is there any reason why I'd want to do so?

Because you used iwd before - wpa_supplicant seems to have problems w/ some WPA3/WPA2 combos - idk how comparable the iwd integration in NM /is/ but it typically works "good enough".

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#5 Today 08:31:12

Enrico1989
Member
Registered: 2018-07-05
Posts: 301

Re: [SOLVED] Cosmic doesn't show networks, despite internet WiFi works

seth wrote:

Is there any reason why I'd want to do so?

Because you used iwd before

Well, the reason why I use iwd on my laptop is that I wanted to get my system on the internet just the way the live iso magically does so.

Offline

Board footer

Powered by FluxBB