02-19-2020, 02:56 AM
(02-19-2020, 01:27 AM)dukla2000 Wrote:(02-19-2020, 01:10 AM)quixote Wrote: Came here to find light on the same issue: ModemManager unavailable. Sounds like the thing to do is just wait for the situation to clarify? ??
Are there any command line options to set up the modem manually?
gets modem manager installed but the dialler still shows it as missing.Code:sudo apk update
sudo apk upgrade
sudo apk add modemmanager
Before that the standard
brings up the modem ok but again phosh is pretty unaware of it so in fact SMS and mobile data don't work.Code:ofonoctl poweron
ofonoctl online
sudo ofonoctl wan --connect --append-dns
That's as far as I could play with this so far.
I have to start the service,
Code:
/etc/init.d/modemmanager start
Also start at boot
Code:
rc-update add modemmanager
This gives me calls and sms at boot