Connman not connecting with wpa_supplicant
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:
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:
** (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:
Error /net/connman/technology/wifi: Not supported
Let me know if any more info is needed.