xmn has joined #maemo-leste
Pali has quit [Ping timeout: 260 seconds]
Keeblo has joined #maemo-leste
Keeblo has quit [Remote host closed the connection]
Daanct12 has joined #maemo-leste
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #maemo-leste
joerg has quit [Ping timeout: 268 seconds]
joerg has joined #maemo-leste
macros_ has quit [Ping timeout: 260 seconds]
macros_ has joined #maemo-leste
Livio has joined #maemo-leste
Livio has joined #maemo-leste
Livio has quit [Changing host]
mardy has joined #maemo-leste
Daanct12 has quit [Read error: Connection reset by peer]
Daanct12 has joined #maemo-leste
Livio has quit [Ping timeout: 260 seconds]
Livio has joined #maemo-leste
Livio has quit [Changing host]
Livio has joined #maemo-leste
Livio has quit [Quit: leaving]
<freemangordon> Wizzup: so, do we have more pending issues in ofono? or it is too early to say? :)
<Wizzup> I will check but pretty sure we have some more
<Wizzup> did you check the abort/segfault that I mentioned, or is that related?
<Wizzup> will also need to try SMSes some more
<Wizzup> freemangordon: I need to debug more whether context active works out of the box or not through dbus
<Wizzup> there are some timeout issues, but that could be dbus side
<Wizzup> but what would often happen to me before is that it would block in dbus trying to activate until I send myself a text
<Wizzup> to I need to test that some more, which would kind of suggest some issues kicking still with kicking qmimodem, so need to test if you fixed that
<Wizzup> then there's just making a lot of sms/calls
<Wizzup> I don't believe switching operator works currently either, but that could be QMI limitation as well
Twig has joined #maemo-leste
<Wizzup> hmmm I think that just happened
<Wizzup> I don't know what exactly ~+CIEV=5,2... does, but it seems that after that (and kernel printing motmdm_voice_get_state) the context should be active, but ofono doesn't realise until I send out a sms
<Wizzup> I did not see any CREG this time
<Wizzup> looks like the CREG came minutes later, doesn't make sense to me
<Wizzup> [Sat Aug 27 09:02:10 2022] gsd_receive_buf: 00000000: f9 07 ef 25 55 30 30 38 37 7e 2b 43 49 45 56 3d ...%U0087~+CIEV=
<Wizzup> around here I activate context
<Wizzup> CREG comes here
<Wizzup> [Sat Aug 27 09:05:50 2022] gsd_receive_buf: 00000000: f9 07 ef 57 55 30 31 33 36 7e 2b 43 52 45 47 3d ...WU0136~+CREG=
<freemangordon> could you have SCRN=1 and re-test
<Wizzup> I had SCRN=1 I think
<Wizzup> I was looking at the display all the time
<freemangordon> ah, ok
<Wizzup> I guess CREG technically is not something ofono should wait for
<freemangordon> hmm, cannot open that site
<Wizzup> so what surprises me is that ~+CIEV= is matched only in motorolamodem/voicecall.c
<freemangordon> ah, it opened :)
<Wizzup> even though it seems to very clearly be used for internet contexts
<Wizzup> so I worry perhaps the wrong thing is being kicked
<Wizzup> or worse, no kicks at all
<Wizzup> at least looking at ciev_notify in motorolamodem/voicecall.c
<Wizzup> fwiw I use this: mdbus2 -s org.ofono /motmdm_0/context1 org.ofono.ConnectionContext.SetProperty Active true
<Wizzup> so I think this is another ofono issue
<freemangordon> what is this site?
<Wizzup> hm?
<Wizzup> No idea, just first hit on google for 'at creg'
<freemangordon> ah :)
Daaanct12 has joined #maemo-leste
Daanct12 has quit [Read error: Connection reset by peer]
<Wizzup> I cannot exactly find what CIEV is, but in any case just matching for it in voicecall is likely the root cause here
<freemangordon> seems this is some unsol event, and parameters to it describe what has happened
<Wizzup> well it happens in response to the context activation
<Wizzup> but it's not a direct result it seems yes
<Wizzup> maybe it is just the roaming indicator in this case? not sure
<Wizzup> or gprs coverage, it's usually 5,2 something though
<Wizzup> btw, I don't think the sms got sent either, but trying to send the sms with sphone did trigger the context being active
<Wizzup> the message is still pending in ofono:
<Wizzup> /motmdm_0/message_CC09967A6C013B436C54A7742FE20E838DEACDB8
<Wizzup> # mdbus2 -s org.ofono /motmdm_0/message_CC09967A6C013B436C54A7742FE20E838DEACDB8 org.ofono.Message.GetProperties
<Wizzup> ({'State': <'pending'>},)
<Wizzup> let's send the d4 a text and see if that flushes things out
<freemangordon> seems we have some general issue with events from the modem
<Wizzup> right
<Wizzup> I don't think I ever saw the command come in to actually send the sms (in kernel log)
<Wizzup> (this is with scrn:0)
<freemangordon> hmm, yesterday I sent a couple of SMSes here
<freemangordon> no issue
<tmlind> we use usb qmimodem for sending and motorolamodem for receiving fyi
<tmlind> running ofono with logging enabled should show why an outgoing sms is pending
<Wizzup> freemangordon: yeah it only works sometimes
<tmlind> the CIEV shows the line status for voice and data i think
<freemangordon> Wizzup: I have to leave (will be MIA till tomorrow evening), please, gather some issues and the way to repro them. I will have a look
<Wizzup> tmlind: yes but we don't handle it for data :)
<tmlind> oh ok
<Wizzup> freemangordon: most of these are "works sometimes"
<freemangordon> hmm
<freemangordon> ok, enable ofono logs
<Wizzup> I have ofono debug enables I tihnk
<Wizzup> root 2841 0.0 0.3 4876 3440 ? Ss Aug26 0:08 /usr/sbin/ofonod -d *,*/*,*/*/*
<freemangordon> ok
<freemangordon> and also export OFONO_AT_DEBUG=1
<freemangordon> somewhere in the startup script
<Wizzup> ok
<freemangordon> that way we'll have messages logged in ofono log as well
<Wizzup> I also will take a break today
<freemangordon> :)
<Wizzup> but I will add it in
<Wizzup> ideally we would document all these 'how to debug modem issues and provide logs' steps somewhere on the wiki
<freemangordon> yeah, enable that so we'll have the logs when something wrong happens
<freemangordon> bbl
<Wizzup> freemangordon: maybe this is ok:
<Wizzup> # cat /etc/default/ofono
<Wizzup> OFONO_AT_DEBUG=1
<Wizzup> export OFONO_AT_DEBUG=1
<Wizzup> DAEMON_OPTS="-d "*,*/*,*/*/*""
<Wizzup> cc buZz ^^ :p
<freemangordon> don;t know, just reboot and see if you have AT commands logged in ofonod.log
xmn has quit [Ping timeout: 260 seconds]
uvos__ has joined #maemo-leste
dev has joined #maemo-leste
dev has left #maemo-leste [#maemo-leste]
uvos has joined #maemo-leste
Pali has joined #maemo-leste
pere has quit [Ping timeout: 268 seconds]
Daaanct12 has quit [Remote host closed the connection]
Daaanct12 has joined #maemo-leste
Livio has joined #maemo-leste
Livio has quit [Changing host]
Livio has joined #maemo-leste
Livio has quit [Ping timeout: 268 seconds]
pere has joined #maemo-leste
Livio has joined #maemo-leste
Livio has quit [Changing host]
Livio has joined #maemo-leste
<buZz> gee > hildon-meta-droid4 : Depends: linux-image-omap but it is not installable
Twig has quit [Ping timeout: 252 seconds]
<uvos> yeah that issue was alleardy reported
<uvos> Wizzup assigned it to himself
Daanct12 has joined #maemo-leste
Daaanct12 has quit [Ping timeout: 248 seconds]
Daanct12 has quit [Remote host closed the connection]
<buZz> alrighty, was just browing , noticed most images havent been building
javiplx has joined #maemo-leste
<uvos> thanks for checking ;)
<buZz> Wizzup: i stored that blurb to start a 'help to debug X' wikipage
Livio has quit [Ping timeout: 268 seconds]
javiplx has quit [Ping timeout: 260 seconds]
javiplx has joined #maemo-leste
uvos__ has quit [Ping timeout: 252 seconds]
<Wizzup> yeah, the image builder vms are finnicky
<Wizzup> after a whole java consumes all cores and it loses the ssh key
uvos has quit [Ping timeout: 252 seconds]
<Wizzup> buZz: :)
<Wizzup> freemangordon: well one of those entries in /etc/default/ofono did it
norayr has left #maemo-leste [Error from remote client]
xmn has joined #maemo-leste
Livio has joined #maemo-leste
Livio has quit [Changing host]
Livio has joined #maemo-leste
javiplx has quit [Remote host closed the connection]
javiplx has joined #maemo-leste
norayr has joined #maemo-leste
uvos has joined #maemo-leste
mardy has quit [Quit: WeeChat 2.8]
uvos has quit [Ping timeout: 252 seconds]
uvos has joined #maemo-leste
javiplx has quit [Remote host closed the connection]
uvos has quit [Remote host closed the connection]
elastic_dog has quit [Ping timeout: 244 seconds]
elastic_dog has joined #maemo-leste
Pali has quit [Ping timeout: 268 seconds]