[SOLVED] Cannot use mobile data
I installed sxmo it uses a nmcli command to create a gsm network.
No error is shown but I am not connected.
I need to use qmicli and busybox udhcpc too.
It is supposed to work just with NetworkManager.
(As long ModemManager and the power daemon are running.)
I need to run this to connect:
qmicli -d /dev/cdc-wdm0 -p --wds-start-network="ip-type=4,apn=<APN>" --client-no-release-cid
sleep 0.5
busybox udhcpc -q -f -n -i wwan0
I took it from some script.
I need to run it every time after turning on the device and when resuming.
I also need to run it again after some time has passed.
So I just made a dinit service that I am testing.
How can I fix it? It should work out of the box.