**** BEGIN LOGGING AT Fri Dec 17 02:59:59 2010 Dec 17 05:28:43 gena2x: cool. Are you running openwrt already? Dec 17 08:01:32 wow www.therme-erding.de looks nice Dec 17 08:04:46 JaMa|Wrk: and expensive :P Dec 17 08:07:40 mrmoku: similar price like here http://www.aquapalace.cz/home, but there are happy mondays for about 20e/day but aquapalace is still a bit smaller Dec 17 08:08:16 mrmoku: maybe we'll visit erding on our way to ski in France :) Dec 17 08:34:05 JaMa|Wrk: things change when you have a family with 5 heads :/ Dec 17 08:37:45 yeah :) Dec 17 09:03:35 Heinervdm: gm, so now only emacs-x11 is failing in shr-t feed (debuging why as downgrading qemu to 0.12.5 should be enough) Dec 17 09:03:58 JaMa|Wrk: ok Dec 17 09:04:27 i'm just writing a summery what was fixed with this update Dec 17 09:07:10 Heinervdm: btw that cornucopia rev you cherry-picked is missing mrmoku's "fsodeviced: fix parsing gpio_input events" so headphones will still fail iirc Dec 17 09:07:27 JaMa|Wrk: on n900 only though Dec 17 09:07:33 mrmoku: ah ok, then Dec 17 09:07:58 for gta-02 the only change should be the statefiles Dec 17 09:25:05 can someone try http://trac.shr-project.org/trac/ticket/1105#comment:6 ? Dec 17 10:01:22 freesmartphone.org: 03morphis 07cornucopia * rd3b856153cb0 10/libfsobasics/fsobasics/ (Makefile.am kernel.vala): Dec 17 10:01:22 freesmartphone.org: libfsobasics: add simple helper class to load kernel modules Dec 17 10:01:22 freesmartphone.org: Signed-off-by: Simon Busch Dec 17 10:02:33 morphis: yay! Dec 17 10:04:41 :) Dec 17 10:04:59 mickeyl: thought first about doing it the mode low level way Dec 17 10:05:22 without calling modprobe/insmod but it should be more flexible with them Dec 17 10:06:01 mickeyl: btw. wifi is now "stable" on the palmpre, was yesterday able to to a 'opkg upgrade' with download some megabytes of data Dec 17 10:06:04 without any issues Dec 17 10:09:15 mickey|office: hm ping your other nick ... Dec 17 10:09:21 s/ping/pinged/ Dec 17 10:09:21 morphis meant: mickey|office: hm pinged your other nick ... Dec 17 10:10:42 ah ok Dec 17 10:10:49 my incentive is to get rid of the fork() Dec 17 10:10:59 not too important now though Dec 17 10:11:11 (wifi) great, need to update my pre soon Dec 17 10:11:42 ok Dec 17 10:11:51 but for wifi there is currently no oe support Dec 17 10:11:58 but I will do that this weekend Dec 17 10:12:40 you mean system(...) when you say fork(...) right? Dec 17 10:14:50 yes Dec 17 10:15:02 iirc system is essentially forking Dec 17 10:15:47 ok Dec 17 10:16:31 the other option is to load the module manually into the kernel with mmap and a syscall Dec 17 10:16:48 that sounds good Dec 17 10:17:00 basically i don't like the gazillion of potential problems when calling shell utils Dec 17 10:17:01 like Dec 17 10:17:03 wrong PATH Dec 17 10:17:08 wrong fs mounted or missing Dec 17 10:17:14 wrong command line params Dec 17 10:17:17 etc. etc. etc. Dec 17 10:17:39 ok, but then we don't have the features modprobe provides Dec 17 10:17:39 so especially if we move towards fsoinitd we need something more self-contained Dec 17 10:18:01 such as depency based module loading Dec 17 10:18:14 i was thinking about embedding a bit of libbusybox Dec 17 10:18:24 that even my thought :D Dec 17 10:19:01 but modutils is not part of libb from busybox Dec 17 10:25:50 * pabs3 wonders what happened to projects.openmoko.org Dec 17 10:57:54 freesmartphone.org: 03morphis 07cornucopia * r7b523ed06cf9 10/fsodeviced/src/plugins/palmpre_quirks/ (Makefile.am plugin.vala powercontrol.vala): Dec 17 10:57:54 freesmartphone.org: fsodeviced: palmpre_quirks: add initial wifi powercontrol Dec 17 10:57:54 freesmartphone.org: Signed-off-by: Simon Busch Dec 17 10:59:55 freesmartphone.org: 03morphis 07cornucopia * rc2068890cc2c 10/fsodeviced/conf/palm_pre/fsodeviced.conf: Dec 17 10:59:55 freesmartphone.org: fsodeviced: palm_pre configuration: adjust for changes in palmpre_quirks plugin Dec 17 10:59:55 freesmartphone.org: Signed-off-by: Simon Busch Dec 17 11:07:23 freesmartphone.org: 03morphis 07cornucopia * r6347afde2daf 10/fsodeviced/conf/palm_pre/fsodeviced.conf: Dec 17 11:07:23 freesmartphone.org: fsodeviced: palm_pre configuration: add missing fsodevice.palmpre_quirks.powersupply entry Dec 17 11:07:23 freesmartphone.org: Signed-off-by: Simon Busch Dec 17 12:08:45 why does everyone hate system()? code reuse by invoking existing programs is really the most fundamental concept of what makes UNIX what it is Dec 17 12:09:58 it's harder to catch errors with usable error message to caller Dec 17 12:10:05 it take ressource Dec 17 12:11:18 misc: a permanently loaded library actually takes more resources on the whole than a process invoked now and then Dec 17 12:11:19 I was using it a lot in dvbgrab code, but still don't like it Dec 17 12:11:34 (that's why GNOME and KDE hog so much memory) Dec 17 12:39:32 antrik: speed... fork is expensive Dec 17 13:30:01 mrmoku: and how often do you call modprobe?... Dec 17 13:31:13 antrik: it was more a principal response to system :) Dec 17 13:34:32 s/principal/general/ Dec 17 13:34:32 mrmoku meant: antrik: it was more a general response to system :) Dec 17 13:34:40 better :) Dec 17 14:02:51 PaulFertser: heh, openwrt working depends on definition of 'working'. it just boots over network atm, need much setup i bet. and buildroot + busybox together with 180mhz cpu and 16mb ram sounds not really good. But serial worked just fine! Dec 17 14:04:27 gena2x: i really liked openwrt, a nice clean powerful system, but lacking quite some docs. Dec 17 14:04:59 PaulFertser: but flawless kernel boot on mips look really ethereal. i am expecting something will fail. but it works :) Dec 17 17:41:27 mickeyl, should I push libisi recipe? Dec 17 18:02:22 GNUtoo|laptop: push please - if it does not break parsing there is no reason not to :) Dec 17 18:18:49 done Dec 17 18:31:31 good :) Dec 17 19:21:15 the next step is making fsogsmd depend on libisi for nokia900 Dec 17 19:26:41 mrmoku, oops I forgott to add libisi to autorev Dec 17 19:27:01 fso-autorev to be more exact Dec 17 19:36:52 mmm Dec 17 19:37:00 hello! :) Dec 17 21:17:05 is there any known pb with shr rc1 on gta02 ? apps can't seem to get any gps data Dec 17 21:19:52 and trying from mdbus says: Dec 17 21:19:55 MDBUS2> org.freesmartphone.ogpsd /org/freedesktop/Gypsy org.freedesktop.Gypsy.Device.GetConnectionStatus() Dec 17 21:19:55 org.freedesktop.DBus.Error.Disconnected: Connection was disconnected before a reply was received Dec 17 21:21:42 I can't find a ticket about that, at least Dec 17 21:22:15 mickeyl, hi Dec 17 21:22:27 how can I debug an fsogsmd plugin? Dec 17 21:22:55 I install fsogsmd-dbg and that's all? Dec 17 21:24:39 oh sorry, looks like the parens are the problem Dec 17 21:25:01 yann, right Dec 17 21:25:05 mdbus2 robustness issue here Dec 17 21:25:22 yann, try that: Dec 17 21:25:30 pidof ogpsd Dec 17 21:25:37 or the daemon that do gps Dec 17 21:25:41 before and after Dec 17 21:25:43 the dbus call Dec 17 21:25:56 (the dbus call with the parentesis) Dec 17 21:26:01 to see if it's mdbus2 Dec 17 21:26:06 or the daemon that crashes Dec 17 21:26:19 already grepped for gps, only get fso-gpsd Dec 17 21:26:34 but mdbus2 gets answers without the parens Dec 17 21:26:47 I know Dec 17 21:27:03 but if you were interested in making the system more robust.... Dec 17 21:27:34 I can send org.freesmartphone.Resource.Enable and then GetConnectionStatus replies true Dec 17 21:28:04 if ogpsd is not there, who would answer to that ? Dec 17 21:31:13 cannot find ogpsd at all, indeed Dec 17 21:33:53 frameworkd.log shows traces similar to http://www.shr-project.org/trac/attachment/ticket/1085/frameworkd.log.ogpsd-snip Dec 17 21:57:28 ah, following the instructions in #1085 about fsotdld seem to work for me Dec 17 22:14:29 yann, hmmm Dec 17 22:14:47 ogpsd is part of frameworkd Dec 17 22:14:49 I think Dec 17 22:14:52 so it should be there Dec 17 22:15:06 sorry for creating the confusion Dec 17 22:19:47 hm, finally it does not seem to work any better: I only get in agps-ui log lines when fso-gpsd restarts, nothing from the gps itself Dec 17 22:22:45 I noticed th #1085 comments talk about bootloaders, I still have old u-boot 1.3.2-*12, that should still be ok with 2.6.34.7 ? Dec 17 22:23:14 old u-boot has a problem with GPS after a suspend/resume IIRC Dec 17 22:28:09 mrmoku, hi, how do you debug your apps? Dec 17 22:28:23 I've a problem with gdb not loading the libs correctly Dec 17 22:35:05 mrmoku: even right after a reboot it ain't any better Dec 17 22:36:32 hm, thinking of it, I was always booting from NOR Dec 17 22:38:20 has linux any knowledge from the bootloader telling who the bootloader was ? Dec 17 22:39:18 booting from NAND does not seem much better Dec 17 22:43:33 mrmoku: what do you consider "old uboot" ? http://wiki.openmoko.org/wiki/Uboot points to a dir where the most recent uboot is the one I have downloaded in june '09 Dec 17 22:44:20 and the shr trac wiki does not seem to mention uboot at all Dec 17 22:45:59 http://wiki.openmoko.org/wiki/U-boot-gena2x ? Dec 17 23:00:39 hm, "poweron" in agpsui does not do org.freesmartphone.Resource.Enable ? Dec 17 23:25:37 the on/off toggle in Settings, however, is coherent with the DBUS state Dec 17 23:26:05 is it just agpsui which is broken ? **** ENDING LOGGING AT Sat Dec 18 03:00:01 2010