Skip to main content
Topic: Connman not connecting with wpa_supplicant (Read 424 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

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:
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.