When entering...
Code: Select all
connmanctl scan wifi
Code: Select all
/net/connman/technology/wifi : not supported
If anyone knows what's behind this issue... I welcome any and all outreach.
Post#1 by fullmoonremix » 19 Aug 2016, 13:53
Code: Select all
connmanctl scan wifi
Code: Select all
/net/connman/technology/wifi : not supported
fullmoonremix
Post#2 by jmhoward56 » 19 Aug 2016, 14:53
jmhoward56
Post#3 by fullmoonremix » 19 Aug 2016, 16:45
fullmoonremix
Post#4 by brokenman » 19 Aug 2016, 21:37
brokenman
Post#5 by fullmoonremix » 19 Aug 2016, 21:46
Code: Select all
# summon connman daemon...
connmand
# wifi
connmanctl enable wifi
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root
# In order to get wpa_supplicant and Connection Manager working properly
# together you should edit wpa_supplicant .config file and set:
CONFIG_WPS=y
CONFIG_AP=y
CONFIG_CTRL_IFACE_DBUS_NEW=y
# add:
CONFIG_BGSCAN_SIMPLE=y
# This last option will enable the support of background scanning while being
# connected, which is necessary when roaming on wifi.
# and finally:
CONFIG_AUTOSCAN_EXPONENTIAL=y
# This will enable the exact same function as bgscan but while being
# disconnected.
# It is recommended to use wpa_supplicant 1.x or later.
# If wpa_supplicant is configured to D-Bus autostart, then ConnMan will
# trigger the autostart of wpa_supplicant. However please keep in mind
# that this trigger only happens once. If wpa_supplicant stops or crashes,
# ConnMan does not periodically try to autostart it. It is up to systemd or
# similar service management tool to autostart it.
fullmoonremix
Post#6 by fullmoonremix » 28 Aug 2016, 17:05
fullmoonremix
Post#7 by Jack » 28 Aug 2016, 18:11
Code: Select all
root@porteus:/home/guest/Downloads# connmanctl scan wifi
Error /net/connman/technology/wifi: The name net.connman was not provided by any .service files
root@porteus:/home/guest/Downloads# connmanctl enable wifi
Error wifi: The name net.connman was not provided by any .service files
root@porteus:/home/guest/Downloads#
Jack
Post#8 by fullmoonremix » 28 Aug 2016, 19:28
Posted by 73.112.16.173 via http://webwarper.net@ https://github.com/ev3dev/connman
--enable-nmcompat
Enable support for NetworkManager compatibility interfaces
This allows to expose a minimal set of NetworkManager
interfaces. It is useful for systems with applications
written to use NetworkManager to detect online/offline
status and have not yet been converted to use ConnMan.
fullmoonremix
Post#9 by fullmoonremix » 29 Aug 2016, 14:36
Code: Select all
Unknown group "network" in message bus file
Delete them from /etc/passwd and use `vipw` and add them (`env EDITOR=ee vipw` if you are not familar with vi).
fullmoonremix
Post#10 by fullmoonremix » 30 Aug 2016, 11:23
fullmoonremix
Post#11 by fullmoonremix » 30 Aug 2016, 19:48
Code: Select all
Unknown group "network" in message bus file
fullmoonremix
Post#12 by fullmoonremix » 30 Aug 2016, 20:58
fullmoonremix
Post#13 by fullmoonremix » 01 Sep 2016, 16:33
fullmoonremix
Post#14 by brokenman » 02 Sep 2016, 02:45
brokenman
Post#15 by fullmoonremix » 02 Sep 2016, 05:03
I'm not sure how to do this...Check permissions on dbus-daemon-launch-helper
fullmoonremix