Artix Linux Forum

Artix Linux => System => Topic started by: Jemsurfer on 17 January 2023, 12:25:19

Title: Connman not connecting with wpa_supplicant
Post by: Jemsurfer on 17 January 2023, 12:25:19
Not exactly sure what changed in my config, but something has caused connman to not be able to connect to wifi networks; I have to use wpa_cli directly which is slower. My conf is:
Code: [Select]
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
update_config=1
country=GB
network={
ssid="ssid"
psk="pass"
}
My user is in wheel, and wpa_cli works fine. I can't see what could be stopping me from using connman (i.e conman-gtk) to connect; connmand is enabled at sysinit. Opening connman-gtk reports:
Code: [Select]
** (connman-gtk:5523): WARNING **: 11:15:13.811: failed to scan wifi: GDBus.Error:net.connman.Error.NotSupported: Not supported
, and running connmanctl scan wifi returns:
Code: [Select]
Error /net/connman/technology/wifi: Not supported

Let me know if any more info is needed.