*** dafox has quit IRC | 00:05 | |
*** dafox has joined #maemo | 00:07 | |
*** florian has joined #maemo | 00:17 | |
DocScrutinizer05 | IroN900:~# alias uhls=':(){ mkdir /tmp/uh && mount --bind / /tmp/uh && pushd 2>&1 >/dev/null /tmp/uh && ls -lR `readlink -f $1|sed 's,^/,,'` && popd 2>&1 >/dev/null && umount /tmp/uh && rmdir /tmp/uh; };:' | 00:27 |
---|---|---|
DocScrutinizer05 | IroN900:~# uhls /usr/lib/pyshared | 00:27 |
DocScrutinizer05 | usr/lib/pyshared: | 00:27 |
DocScrutinizer05 | insgesamt 0 | 00:27 |
Oksanaa | Is there a way to sync aliases with elsewhere, so that moving to a different device wouldn't mean recreating aliases from scratch? | 00:29 |
DocScrutinizer05 | copy ~/.alias ? | 00:36 |
*** shentey has quit IRC | 00:36 | |
DocScrutinizer05 | you will need to save aliases anyway, it's not done automatically. So even logout would lose them | 00:36 |
DocScrutinizer05 | well, some distros do `alias >~/.alias` at shell logout | 00:38 |
DocScrutinizer05 | nos sure if maemo / maemo-bash does it | 00:38 |
DocScrutinizer05 | I got my own aliases handling, that is rather customized ;-) | 00:40 |
DocScrutinizer05 | http://paste.opensuse.org/55218158 | 00:41 |
freemangordon | Pali: any clue what is the replacement of /sys/kernel/low_watermark etc in upstream kernels? | 00:41 |
Pali | nothing | 00:42 |
Pali | low_watermark is special in nokia kernel | 00:42 |
freemangordon | hmm... do we need hulda then? | 00:42 |
Pali | I do not know what hulda is doing | 00:42 |
freemangordon | me neither, but it tries to open /sys/kernel/low_watermark and /sys/kernel/high_watermark | 00:43 |
*** dafox has quit IRC | 00:45 | |
DocScrutinizer05 | http://paste.opensuse.org/68074392 FWIW | 00:45 |
freemangordon | DocScrutinizer05: well, what I miss are the details, otherwise it listens to some kernel stuff and sends dbus events when needed | 00:46 |
DocScrutinizer05 | yep, seems that's exactly what it does | 00:46 |
freemangordon | and I am too lazy to read the whole source :) | 00:47 |
DocScrutinizer05 | hehe | 00:47 |
DocScrutinizer05 | nfc what's that watermark stuff though | 00:47 |
freemangordon | well, with porting fremantle alredy on the plate... | 00:47 |
DocScrutinizer05 | IroN900:~# cat /sys/kernel/*_watermark | 00:48 |
DocScrutinizer05 | 0 | 00:48 |
DocScrutinizer05 | 0 | 00:48 |
freemangordon | someday I might look into kernel sources to see what it is, but not today :) | 00:48 |
DocScrutinizer05 | usually such watermark shit is about fifo buffer fill state | 00:49 |
DocScrutinizer05 | but maybe here about RAM or whatever | 00:49 |
freemangordon | however, seems almost all startup scripts of the packages ported so far are ok | 00:49 |
Pali | sp-memusage/mem-cpu-monitor is using that file | 00:49 |
DocScrutinizer05 | HAH! :-) | 00:50 |
* DocScrutinizer05 is a good guesser | 00:50 | |
Pali | kernel driver: security/lowmem.c | 00:50 |
freemangordon | can't we make a .ko from that? | 00:50 |
DocScrutinizer05 | o.O | 00:50 |
freemangordon | the same way as for iphbd | 00:50 |
DocScrutinizer05 | a .ko talking to kdbus? ;-) | 00:51 |
freemangordon | whatever it is | 00:51 |
DocScrutinizer05 | my guess would be you won't make friends with the idea of kernel modules talking to dbus | 00:52 |
freemangordon | well, this is just an interface I guess, which can be replaced | 00:52 |
Pali | CONFIG_SECURITY_LOWMEM | 00:52 |
Pali | "Low memory watermark support" | 00:52 |
Pali | "Implements low memory watermark support" | 00:52 |
Pali | thats in Kconfig | 00:53 |
Pali | and it comes from omap kernel | 00:53 |
Pali | not from nokia kernel | 00:53 |
DocScrutinizer05 | :-)) | 00:53 |
freemangordon | and I understand nothing from that description :) | 00:53 |
Pali | (omap kernel was mainline fork of torvalds kernel, later it was partially merged into mainline with some obsolated parts dropped) | 00:53 |
Pali | (seems this was dropped) | 00:53 |
DocScrutinizer05 | hulda generally listens to kevents and sends according signals to dbus | 00:54 |
freemangordon | and this seems to come from n770 times | 00:55 |
DocScrutinizer05 | I guess *_watermark is about configuring or reading details of memory related kevents | 00:55 |
DocScrutinizer05 | a terrible botch would be to replace this with free(1) | 00:56 |
DocScrutinizer05 | and polling | 00:56 |
Pali | http://lists.openwall.net/linux-kernel/2009/01/16/248 | 00:56 |
Pali | To: Tony Lindgren and Pavel Machek | 00:56 |
Pali | go and ask :-) | 00:56 |
freemangordon | hehe | 00:57 |
freemangordon | will do | 00:57 |
freemangordon | when it comes to it | 00:58 |
freemangordon | Pali: don't you want to join the party with fremantle porting? | 00:59 |
Pali | doing lot of stuff :D | 00:59 |
freemangordon | yes, I know, but still | 00:59 |
freemangordon | I really doubt I will be able to do it on my own in some sane timeframe | 01:00 |
Pali | I have open/unfinished parts for kernel | 01:00 |
Pali | which I want to finish first | 01:00 |
Pali | e.g. jack/av cable detection | 01:00 |
Pali | or wifi firmware+mac address | 01:00 |
freemangordon | unless the community gathers enough $ pay me to quit my job :D | 01:01 |
freemangordon | *to pay | 01:01 |
freemangordon | yeah | 01:01 |
DocScrutinizer05 | you rejected that when I asked ;-P | 01:01 |
freemangordon | you can't pay me enough | 01:01 |
freemangordon | :p | 01:01 |
DocScrutinizer05 | you didn't even ask | 01:02 |
freemangordon | I am old enough to think of retirement ;) | 01:02 |
DocScrutinizer05 | I'm too old to think of retiremen | 01:02 |
freemangordon | I think I know your budged, you can't afford to pay me | 01:03 |
DocScrutinizer05 | too late already | 01:03 |
freemangordon | unless you won the lottery recently | 01:03 |
freemangordon | anyway | 01:04 |
Pali | according to my info, these 4 modules are in maemo kernel which do not have equivalent in mainline: PANIC_INFO_BUFF, CONFIG_IP_NF_TARGET_IDLETIMER, CONFIG_IP_NF_HB, CONFIG_SECURITY_LOWMEM | 01:04 |
freemangordon | I think _IP_ stuff should be in iphb.ko, ain't? | 01:04 |
Pali | CONFIG_IP_NF_HB is iphb | 01:05 |
freemangordon | and what is this CONFIG_IP_NF_TARGET_IDLETIMER? isn't it in iphb as well? | 01:05 |
Pali | ipt_IDLETIMER.ko | 01:07 |
DocScrutinizer05 | sounds like a timer that triggers when no data via IP stack | 01:07 |
Pali | funny part is: arch/arm/configs/rx51_defconfig:# CONFIG_IP_NF_TARGET_IDLETIMER is not set | 01:07 |
Pali | and: arch/arm/configs/n800_defconfig:CONFIG_IP_NF_TARGET_IDLETIMER=y | 01:08 |
Pali | so this module is not compiled on n900 | 01:08 |
DocScrutinizer05 | I guess it's not exactly needed since IP interfaces are not going to get disabled when no traffic | 01:08 |
DocScrutinizer05 | unlike on most every other embedded crap device | 01:09 |
Pali | "This option adds a `IDLETIMER' target. Each matching packet resets the timer associated with input and/or output interfaces. Timer expiry causes kobject uevent. Idle timer can be read via sysfs." | 01:09 |
DocScrutinizer05 | aaah, that's the cononical name - "kobject uevent" not kevent | 01:10 |
DocScrutinizer05 | some netsock stuff iirc | 01:10 |
*** M4rtinK has joined #maemo | 01:11 | |
DocScrutinizer05 | and that's exactly what hulda is all about, afaik | 01:11 |
DocScrutinizer05 | Pali: is KP compiled with CONFIG_IP_NF_TARGET_IDLETIMER=y ? | 01:12 |
DocScrutinizer05 | seems a useful netfilter feature | 01:13 |
DocScrutinizer05 | for those planning to do more "than what you thought of when you first time put your rocks off" errr | 01:14 |
DocScrutinizer05 | F.Z - pinguin in bondage [/quote] ;-) | 01:15 |
Pali | no, kp is without CONFIG_IP_NF_TARGET_IDLETIMER | 01:22 |
DocScrutinizer05 | >>This song suggests to the suggestible listener that the ordinary procedure, uh, that I'm circumlocuting at this present time in order to get this text on television, is that, uh, if you wanna do something other than what you thought you were gonna do when you first took your clothes off and you just happened to have some DEVICES around . . .<< | 01:23 |
DocScrutinizer05 | ((no, kp is without)) this is maybe part of the reason why autodisconnect app ever was fucked up beyonf all repair | 01:24 |
DocScrutinizer05 | aiui it tries to implement a similar functionality without help of kevents | 01:25 |
DocScrutinizer05 | and netfilters | 01:25 |
*** xorly has quit IRC | 01:26 | |
DocScrutinizer05 | https://www.youtube.com/watch?v=dRHn6TsvteQ | 01:27 |
*** Pali has quit IRC | 01:27 | |
DocScrutinizer05 | https://www.youtube.com/watch?v=5J_m5Gum1rg the full package - way better, back then there was stuff like "concept albums" | 01:36 |
*** Kabouik_ has quit IRC | 01:37 | |
*** spinal84 has quit IRC | 01:39 | |
*** Kabouik has joined #maemo | 01:39 | |
*** spinal84 has joined #maemo | 01:45 | |
*** atk has quit IRC | 02:00 | |
*** atk has joined #maemo | 02:00 | |
*** spinal84 has quit IRC | 02:21 | |
*** GoNeL has quit IRC | 02:28 | |
*** florian has quit IRC | 02:37 | |
*** erstazi has quit IRC | 02:41 | |
*** erstazi has joined #maemo | 02:43 | |
*** M4rtinK has quit IRC | 03:19 | |
*** Kabouik has quit IRC | 03:53 | |
*** geaaru has quit IRC | 04:05 | |
*** Oksanaa has left #maemo | 04:59 | |
*** Oksanaa has joined #maemo | 04:59 | |
*** Axel_H has quit IRC | 05:42 | |
*** lxp has joined #maemo | 06:02 | |
*** lxp1 has quit IRC | 06:03 | |
*** geaaru has joined #maemo | 06:31 | |
*** DocScrutinizer05 has quit IRC | 07:04 | |
*** DocScrutinizer05 has joined #maemo | 07:04 | |
*** L29Ah has left #maemo | 07:08 | |
*** xes_ has joined #maemo | 07:14 | |
*** xes has quit IRC | 07:16 | |
*** platicus has quit IRC | 07:53 | |
*** agomez{M} has quit IRC | 07:53 | |
*** spiiroin has quit IRC | 08:01 | |
*** spiiroin has joined #maemo | 08:40 | |
*** arcean has joined #maemo | 08:46 | |
*** eMHa has quit IRC | 08:55 | |
*** xorly has joined #maemo | 09:15 | |
*** Kabouik has joined #maemo | 09:16 | |
*** Kabouik_ has joined #maemo | 09:25 | |
*** Kabouik has quit IRC | 09:27 | |
*** Kabouik_ has quit IRC | 09:48 | |
*** Oksanaa has quit IRC | 09:57 | |
*** Oksanaa has joined #maemo | 09:59 | |
*** platicus has joined #maemo | 10:05 | |
*** agomez{M} has joined #maemo | 10:07 | |
*** xorly has quit IRC | 10:14 | |
*** agomez{M} has quit IRC | 10:14 | |
*** platicus has quit IRC | 10:25 | |
*** platicus has joined #maemo | 10:25 | |
*** agomez{M} has joined #maemo | 10:27 | |
*** platicus has quit IRC | 10:30 | |
*** platicus has joined #maemo | 10:31 | |
*** florian_kc has joined #maemo | 10:32 | |
*** platicus has joined #maemo | 10:32 | |
*** florian_kc is now known as florian | 10:33 | |
*** xorly has joined #maemo | 10:44 | |
*** xorly has quit IRC | 10:55 | |
*** krnlyng has quit IRC | 11:19 | |
*** platicus has quit IRC | 11:29 | |
*** platicus has joined #maemo | 11:30 | |
*** krnlyng has joined #maemo | 11:33 | |
*** platicus has joined #maemo | 11:33 | |
*** platicus has joined #maemo | 11:34 | |
*** N-Mi_ has joined #maemo | 11:46 | |
*** jskarvad has joined #maemo | 11:47 | |
*** heroux has quit IRC | 11:53 | |
*** heroux has joined #maemo | 11:56 | |
KotCzarny | hmm, idea. it shouldnt be hard to replace broken search on t.m.o with google widget | 11:57 |
KotCzarny | who is tmo admin? xes? | 11:57 |
warfare | chem|st is. | 11:59 |
bencoh | google widget? are you serious? ... | 12:00 |
*** xorly has joined #maemo | 12:00 | |
*** xorly has quit IRC | 12:05 | |
*** xorly has joined #maemo | 12:06 | |
KotCzarny | bencoh, most people would use google to search tmo anyway | 12:08 |
KotCzarny | or even better it could be a simple form to redirect to google, ie google.com?search?q=something | 12:08 |
KotCzarny | so not even a widget | 12:09 |
KotCzarny | bencoh, unless you know how to make tmo search work (i suspect some indexing service is not running) | 12:13 |
*** Michael_a380 has joined #maemo | 12:15 | |
*** Shapeshifter has quit IRC | 12:30 | |
chem|st | KotCzarny: broken search widget?! powersearch works, that is google search | 12:34 |
KotCzarny | wha'ts powersearch? | 12:36 |
chem|st | http://talk.maemo.org/msearch.php | 12:37 |
*** qwazix has quit IRC | 12:37 | |
KotCzarny | um, but the thing on the top right doesnt work | 12:37 |
KotCzarny | maybe you should update this part? | 12:37 |
chem|st | KotCzarny: it is in the menu the first item... | 12:37 |
chem|st | KotCzarny: update what? | 12:37 |
KotCzarny | on the top right corner you have search form input | 12:37 |
KotCzarny | which is broken (and uses search.php) | 12:38 |
KotCzarny | replace it to use msearch then? | 12:38 |
chem|st | this would force people to use google | 12:38 |
KotCzarny | nono | 12:38 |
KotCzarny | if msearch works, then replace top right search to use msearch | 12:39 |
chem|st | KotCzarny: msearch is google | 12:39 |
KotCzarny | what i meant originally is that topright search box with orange 'go' button is broken | 12:40 |
chem|st | in what way broken, the returns are odd sometimes but in general it works | 12:40 |
KotCzarny | try searching for usb | 12:40 |
KotCzarny | :) | 12:40 |
chem|st | that is if you get more than 1k returns | 12:41 |
KotCzarny | fix the error msg then? | 12:41 |
chem|st | it should actually stopp at 500 but for some reason does not | 12:41 |
KotCzarny | right now it is completely misleading | 12:41 |
KotCzarny | Sorry - no matches. Please try some different terms. | 12:41 |
KotCzarny | searching for 'usb fix' also failed | 12:42 |
chem|st | I know but I cannot change a reply that is actually ok just because a bug in vB does that | 12:42 |
KotCzarny | and if you require 4 chars or more, maybe add such information too? | 12:42 |
chem|st | I tried to fix it on several occasions... sometimes I then get a reply working again and after a while it stopps working, so it has to do with the cache | 12:43 |
chem|st | or call it index | 12:43 |
chem|st | reindexing is 72h downtime of the forum | 12:43 |
KotCzarny | my suggestion is to add information on the search.php results page that would explain that searching requires 4chars or more and that it can fail when too many results are returned | 12:44 |
chem|st | or well, better said to be 7 days reindexing with no forum downtime, that is what it took a couple of years ago | 12:44 |
KotCzarny | do it semi-annually then with sticky warning ? | 12:46 |
chem|st | I can revert the search function to keywords instead of fulltext | 12:46 |
*** qwazix has joined #maemo | 12:47 | |
*** qwazix has quit IRC | 12:47 | |
*** qwazix has joined #maemo | 12:47 | |
chem|st | might work better in terms of you get returns but less in terms of quality | 12:47 |
KotCzarny | maybe make it use keywords when fulltext fails? | 12:47 |
bencoh | waitamin ... search fails when there are too many results? | 12:48 |
KotCzarny | :> | 12:49 |
Michael_a380 | I don't understand much of this, but how about a 'permenant / static messege' about the search limitations & possible 'search errors' ? | 12:49 |
KotCzarny | also on 3 letter words | 12:49 |
chem|st | KotCzarny: the minimum search text is set to 3... something is wrong with that indexer | 12:50 |
*** realitygaps has quit IRC | 12:51 | |
chem|st | " MySQL Fulltext has its own minimum word length as well that must be changed at the server level." I might have found the issue | 12:52 |
*** realitygaps has joined #maemo | 12:53 | |
chem|st | setting it to 4 still does not tell that "usb" is too short | 12:55 |
*** Kabouik has joined #maemo | 12:56 | |
*** Kabouik has quit IRC | 13:05 | |
chem|st | MySQL fulltext min word length is defaulting to 4 | 13:05 |
*** qwazix has quit IRC | 13:06 | |
bencoh | huhu | 13:07 |
bencoh | well ... :) | 13:07 |
*** jskarvad has quit IRC | 13:08 | |
*** jskarvad has joined #maemo | 13:09 | |
*** jskarvad has quit IRC | 13:09 | |
*** jskarvad has joined #maemo | 13:09 | |
*** Oksanaa has left #maemo | 13:16 | |
*** agomez{M} has quit IRC | 13:16 | |
*** agomez{M} has joined #maemo | 13:17 | |
*** qwazix has joined #maemo | 13:18 | |
*** Kabouik has joined #maemo | 13:19 | |
*** arcean has quit IRC | 13:25 | |
*** Kabouik has quit IRC | 13:25 | |
*** agomez{M} has quit IRC | 13:26 | |
*** Oksanaa has joined #maemo | 13:27 | |
*** agomez{M} has joined #maemo | 13:28 | |
*** arcean has joined #maemo | 13:28 | |
*** ecloud has quit IRC | 13:33 | |
*** ecloud has joined #maemo | 13:38 | |
*** spinal84 has joined #maemo | 13:48 | |
*** L29Ah has joined #maemo | 13:59 | |
*** Michael_a380 has quit IRC | 14:09 | |
*** arcean has quit IRC | 14:42 | |
sicelo- | stuck | 14:42 |
sicelo- | sorry about that one | 14:43 |
*** Kabouik has joined #maemo | 14:47 | |
*** arcean has joined #maemo | 14:58 | |
*** xorly has quit IRC | 15:02 | |
*** xorly has joined #maemo | 15:33 | |
NeKit | how different Fremantle UI inside Scratchbox target is compared to real device? | 15:38 |
*** L29Ah has left #maemo | 15:53 | |
*** Sigyn has quit IRC | 15:58 | |
*** Sigyn has joined #maemo | 15:59 | |
*** arcean has quit IRC | 16:40 | |
*** jskarvad has quit IRC | 16:53 | |
*** jskarvad has joined #maemo | 16:55 | |
*** jskarvad has quit IRC | 16:55 | |
*** jskarvad has joined #maemo | 16:55 | |
*** L29Ah has joined #maemo | 17:09 | |
*** florian_kc has joined #maemo | 17:13 | |
*** florian has quit IRC | 17:14 | |
*** L29Ah has left #maemo | 17:18 | |
*** Oksanaa has quit IRC | 17:31 | |
Vajb | is it possible to lock n900 volume keys while screen is locked? | 17:31 |
DocScrutinizer05 | err yes? | 17:36 |
DocScrutinizer05 | at least supposed to, though I#m not all that sure this actually _works_: etc/mce/mce.ini http://paste.opensuse.org/27541461 | 17:39 |
DocScrutinizer05 | given that vol+/- are actually mapped to F7/9 or somesuch, this is exactly the dial tu tweak for locking volume keys | 17:40 |
*** spiiroin has quit IRC | 17:40 | |
*** L29Ah has joined #maemo | 17:42 | |
DocScrutinizer05 | freemangordon: ^^^ doesn't work. Is this a mce regression in CSSU? | 17:43 |
DocScrutinizer05 | freemangordon: how would I even check which version of mce I'm running? | 17:43 |
Vajb | it is set to 1 already, hmm | 17:44 |
DocScrutinizer05 | yes, here too | 17:44 |
DocScrutinizer05 | what system you're running? | 17:44 |
Vajb | cssu-testing | 17:45 |
Vajb | and volume keys r working while screen is locked | 17:45 |
Vajb | and that is kinda inconvenient if phone is in my pocket and starts to adjust volume to max... | 17:45 |
DocScrutinizer05 | same here | 17:46 |
Vajb | so no cookie yet. I'll have to contiue work, but i'll read backlog if u come up with something | 17:46 |
DocScrutinizer05 | IroN900:~# ls -l /sbin/mce; md5sum /sbin/mce | 17:46 |
DocScrutinizer05 | -rwxr-xr-x 1 root root 81160 2015-04-05 16:56 /sbin/mce | 17:47 |
DocScrutinizer05 | 1edd10407336c736c0466bbcfe2084c9 /sbin/mce | 17:47 |
DocScrutinizer05 | I got a /home/opt/var/cache/apt/archives/mce_1.8.126+0m5_armel.deb with -rwxr-xr-x root/root 80760 2010-07-29 14:30 ./sbin/mce | 17:52 |
DocScrutinizer05 | ~pkg | 17:52 |
infobot | methinks pkg is http://maemo.org/packages/ | 17:52 |
DocScrutinizer05 | ~pkgs | 17:52 |
infobot | #maemo pkg is probably http://maemo.org/packages/ | 17:52 |
DocScrutinizer05 | http://wiki.maemo.org/Community_SSU/Changelog Tmaemo11 >>mce * FOSS release * Fixes for upstream kernel<< | 17:54 |
DocScrutinizer05 | freemangordon: wasn't it you who made FOSS mce? please check etc/mce/mce.ini http://paste.opensuse.org/27541461 vs http://maemo.org/packages/package_instance/view/fremantle_ssu_pr1-2_armel/mce/1.8.118+0m5/ -- REGRESSION? | 17:56 |
DocScrutinizer05 | http://paste.opensuse.org/28099749 | 17:58 |
DocScrutinizer05 | Vajb: would you like to install http://maemo.org/packages/package_instance/view/fremantle_ssu_pr1-2_armel/mce/1.8.118+0m5/ ? might help | 17:59 |
DocScrutinizer05 | oops sorry, nevermind | 18:00 |
DocScrutinizer05 | http://maemo.org/packages/package_instance/view/fremantle_root_pr1-2_armel/mce/1.8.126+0m5/ | 18:00 |
DocScrutinizer05 | http://paste.opensuse.org/9778156 | 18:02 |
DocScrutinizer05 | Vajb: ^^^ | 18:02 |
*** eMHa has joined #maemo | 18:12 | |
*** flo_lap has joined #maemo | 18:13 | |
sicelo- | nnot to belittle your problem Vajb ... my volume buttons need 'intention' to press, and they aren't so soft to press too ... can't imagine what would activate them in pocket | 18:14 |
sicelo- | that 'thing' sounds likely to even activate power button and turn off/on the device | 18:18 |
freemangordon | DocScrutinizer05: what is the regression? | 18:19 |
DocScrutinizer51 | nope, I just installed mce*126 and it nuked community-PR but didn't fix vol kets | 18:19 |
freemangordon | yes, this change (enable vol keys even when device is locked) was introduced in pr1.2 iirc | 18:20 |
DocScrutinizer51 | freemangordon: vol keysl not locked | 18:20 |
freemangordon | yes, this is intentional | 18:20 |
DocScrutinizer51 | FFS rhere's a config option for that | 18:20 |
freemangordon | and? | 18:21 |
DocScrutinizer51 | it doesn't do a thing | 18:21 |
freemangordon | does it do a thing on pr1.2 mce? | 18:21 |
DocScrutinizer51 | no | 18:21 |
DocScrutinizer51 | see aboce | 18:21 |
freemangordon | so? what is regressed? | 18:21 |
DocScrutinizer51 | above | 18:22 |
freemangordon | yep, saw it | 18:22 |
DocScrutinizer51 | none obviously, see above | 18:22 |
DocScrutinizer51 | the regreesion is with pr12 mce | 18:22 |
DocScrutinizer51 | which fucked up | 18:23 |
freemangordon | ah, you mean that because they ignore the settings file, there is a bug? sounds same | 18:23 |
freemangordon | *sane | 18:23 |
*** spinal84 has quit IRC | 18:23 | |
freemangordon | DocScrutinizer05: does cssu mce segfaults as well? | 18:25 |
DocScrutinizer51 | yep | 18:25 |
freemangordon | but, there is another mce instance running, right? | 18:25 |
DocScrutinizer51 | yes | 18:25 |
DocScrutinizer51 | see pastebin | 18:25 |
freemangordon | the one with the segfault? | 18:26 |
DocScrutinizer51 | it has version and segf | 18:26 |
freemangordon | hmm. DocScrutinizer05please open an issue on github | 18:27 |
*** flo_lap has quit IRC | 18:27 | |
freemangordon | wtf? | 18:29 |
freemangordon | DocScrutinizer05: https://github.com/community-ssu/mce/issues | 18:30 |
KotCzarny | no issue, perfect package | 18:34 |
KotCzarny | :) | 18:34 |
DocScrutinizer51 | k, laqyer. roaming | 18:34 |
freemangordon | KotCzarny: the wtf ^^^ was because issues were not enabled for this package :D | 18:34 |
DocScrutinizer51 | kater | 18:34 |
KotCzarny | ;) | 18:34 |
freemangordon | ok | 18:34 |
DocScrutinizer51 | dang | 18:35 |
freemangordon | later | 18:35 |
KotCzarny | no issues, no problem ;) | 18:35 |
freemangordon | :) | 18:35 |
freemangordon | yep | 18:35 |
DocScrutinizer51 | Ill check if 126 also segfs | 18:36 |
DocScrutinizer51 | yep, all the same | 18:37 |
DocScrutinizer51 | afk | 18:38 |
*** Pali has joined #maemo | 18:39 | |
Vajb | hmm so no need to install anything new since it wont change a thing? | 18:39 |
Vajb | DocScrutinizer05: i already have newer mce | 18:40 |
Vajb | mce: Installed: 1.8.127.3+0m5 | 18:41 |
*** ubizzy has joined #maemo | 18:42 | |
Vajb | sicelo-: isn't powerkey locked when device is? | 18:47 |
bencoh | huh? | 18:47 |
bencoh | no it isn't :) | 18:47 |
Vajb | oh dang | 18:48 |
KotCzarny | hum, it isnt? | 18:48 |
KotCzarny | i've thought all keys are locked (- powerkey) | 18:48 |
bencoh | funny how I almost forgot about the lock switch | 18:48 |
bencoh | I just never use it | 18:48 |
bencoh | (at all) | 18:48 |
Vajb | i hope it wont turn my device of then.. | 18:48 |
sicelo- | yes it's not :-) | 18:49 |
*** spiiroin has joined #maemo | 18:55 | |
DocScrutinizer05 | FYI: http://paste.opensuse.org/3657714 | 18:55 |
*** merlin1991 has quit IRC | 18:56 | |
*** merlin1991 has joined #maemo | 18:59 | |
DocScrutinizer05 | Vajb: I thought DOWNgrading from 127 to 126 would solve the problem, but the regression sneaked in somewhere around 115 | 19:00 |
DocScrutinizer05 | bencoh: like I almost never use power button | 19:01 |
DocScrutinizer05 | except for checking time of day | 19:01 |
bencoh | same :) | 19:02 |
bencoh | well, or power device off with systemui menu | 19:02 |
bencoh | I use a wayv gesture to lock phone | 19:03 |
DocScrutinizer05 | oh! | 19:06 |
DocScrutinizer05 | now that's geeky :-) | 19:06 |
*** flo_lap has joined #maemo | 19:07 | |
bencoh | :> | 19:08 |
DocScrutinizer05 | given the extremel<y pathetic accelerometer integration, isn't it power greedy to poll the accel to detect gestures like that? | 19:08 |
bencoh | touchscreen gestures | 19:08 |
DocScrutinizer05 | oh | 19:08 |
bencoh | I patched wayv a bit to adapt it to maemo/n900, and configured it to only capture mouse in a 1px (or 2px)-large area on the side of the screen | 19:09 |
DocScrutinizer05 | for accel, Nokia failed epically to invent a decent API | 19:09 |
bencoh | meaning that all my wayv gestures start from the side of the screen | 19:10 |
bencoh | but it can continue from there all screen over | 19:10 |
bencoh | so I have a few of them to switch to desktop, task launcher, app launcher, or lock device | 19:11 |
DocScrutinizer05 | ((accel)) the chip's filter and trigger settings are HARDCODED into driver, go figure! | 19:11 |
DocScrutinizer05 | and if that wasn't already bad enough, they even used pretty bad and silly settings | 19:12 |
bencoh | filter and trigger ... is it supposed to be done in hw by the chip itself? | 19:12 |
DocScrutinizer05 | yes | 19:12 |
bencoh | I know some TI chips have support for tiny firmwares | 19:12 |
bencoh | oh, nice then | 19:12 |
bencoh | and you can configure it to detect free fall, or "tap"/double-tap | 19:13 |
DocScrutinizer05 | you can set a min and max threshold on 2 of the 3 axes. and you can apply a highpass filter to only fast enough movement from any position into any other position would trigger an IRQ. | 19:14 |
DocScrutinizer05 | Nokia set a "DC" threshold on just one axis iirc | 19:14 |
DocScrutinizer05 | it was just as much as they needed to detect "screen down" | 19:15 |
DocScrutinizer05 | pathetic | 19:15 |
*** ubizzy has quit IRC | 19:15 | |
*** ubizzy has joined #maemo | 19:16 | |
DocScrutinizer05 | what's worse: this is in kernel driver, and API is fubar so there's not even a possible way to fix this in userland | 19:17 |
DocScrutinizer05 | just like they fucked up LED pattern engine LS5523, they don't use all the memory this chip offers, and they don't expose the var registers (or any other registers on that topic) | 19:18 |
DocScrutinizer05 | at least that API isn't *totally* fubar, it could get augmented and fixed | 19:19 |
bencoh | well, overengineering it would have been easy as well, so ... | 19:29 |
bencoh | can't blame them | 19:29 |
Vajb | KotCzarny: how is that imgur coming together? | 19:31 |
*** sixwheeledbeast^ has quit IRC | 19:33 | |
*** DocScrutinizer51 has quit IRC | 19:33 | |
*** sixwheeledbeast has joined #maemo | 19:35 | |
*** ubizzy has quit IRC | 19:35 | |
*** DocScrutinizer51 has joined #maemo | 19:35 | |
KotCzarny | vajb: i was preparing opensource oscp release, will try looking into imgur plugin tomorrow | 19:39 |
bencoh | oh, really? :) | 19:41 |
bencoh | nice | 19:41 |
*** xorly has quit IRC | 19:46 | |
Vajb | cool :p | 19:56 |
*** louisdk has joined #maemo | 19:57 | |
*** aloril_ has quit IRC | 20:08 | |
*** aloril_ has joined #maemo | 20:13 | |
*** Axel_H has joined #maemo | 20:16 | |
*** Kabouik has quit IRC | 20:17 | |
*** sixwheeledbeast has quit IRC | 20:42 | |
*** DocScrutinizer51 has quit IRC | 20:42 | |
*** sixwheeledbeast has joined #maemo | 20:45 | |
*** DocScrutinizer51 has joined #maemo | 20:45 | |
*** jskarvad has quit IRC | 20:53 | |
*** spinal84 has joined #maemo | 20:58 | |
*** M4rtinK has joined #maemo | 21:00 | |
*** louisdk has quit IRC | 22:10 | |
*** louisdk has joined #maemo | 22:11 | |
*** louisdk has quit IRC | 22:19 | |
*** xorly has joined #maemo | 22:25 | |
NeKit | how much the system inside SDK is different from real device? | 22:59 |
*** spinal84 has quit IRC | 23:14 | |
DocScrutinizer05 | it lacks quite some sensors, obviously | 23:20 |
*** spinal84 has joined #maemo | 23:20 | |
DocScrutinizer05 | and iirc it runs x86 instead arm | 23:20 |
DocScrutinizer05 | also no phone and prolly no audio either | 23:21 |
*** Kabouik has joined #maemo | 23:29 | |
*** spinal84 has quit IRC | 23:29 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!