libera/#maemo-leste/ Sunday, 2024-01-21

tmlindWizzup: best to test each operating point separately by disabling other c-states via sysfs06:43
tmlindWizzup: usually the issue is is voltage related or emif configuration related06:43
tmlinduvos: interesting so what did you figure out on mainline sgx underperforming?06:44
Wizzuptmlind: ok, I will see if I can figure out where to change the c-states in sysfs if it's not just setting the cpu scaling frequency11:24
Wizzuparno11: I'll do the PR momentarily11:32
arno11ok cool, thx11:32
Wizzuptmlind: uvos: so it looks to me like qminet creates /dev/qcqmi{0,1,2,3} on android and the dir we linked earlier on gitlab really is the only thing necessary for it15:41
WizzupI wonder if qmicli can somehow just operate on these itnerfaces15:41
Wizzupwell that and the four qmi{0,1,2,3} network interfaces I guess15:44
Wizzuphere are some other mentions: https://forum.sierrawireless.com/t/network-interface-for-qcqmi/890915:48
Wizzuphttps://sigquit.wordpress.com/2014/06/11/qmiwwan-or-gobinet/15:49
Wizzupthis also mentions maybe what uvos was talking about15:49
WizzupNote: Some Android devices also support QMI-capable chipsets through GobiNet (everything hidden in the kernel and the RIL). In this case, though, you may see that shared memory can also be used to talk to the QMI device, instead of a /dev/qcqmi port.15:49
Wizzupbut I don't think this is the case here15:49
Wizzup(famous last words)15:49
Wizzupin general this seems like useful info btw15:50
Wizzupfor me at least15:52
arno11sicelo: Wizzup: if i pkill cm_pulse there is no negative impact, it restarts automatically and calls are working again...with a positive effect: (alerting) tone is working (again) now16:24
arno11h-s-m, sometimes nokia-modem  and now cmt_pulse. i wonder what's going on during boot16:27
arno11ok issue solved for h-s-m16:46
arno11renaming 15hildon-status-menu to 75hildon-status-menu (just after sphone in fact) makes h-s-m and availability BTN  working correctly again16:49
arno11freemangordon: ^^^16:50
arno11i'll try to start cmt_pulse a bit later now16:51
arno11issue solved for cmt_pulse as well17:01
arno11Wizzup: i need to make a small change to cmt_pulse PR17:03
Wizzupgo for it17:05
arno11could the very slow startup be related to 1 or several apps starting at the wrong time iyo ?17:05
WizzupI don't know if the startup is very slow17:12
Wizzupdoes fremantle start much faster?17:12
arno11yes a lot faster17:14
arno11and an old leste img starts really faster too17:14
arno11(PR updated btw)17:16
arno11BTW for hildon-status-menu, is D4 affected or everything is ok with availibility BTN ?17:25
Wizzupit works for me17:27
WizzupI don't know what problems you see specifically, but it works ok for me17:27
arno11sorry for the lack of context: since december, availibility BTN in h-s-m was not working anymore on startup17:29
arno11from a fresh install on n90017:29
arno11and starting it a bit later solved the issue17:29
Wizzupnot sure what it would need then17:32
arno11so (for n900) we need to modify h-s-m debian/rules or simply rename h-s-m xsession file in Xsession.post17:32
arno11maybe we can modify debian/rules if there is no impact on other devices (dh_installxsession -u 'post 75' instead of dh_installxsession -u 'post 15')17:38
Wizzupok, but you say this makes a difference i wonder why17:43
Wizzuplike, what is making it bgreak17:43
Wizzupbreak*17:43
arno11the fact that it starts before hildon-home, hildon-desktop and conversations imo17:47
Wizzupwell conversations definitely has nothing to do with this17:49
Wizzupbrb17:51
Wizzupcorrection, libqmi likely won't be able to talk to what I mentioned above, so it would indeed need to be integrated into qmi_wwan as non-usb backend18:17
Wizzupbut that might be quite doable18:17
freemangordonarno11: I am against changing h-s-m start time unless we know why changing it make s a difference18:29
freemangordonalso, there is no issue on d418:30
freemangordonor in VM in that regard18:30
arno11ok18:30
freemangordonhowever...18:30
arno11but remember i'm not a dev :P18:30
freemangordonI want to finish as much as I can with what I am doing currently (connui-cellular)18:30
freemangordonand then will see what's going on with n900/h-s-m18:31
arno11ok18:31
freemangordonmight take a week or so until I am on it18:31
arno11ok (anyway i found a workaround for me and i'm happy with that)18:32
arno11:)18:32
freemangordonright18:32
freemangordonWizzup: sicelo: EDGE == UMTS == 2.5, right?18:32
arno11no: edge == 2.5g18:32
freemangordonhmm18:32
freemangordonand what is UMTS?18:33
arno11umts == 3G18:33
freemangordonah18:33
freemangordonok18:33
arno11hsdpa == 3.5G18:33
freemangordonseems ofono does not report EDGE support18:33
arno11but it works iirc18:33
Wizzupyou need to check specific extra bits. like my older code does18:33
freemangordonWizzup: care to point if you can, while I am searching?18:34
Wizzupalso ofono has "edge" as technology18:34
WizzupI am pretty sure18:34
Wizzupfreemangordon: ofono_rat_change18:34
freemangordonbut that's current RAT18:35
freemangordonnot capabilities18:35
Wizzupwhat is gsm then, vs edge?18:35
freemangordonno idea :)18:35
Wizzupsee my comment regarding NETWORK_MASK_EGPRS_SUPPORT18:35
freemangordonok18:35
Wizzupat least thta might be relevant18:35
freemangordonthat's what I need18:35
Wizzupnote that btw we never show 3.5g in my current code18:36
Wizzupit always shows 3g for some reason (iiuc)18:36
freemangordonyes, this https://github.com/maemo-leste/connui-cellular/blob/ab3ddcb6f2c8971b21ade168a3f184b74f3f139a/lib/net.c#L23318:37
freemangordonhowever, this needs modem to be connected to the net18:37
freemangordonbut we need if modem supports edge at all18:38
* freemangordon ckecks18:38
freemangordon*checks18:38
freemangordon Features = sms net rat gprs ussd sim18:38
freemangordonWizzup: ^^^18:38
freemangordonthis is what modem reports18:38
freemangordonoh, this is same as interfaces18:39
WizzupI think you just use the current radio tech?18:40
WizzupNetworkRegistration.Techology or whatever18:40
freemangordonyeah18:40
freemangordonseems I will have to18:40
freemangordonWizzup: oh, see org.ofono.NetworkOperator18:41
Wizzupnot all of these are present for all devices btw18:42
Wizzupthis might well be, jfyi18:42
freemangordonthis is where we have Technologies18:42
freemangordonyeah, right18:42
freemangordonok, I think I have an idea how to continue18:43
Wizzup:)18:43
Wizzupimportant work18:43
freemangordonI already (almost) implemented multi-modem support18:43
freemangordonand get rid of libgofono18:44
Wizzupgreat18:44
siceloWizzup: I've seen 3.5G on my N900 with Leste :-)19:27
Wizzupsicelo: ok, maybe not 2.5G then19:37
Wizzup(that would match the codes comments)19:38
arno11yes i can confirm too, 3.5G icon works19:39
arno11not 2.5G19:39
arno11but 2.5g network works for sure (even if it shows 2G icon)19:45
sicelo 21:09 < freemangordon> but we need if modem supports edge at all  <<== org.ofono.RadioSettings.AvailableTechnologies. unfortunately it's optional, and most of our modems don't have it. there's no other way to know if a modem supports a particular tech20:26
siceloactually scratch that ... we do have Available Techs20:30
siceloit's just there's nothing for EDGE :-)20:31
siceloN900 doesn't have it, mmm20:34
siceloi think something's up with  ofono/drivers/isimodem/radio-settings.c ... i can look at it someday20:48
freemangordonsicelo: yeah, I saw that ionterface21:03
freemangordon*interface21:03
freemangordon AvailableTechnologies = gsm umts lte21:03
freemangordonthis is on the USB modem I use to develop in the VM21:04
freemangordonnothing about edge :)21:04
siceloyes, nor 3.5G21:04
freemangordonmhm21:04
sicelobecause you can't select 2.5 or 3.521:04
freemangordonmhm21:04
sicelo:-)21:05
freemangordonbut again, this seems to be the network cell property21:05
freemangordonnot modem one21:05
freemangordonmaybe all modems are assumed to support it21:05
freemangordonand it depends on the tower etc21:05
freemangordonwill see when I have more advanced code21:05
siceloa cell/tower that supports 3.5 or 2.5 is also willing to use plain 2 or 3. so the negotiation for .5 is solely between modem & network. i never seen a phone where you can choose those modes21:10
* sicelo looking forward to the upcoming code :-)21:10
siceloso isimodem driver doesn't have query_available_rats. damn21:22
freemangordonhmm, it should have21:29
freemangordonas on fremantle you can get   network_supported_services21:32
siceloi guess work on the ofono driver stalled before that could be done. we do have missing bits for the modem21:33
freemangordonget_radio_access_technology is the dbus call21:33
sicelowe're just lucky that a lot was already added21:33
sicelofmg, yes but thay requires the driver to support it.21:33
freemangordonoh, sorry21:34
freemangordonit is Phone.Net.get_registration_status21:34
freemangordonanyway, I think I will manage to do that properly21:34
siceloat least, even though AvailableTechnologies doesn't exist, you can still set "gsm" or "umts" on N900 as you need to. overall not a big deal21:43

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