02-13-2020, 02:03 PM
the py3-dbus/pip3 thing isn't needed anymore, ofonoctl is now available in the binary repository.
you can also check the wan or modem status with these commands:
And for the third point, ifconfig has been deprecated for a decade now it's `ip a`now
Code:
$ apk add ofonoctl
$ ofonoctl poweron
$ ofonoctl online
$ ofonoctl wan --connect --append-dns
Code:
$ ofonoctl list
$ ofonoctl wan
And for the third point, ifconfig has been deprecated for a decade now it's `ip a`now