Thank you very much Daniel, that did the trick.
Kind regards,
- jupiter
On 5/2/19, Daniel Wagner <wagi(a)monom.org> wrote:
Hi JH,
On Thu, May 02, 2019 at 03:29:57PM +1000, JH wrote:
> Both wifi.config and cellular.config are able to be added by connman,
> but I have to run command line manually "connmanctl enable cellular"
> and "connmanctl enable wifi" to bring both online. Are there any
> key-value in config file for automatically enable\ing the interfaces
> without calling "connmanctl enable cellular / wifi" manually? I
> checked the config-format.txt, but could not find anything.
The default settings for the technology enabled/disabled is in the
/var/lib/connman/settings file. Try to deploy something like
below. Note ConnMan should not run when you add or edit the file.
# cat /var/lib/connman/settings
[global]
OfflineMode=false
[Wired]
Enable=true
Tethering=false
[WiFi]
Enable=true