I hoped the ofonoctl command as per https://git.sr.ht/~martijnbraam/ofonoctl
would work but it doesn't.
Same with modem power off command it doesn't do anything.
and service start / stop / restart doesn't work either for ofonod, I don't know how to start / stop it properly.
Worked it out:
Stop ofono:
Start ofono:
After ofono start (if turned off before), modem power is off and offline, so you need to do:
You can check the status with:and for WWAN:
Note that and do not show any WWAN routes so perhaps mobile data is actually off?
Code:
sudo ofonoctl offline
Same with modem power off command
Code:
sudo ofonoctl poweroff
and service start / stop / restart doesn't work either for ofonod, I don't know how to start / stop it properly.
Worked it out:
Stop ofono:
Code:
sudo systemctl stop ofono
Start ofono:
Code:
sudo systemctl start ofono
After ofono start (if turned off before), modem power is off and offline, so you need to do:
Code:
ofonoctl poweron && ofonoctl online
You can check the status with:
Code:
ofonoctl list
Code:
ofonoctl wan
Note that
Code:
ip a
Code:
ip route
Pinephone v1.2 UBports CE. Adelaide, Australia using Amaysim SIM (Optus network, VoLTE enabled) with Mobian SD card. VoLTE working also with Felix / Vodafone AU and Aldimobile / Telstra AU.
Manjaro Plasma Mobile on EMMC.
Manjaro Plasma Mobile on EMMC.