<sicelo>
this will. disable the modem while leaving wifi working. to ensure modem doesn't power up at boot, you can do
<sicelo>
sudo rc-update del cellulard
fab_ has joined #maemo-leste
<sicelo>
got ussd interface to show up on motmdm_0, and at least the request does reach the qmimodem driver. but fails. maybe using wrong qmi device :-/
<freemangordon>
BTW, I am writing droid driver using qmi in upstream, as we speack
<sicelo>
no, leste version
<sicelo>
thanks @ upstream!!
<sicelo>
i rebased leste's ofono to 2.1 yesterday, but didn't get around to building and testing
<freemangordon>
well, upstream is 2.13 already, and API has changed a lot
<sicelo>
yeah
<sicelo>
i'll wait for your ofono, not duplicating efforts :-)
<freemangordon>
yeah, better do
<sicelo>
please do ping when there's something to test
<freemangordon>
sure
<sicelo>
so you're saying now it'll be qmi only? no more AT-QMI hybrid?
<freemangordon>
I guess we'll need some AT
<freemangordon>
but will see
<freemangordon>
but yeah, most of it will be qmi
LeePen has quit [Read error: Connection reset by peer]
ceene has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
ceene has quit [Ping timeout: 265 seconds]
<inky>
sicelo, thank you so much!
<inky>
i think i did it, yay.
<inky>
but is just not starting cellulard enough?
<inky>
i think i still need to disable modem after reboot, no?
xmn has quit [Ping timeout: 248 seconds]
<sicelo>
no
<sicelo>
cellulard is what powers up the modem at boot.
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
<inky>
thank you!
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
hm has joined #maemo-leste
hm has quit [Remote host closed the connection]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
akossh has joined #maemo-leste
Livio has joined #maemo-leste
Daanct12 has quit [Quit: WeeChat 4.4.4]
crab_ has joined #maemo-leste
crab_ has quit [Quit: WeeChat 4.4.3]
crab has joined #maemo-leste
n900 has joined #maemo-leste
fab_ has quit [Quit: fab_]
<freemangordon>
sicelo: upstream ofono has a nasty bug in qmi: callbacks are not called in case of error
<freemangordon>
hmm, scratch that
<freemangordon>
sicelo: ping
<freemangordon>
sicelo: majority of the modem drivers in ofono create gprs contexts after SIM is available (pin entered etc), the others (including n900) create gprs context after modem is put online
<freemangordon>
I wonder which one is the correct one
Livio has quit [Ping timeout: 264 seconds]
fab_ has joined #maemo-leste
Livio has joined #maemo-leste
sch has joined #maemo-leste
<sicelo>
I think all are correct iirc. n900-era modems do it after online because that's the only time you can use a context
<freemangordon>
ok, I'll do like gobi does (after sim)
<sicelo>
with lte, voice calls may need a context, even emergency calls. hence context should be available early
<sicelo>
yes. Gobi way is best for ofono because qmimodem