<tmlind>
it gets started while kexecboot is running, so for now to charge, select system menu -> show debug info, or exit kexecboot, no battery status app available so far
<tmlind>
and at least on the tablets, kexec causes even more oopses than earlier so no bootloader images available so far
xmn has joined #maemo-leste
fab_ has joined #maemo-leste
fab_ has quit [Ping timeout: 256 seconds]
xmn has quit [Ping timeout: 268 seconds]
xmn has joined #maemo-leste
majestic has quit [Ping timeout: 264 seconds]
chillxmas has joined #maemo-leste
pere has quit [Ping timeout: 256 seconds]
xmn has quit [Ping timeout: 246 seconds]
xmn has joined #maemo-leste
<Wizzup>
tmlind: that's a nice christmas present
<freemangordon>
sicelo: Wizzup: AFAIK, alarm is silenced by turning it face-down, proximity does not play there
<Wizzup>
so I guess we do need to tag a new release
<freemangordon>
wait
<Wizzup>
in any case it's trivial to run it in ci, I shared the command to do it
<freemangordon>
I created the new English strings on github
<freemangordon>
and then did BG translation on weblate
<Wizzup>
I think weblate can make a PR or something
<Wizzup>
I honestly don't know how that works, but I don't have a lot of time to spend on it today, but I can look tomorrow or when I have some downtime.
<freemangordon>
SO, BG translation is on weblate only
<Wizzup>
I was trying to figure out if I had a weblate account and I don't have it, so we'll have to poke parazyd
<Wizzup>
but mayb see if you can open a pull request through weblate or something
<freemangordon>
I am sure at least german can be done :)
<tmlind>
so there are at least two different oopses with the stock kernel.. the more common umount related one, and less common uart access not clocked one
<tmlind>
with the kexecboot that is
<tmlind>
looks like commenting out the umount in kexecboot after loading the kernel works around the first issue possibly..
<tmlind>
maybe kexec is not closing the file or something?
<tmlind>
i'll check with a delay before umount in kexec
<freemangordon>
lsof?
<tmlind>
yeah i'll debug further, but if this helps will do a tmp hack and do the boot images
<tmlind>
sleep does not help at all
xmn has quit [Quit: ZZZzzz…]
xmn has joined #maemo-leste
<tmlind>
fyi the umount in question is at kexecboot.c in start_kernel() between load kernel and boot new kernel parts, need to go soon
<tmlind>
so maybe the kernel file is mmap:ed in kexec
<tmlind>
hehe from kexec sources: Map "normal" file or read "character device" into malloced buffer.
<tmlind>
You must not use free, realloc, etc. for the returned buffer.
<tmlind>
so if we end up with use_mmap flag set in kexec sounds like that's the issue
elastic_dog has quit [Ping timeout: 245 seconds]
elastic_dog has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
<tmlind>
actually i don't think use_mmap flag is set here, need to add some debug statements when i get a chance
xmn has joined #maemo-leste
<tmlind>
gotta go now, ttyl!
rafael2k has joined #maemo-leste
fab_ has joined #maemo-leste
<ungeskriptet>
Does the SPI driver for OMAP4430 support 3-wire 9 bits SPI mode?
rafael2k has quit [Ping timeout: 240 seconds]
fab_ has quit [Ping timeout: 245 seconds]
akossh has joined #maemo-leste
<sicelo>
arno11: so you can test the N900 proximity stuff by building https://github.com/sicelo/iio-sensor-proxy/tree/n900-prox . I'll also be happy to get some feedback. Otherwise I've also submitted it to upstream for proper/thorough review
<sicelo>
btw, because of the way our sensor works, the proximity sensor is always working, even in act-dead :p
slep has left #maemo-leste [#maemo-leste]
sch has quit [Ping timeout: 276 seconds]
Pali has joined #maemo-leste
<sicelo>
btw, at least on N900, does it happen for others that the keyboard LEDs will turn on and off at totally unexpected times, almost as if it's rhythmic? i don't see that my sensor is dirty or something
<Wizzup>
sicelo: do you have the debug stuff enabled?
<Wizzup>
like, you can have the kernel led framework blink them for debug purposes
<Wizzup>
like on io or modem activity
arno11 has joined #maemo-leste
<arno11>
sicelo: i can't build it :( ,too many errors in drv-input-proximity.c
<sicelo>
arno11: yes, i was about to write to tell you it doesn't build :p
<arno11>
ah ok
<sicelo>
the iio-sensor-proxy in leste is quite old, that's why.
<arno11>
ok
<sicelo>
Wizzup: thanks for reminding me. i didn't enable anything though. plus it doesn't do it all the time. i'll see if i can find some pattern, or indeed it's just my sensor misbehaving
arno11 has left #maemo-leste [#maemo-leste]
sch has joined #maemo-leste
slep has joined #maemo-leste
<freemangordon>
Wizzup: does (and how) conversations support multiple chats to the same room, for example
xmn has quit [Quit: ZZZzzz…]
<freemangordon>
the particular use-case is:
<freemangordon>
I am connected to fb messenger chat group from my leste device and from browser on my desktop
<freemangordon>
when I type in the browser, I expect what I have typed to appear in the chat window on the phone
<freemangordon>
IIUC, this should be done through delivery reports, but want to confirm