Hi Cliff,

But if I run 'wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf' and 
then 'connmand -n -d' from the connman source, I get the familiar

'Error /net/connman/technology/wifi: Not supported'

Again there is no soft blocking anymore - why I don't know.

Never run wpa_supplicant that way for connman. Actually, if properly installed: wpa_supplicant will be properly started by dbus when connman will request its interface.

ConnMan _needs_ wpa_supplicant's dbus interface to be up, so -u option is mandatory. And if you supply -c <config file> and -i <iface>, you will also get trouble.

You should not care yourself about the wifi card name or the driver since ConnMan
will sort this out for you, as well as starting wpa_supplicant through dbus.

So, try starting connman, without starting yourself wpa_supplicant. Does this work?

If not, check this file: /usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
do you have it, and is its content like:

[D-BUS Service]
Name=fi.w1.wpa_supplicant1
Exec=/usr/sbin/wpa_supplicant -u
User=root
SystemdService=wpa_supplicant.service



Tomasz
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to