tmlind has quit [Server closed connection]
tmlind has joined #maemo-leste
joerg has quit [Ping timeout: 246 seconds]
joerg has joined #maemo-leste
TheTechRobo has quit [Server closed connection]
TheTechRobo has joined #maemo-leste
ahmed_sam has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
sch has quit [Ping timeout: 255 seconds]
uvos has joined #maemo-leste
branon_ has quit [Ping timeout: 255 seconds]
branon has joined #maemo-leste
<Wizzup> uvos: with the modified battery, at what voltage should I try to start charging it again for calibration purposes?
elastic_dog has quit [Ping timeout: 246 seconds]
elastic_dog has joined #maemo-leste
ikmaak has quit [Ping timeout: 252 seconds]
ikmaak has joined #maemo-leste
ahmed_sam has quit [Read error: Connection reset by peer]
Pali has joined #maemo-leste
doc has quit [Ping timeout: 255 seconds]
arno11 has joined #maemo-leste
<arno11> Wizzup: i've a question: adding /pulse/daemon.conf.leste in leste-config-n900 should work to modify sample rates stuff ?
<arno11> i mean to customize daemon.conf
<Wizzup> what is the question specifically? :)
ahmed_sam has joined #maemo-leste
ahmed_sam has quit [Read error: Connection reset by peer]
<arno11> Wizzup: well i would like to add my modified version of /pulse/daemon.conf in leste-config-n900 in devel to test if it works :P
<arno11> if it works we'll have sip calls working OOTB (twinkle) and 80% voicecalls OOTB
<arno11> then a basic script to start cmtspeech + chrt commands should be enough for 100% working voice calls
<arno11> (On the other hand we absolutely need to modify the default transitions.ini file to speed up n900 and avoid random slowness)
<arno11> Wizzup: I made a PR for transitions and daemon.conf, hope it helps and works
ahmed_sam has joined #maemo-leste
ahmed_sam has quit [Read error: Connection reset by peer]
Oksanaa has quit [Server closed connection]
Oksanaa has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]
k1r1t0 has joined #maemo-leste
<Wizzup> arno11: can we specify the rt params somewhere, or does that need to be done at runtime
arno11 has joined #maemo-leste
<arno11> Wizzup: it must be done at runtime
<Wizzup> darn
<Wizzup> we could maybe set /etc/security/limits.conf to allow user to set realtime for certain processes
<Wizzup> then it won't need to be done by root, and could be done by dsme launch
<arno11> chrt only works as root but keep apps running as user
<Wizzup> with limits.conf it can work as user
<arno11> ok
<sicelo> yes, limits.conf is the way :-)
<sicelo> we shouldn't run `cmt_pulse` as root
<arno11> in PA system mode, not sure cmt_pulse will work as user
<arno11> /dev/cmt_speech doesn't work as user
<sicelo> it does ... there's an udev rule for it
<arno11> ok
<sicelo> although i don't know if there's actually a `pulse` group ... in pmOS, i'm using `audio` group
<sicelo> i.e. not sure if user `user` is in `pulse` group
<sicelo> ah, i see why arno11 might find it not working ... the udev rule says `pulse`, but `user` is in `pulse-access`
<sicelo> Wizzup: ^^
<sicelo> modem is gone now on D4 ... at least my DCEW widget has made me 'see' it earlier
<arno11> (for udev rules) ah ok but according to Pavel only cmt_alsa could run as user, not cmt_pulse but anyway i can try, modifying rules ;)
<sicelo> trust me ... i run it (`cmt_pulse`) as user under pmos :-)
<arno11> ok cool
<arno11> how was cpu usage ? still very high or better ?
<sicelo> what i was doing for now was ... start cmt_pulse as user, then renice its pid as root, and chrt ... so cmt_pulse remains running as user
<sicelo> cpu_usage doesn't seem bad ... at least i can still interact with dbus to Answer/Hangup the call.
<arno11> ok
<sicelo> only problem (in pmos) is that i don't get clear calls :-p
<arno11> ah
<arno11> could be several different things
<arno11> could you provide me an easy way to run cmt_pulse as user to test what's going on ?
<sicelo> sudo chown root:pulse-access /dev/cmt_speech (i guess)
<sicelo> then run cmt_pulse as user ... leave out the `nice`
<arno11> ok
<arno11> thx let's try
<sicelo> then you can do `renice -n -20 $(pgrep cmt_pulse)`
<sicelo> and chrt as you were already doing, etc.
<arno11> ok makes sense but cmt_pulse still refuses to run as user
<arno11> ok seems to work with user:pulse-access
<arno11> i'll test and let you know
<arno11> ok results are good :) no real diff using leste
<arno11> it means we can probably use limits.conf
<arno11> sicelo: thx
<arno11> for pmos, maybe the resampling method is wrong
<sicelo> I'm using the same daemon.conf as leste
<arno11> ok, so i think you should try resample-method=trivial to see if it's different/better
<arno11> and other question, how is latency ?
<sicelo> i haven't looked, but the one time that it worked, it sounded acceptable to me
<arno11> ok and which tech-preference, 2g or 3g ?
<sicelo> I think i have any
<arno11> ok
<sicelo> Wizzup: the bind/unbind on USB doesn't cause the modem to reappear
<arno11> sicelo: i suppose you used a very recent kernel like 6.6 ?
<sicelo> yeah, i had 6.5 before
<arno11> ah maybe interesting to test with 6.1 like Leste
<arno11> maybe some changes in PA
<sicelo> possible @PA. i would like to think kernel is not part of it
<arno11> yep
pere has quit [Ping timeout: 240 seconds]
<arno11> maybe time to work on pipewire :P
pere has joined #maemo-leste
sch has joined #maemo-leste
<arno11> Wizzup: sicelo: i'll try to use limits.conf and let you know
arno11 has quit [Ping timeout: 260 seconds]
xmn has joined #maemo-leste
<freemangordon> Wizzup: seems we have some issue with maemo5 style and qtoolbutton
doc has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> sicelo: limits.conf can't be used for specific apps, right ?
<sicelo> I'm no expert ... but i think not
<sicelo> what i was going to do is ... use limits.conf to permit our user to set niceness of -20
<sicelo> then start the program with nice -n -20 cmt_pulse
<sicelo> as user, of course
mrkrisprolls has quit [Server closed connection]
<arno11> ah ok i get it now
<arno11> makes sense
<arno11> so do you think we can do the same with rtprio to be able to use chrt as user ?
<arno11> i mean rtprio option in limits.conf
<sicelo> yes, that was my understanding
<arno11> ok so we can imagine an init script depending of sphone and nokia-modem, starting cmt_pulse and setting up all priority stuff as user
<Wizzup> sicelo: ok @ bind/unbind, weird
<sicelo> any other suggestion, or I'll just reboot
<Wizzup> freemangordon: hmm?
mrkrisprolls has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]
panzeroceania has quit [Server closed connection]
panzeroceania has joined #maemo-leste
arno11 has joined #maemo-leste
nohit has quit [Server closed connection]
nohit has joined #maemo-leste
k1r1t0_N900 has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]
parazyd has quit [Quit: parazyd]
retr0id has quit [Server closed connection]
retr0id has joined #maemo-leste
parazyd has joined #maemo-leste
<freemangordon> ok, the issue is in sapwood, not in qt maemo5 style