libera/#maemo-leste/ Sunday, 2023-11-26

freemangordonarno11: please add 'Option          "TripleBuffer"  "true"' to /usr/share/X11/xorg.conf.d/99-omap.conf to see if it will make it smoother07:59
arno11freemangordon: no diff with triple buffer08:50
arno11the 'feeling' is exactly the same08:55
Wizzuparno11: anything we need n900 serial for now btw?14:15
arno11good question, don't remember if there is something else to look at.14:16
Wizzupok14:17
WizzupI'll be back in a few hours and will then look at seeing if I can update my ofono pr with the voicecall/telepathy work14:18
Wizzupso then we should get VoIP as well soon :)14:18
arno11oh really cool14:18
arno11btw for voip, we need a solution for the daemon.conf to get audio (pkg or leste-config?)14:22
Wizzupyes for n90014:37
Wizzupand probably more tbh :)14:37
Wizzupfor tp sip I mean14:37
arno11yes probably14:37
Wizzupdo others also see a bunch of this:19:30
Wizzuperror time=1701023567.586889 sender=org.freedesktop.DBus -> destination=:1.2 error_name=org.freedesktop.DBus.Error.AccessDenied reply_serial=21019:30
Wizzup string "Rejected send message, 1 matched rules; type="error", sender=":1.2" (uid=0 pid=2233 comm="/usr/bin/mce --force-syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.38" (uid=1000 pid=2864 comm="/usr/bin/hildon-home                              ")"19:30
Wizzupin dbus-monitor --system19:30
Wizzupog, this might actually be sfos doing something that our mce doesn't understand19:30
buZzi let through all those replies to the ML about some binary switch19:46
buZzand added the senders to 'accept'19:46
Wizzupthanks19:50
Wizzuphuh, voicecall from sfos somehow doesn't pick up on telepathy-ring incoming calls, but outgoing works just fine20:09
Wizzuppretty sure that wasn't a problem in beowulf20:09
Wizzupfreemangordon: uvos: so I have sphone with some hacks now able to dial out using telepathy-ring, telepathy-gabble and telepathy-rakia, but there are still problems to solve:20:49
Wizzupthis is with sfos voice call in between20:49
Wizzup1. incoming calls are not seen by sfos voicecall manager when using telepathy-sip20:49
Wizzup2. calls don't actually work with xmpp yet, there is a state mismatch (this is not weird, sfos voicecall doesn't actually support it, but it might not be too hard)20:50
Wizzup3. incoming sip I didn't test yet mostly due to some weirdness, could use some help testing this20:51
Wizzupthere are probably a bunch of gstreamer things to figure out, but the main issue right now is that somehow incoming calls from telepathy-ring are not seen, and I'm sure that used to work, so something changed in tp-ring perhaps, or somewhere else20:51
Wizzupbut it's kind of cool to be able to type a sip or xmpp address in sphone, select the right backend, and have it actually dial out20:52
sicelon900 & serial - still needed for off mode20:52
Wizzupsicelo: if you let me know what to do/run I'll do it20:53
siceloi was relying more on you for that :-p20:53
siceloi mean, i was going to pick up from the work you've done in the past20:54
arno11(for sip and xmpp) really cool20:57
Wizzupsicelo: I don't remember actually getting a trace when off mode resets21:12
Wizzuparno11: cool but not for enough alnog yet21:12
Wizzupalong21:12
arno11good start anyway21:13
Wizzupsicelo: that was the problem: keeping serial on = no off mode, detaching serial = no trace21:33
Wizzupsicelo: IIRC21:33
bencohsounds like a jtag would help here21:55
bencohexcept that I can't find any jtag pin in the n900 schematics .... :/21:57
Wizzupit might just be that I don't have the stun/nat etc working well and this is why all sip/xmpp fails22:03
WizzupI use the default user networking in qemu, so that doesn't help I think22:04
Wizzupit looks like ring creates a channel as StreamedMedia, and voicecall doesn't explicitly request this type, but I am not sure22:49
Wizzupyup, dunno for now, giving up for today23:09
WizzupI was pretty sure this was working before23:09
Wizzupthere is a chance the difference is d4 vs my vm with usb modem23:10
bencohI dunno how qemu usernet handles sip/rtp and nat traversal23:10
bencohI doubt it has any protocol-specific conntrack23:11
bencoh(which is usually required for sip/rtp)23:11
Wizzupwhen I mean 'the difference' I mean that perhaps somehow the usb quectel modem call in tp ring is different from how it works on the d423:12
Wizzupseems unlikely23:12
Wizzupqemu usernet indeed isn't great and it is probably the cause of my some of my sip/xmpp troubles23:12
bencohwait, so does your vm see the quectel modem as a usb device, or not?23:13
Wizzupbut nevermind sip/xmpp,if we can't get incoming tp ring call announced for some reason23:13
Wizzupbencoh: yes23:13
bencohI see23:13
WizzuphandleChannels() is not called on voicecall-qt5 for some reason for the incoming channel23:13
Wizzupand I'm pretty sure it should23:13
WizzupLooking at https://github.com/maemo-leste/sphone/pull/4 I wrote in the pull request23:14
Wizzup- telepathy-ring calls just work - call hold is not tested23:14
Wizzuplooks like I was testing in chimaera23:15
bencohhow do you know it was chimaera?23:19
Wizzupby the date, and the fact that pgkweb only shows voicecall-qt5 for chimaera23:20
Wizzuphttps://maedevu.maemo.org/pkgweb/search?q=voicecall-qt523:20
bencohah23:20
bencohwell23:20
Wizzupwell, I did all of the development on my d423:20
WizzupI guess there really is a chance that ofono is just slightly different there somehow23:20
Wizzuplike maybe there's some weird VoLTE stuff going on somehow, idk23:21
bencohsilly question, but why do we need voiceall-manager on top of telepathy-ring and ofono?23:21
Wizzupbecause it already solves the problem we're trying to solve23:22
bencohoh, hmm, volte might require sw support, depending on the modem implem23:22
Wizzupwe can also copy-paste their code (4500 loc) and try to integrate it into sphone somehow23:22
bencohbut assuming you're using the same modem as the one in the pinephone, I kinda understood that it should work out of the box(I think?)23:22
Wizzupvolte is probably a red herring23:23
Wizzupthere's just something weird going on where mission control decides that the voicecall code should not get to handle this channel that tp-ring creates for an incoming call23:24
Wizzupand tbh, the channel being StreamedMedia is a little weird23:24
Wizzupalthough maybe that's fine for all calls23:25
bencohmaybe you could compare with a working sailfishos23:26
Wizzupmaybe if I'm stuck for a long time23:27
ac_laptophello people23:49
ac_laptopI'm once again in one of those situations where I plug a battery that is 100% full, boot under fremanlte, it boots fine and shows a battery at 100%, boot under maemo, it goes to the desktop screen and then shuts down/crashes. What should I do ?23:50
ac_laptop1) plug the device when off 2) plug the device under fremantle 3) plug the device under leste, 4) try to get to logs23:52
Wizzupbencoh: ha, yep23:57
Wizzupit 'just works' on the d423:57
Wizzupno idea wy23:57
Wizzupsicelo: uvos: did we fix the anonymous caller bit in ofono on the d4?23:58
Wizzupthe outgoing calls on d4 still say 'anonymous caller'23:59
Wizzup(coul be tpqt related)23:59

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!