**** BEGIN LOGGING AT Thu Sep 15 02:59:57 2011 Sep 15 06:02:30 moin Sep 15 06:13:24 Morning :) Sep 15 06:15:05 morning PaulFertser :) Sep 15 06:28:12 hi mrmoku Sep 15 06:34:02 hi GNUtoo Sep 15 06:37:36 mrmoku, where is the commit for the n900 3g fix? Sep 15 06:37:43 I don't find it Sep 15 07:38:08 fscking module_autoload and kernel module filenames! Sep 15 07:38:44 g_ether.ko has underscore but ie snd-soc-neo1973-wm8753.ko Sep 15 07:38:54 and module_autoload_%s needs to match filename Sep 15 07:47:16 JaMa|Off: hi, about updating conf files I have an idea . but first I merge my last patch with your "if old shr-core dir then move it" Sep 15 07:54:25 I will create two more targets (one for shr-core and one for aurora : update-shr-core-conf which will check if files changed) Sep 15 07:56:56 GarthPS: ok.. you can send that "if old shr-core dir then move it" as extra patch Sep 15 07:57:27 if you want.. I just wanted to apply them at once so people wont get new checkouts Sep 15 08:08:24 SHR: 03Martin.Jansa 07meta-smartphone * r92f477a7fcc5 10/ (4 files in 3 dirs): meta-openmoko,meta-nokia: cleanup module_autoload Sep 15 08:08:28 SHR: 03Martin.Jansa 07meta-smartphone * r6e5877d48ae5 10/meta-fso/recipes-freesmartphone/freesmartphone/opimd-utils_git.bb: opimd-utils: drop all PACKAGE_ARCH Sep 15 08:08:29 SHR: 03Martin.Jansa 07meta-smartphone * r8afb1bdb7655 10/meta-fso/recipes-freesmartphone/freesmartphone/opimd-utils_git.bb: opimd-utils: drop all PACKAGE_ARCH Sep 15 08:08:39 SHR: 03Martin.Jansa 07meta-smartphone * rc92028008460 10/ (4 files in 3 dirs): meta-openmoko,meta-nokia: cleanup module_autoload Sep 15 08:08:57 SHR: 03Martin.Jansa 07meta-smartphone * r95760613ab0c 10/meta-shr/recipes-core/base-files/ (3 files in 2 dirs): SHR: base-files: use own profile and motd Sep 15 08:08:57 SHR: 03Martin.Jansa 07meta-smartphone * r11db0144c71d 10/meta-nokia/conf/machine/nokia900.conf: meta-nokia: autoload pn-pep kernel module Sep 15 08:08:57 SHR: 03morphis 07meta-smartphone * rc43eb40006a2 10/meta-aurora/recipes-graphics/tslib/ (tslib/ts.conf tslib/tslib.sh tslib_git.bb): meta-aurora: drop git version of tslib; it's now in meta-openembedded Sep 15 08:08:57 SHR: 03Martin.Jansa 07meta-smartphone * r6e5877d48ae5 10/meta-fso/recipes-freesmartphone/freesmartphone/opimd-utils_git.bb: opimd-utils: drop all PACKAGE_ARCH Sep 15 08:08:57 SHR: 03Martin.Jansa 07meta-smartphone * rc92028008460 10/ (4 files in 3 dirs): meta-openmoko,meta-nokia: cleanup module_autoload Sep 15 08:08:58 SHR: 03Martin.Jansa 07meta-smartphone * r9be079046dd4 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/shr.patch: linux-openmoko-2.6.39: ts patches again Sep 15 08:08:59 SHR: 03Martin.Jansa 07meta-smartphone * r00460f87e0f1 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig: linux-openmoko-2.6.39: enable LIS302DL module Sep 15 08:09:06 SHR: 03Martin.Jansa 07meta-smartphone * r453a560aaa45 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig: linux-openmoko-2.6.39: touchscreen as module Sep 15 08:09:06 SHR: 03Martin.Jansa 07meta-smartphone * r233694e264e1 10/ (10 files in 10 dirs): meta-htc,meta-nokia,meta-openmoko,meta-palm: include xorg.conf from meta-oe/xserver-xorg-conf to xserver-xf86-config Sep 15 08:09:06 SHR: 03Martin.Jansa 07meta-smartphone * r40db4ae87e98 10/ (4 files in 3 dirs): BSPs: switch from xserver-xorg to xserver-xf86(-dri)-lite Sep 15 08:09:06 SHR: 03Martin.Jansa 07meta-smartphone * r020339e90bdb 10/meta-openmoko/recipes-graphics/mesa/ (mesa-dri/glamo.patch mesa-dri_7.11.bbappend): meta-openmoko: mesa-dri: add glamo support Sep 15 08:09:06 SHR: 03Martin.Jansa 07meta-smartphone * r3a9329edd8a6 10/ (5 files in 5 dirs): meta-nokia,meta-openmoko: include pointercal-xinput from meta-oe Sep 15 08:09:16 SHR: 03Martin.Jansa 07meta-smartphone * r48b665150caa 10/meta-openmoko/recipes-graphics/drm/ (libdrm/glamo.patch libdrm_2.4.26.bbappend): meta-openmoko: libdrm: add glamo support Sep 15 08:09:16 SHR: 03Martin.Jansa 07meta-smartphone * rb6e320b9dc4f 10/meta-shr/conf/distro/shr.conf: shr: set PREFERRED_PROVIDER_virtual/libx11-native Sep 15 08:17:07 JaMa|Off: I don't get it... your if [] line return /bin/sh: ligne 0 : [: « ] » manquant Sep 15 08:17:08 if [ -d shr-core/meta-smartphone && ! -d meta-smartphone ] ; then mv shr-core/meta-smartphone meta-smartphone ; ln -s ../meta-smartphone shr-core/meta-smartphone ; fi Sep 15 08:17:17 I don't get it ... Sep 15 08:18:52 but I added an other pair of [] and it works. you can explain ? is it normal? Sep 15 08:22:26 ok I got it . it seem to need to be seperated : if [ -d shr-core/meta-smartphone ] && [ ! -d meta-smartphone ] ; Sep 15 08:30:59 JaMa|Off: patch sent Sep 15 08:32:20 yes [ is 'test' command and [[ is evaluated by bash itself Sep 15 08:34:59 SHR: 03Martin.Jansa 07meta-smartphone * r0a846fa3dec8 10/meta-openmoko/recipes-graphics/drm/ (libdrm/glamo.patch libdrm_2.4.26.bbappend): meta-openmoko: libdrm: add glamo support Sep 15 08:35:04 SHR: 03Martin.Jansa 07meta-smartphone * r97f63c45f744 10/ (5 files in 5 dirs): meta-nokia,meta-openmoko: include pointercal-xinput from meta-oe Sep 15 08:35:11 SHR: 03Martin.Jansa 07meta-smartphone * r50dca4e19704 10/ (10 files in 10 dirs): meta-htc,meta-nokia,meta-openmoko,meta-palm: include xorg.conf from meta-oe/xserver-xorg-conf to xserver-xf86-config Sep 15 08:35:30 SHR: 03Martin.Jansa 07meta-smartphone * r50dca4e19704 10/ (10 files in 10 dirs): meta-htc,meta-nokia,meta-openmoko,meta-palm: include xorg.conf from meta-oe/xserver-xorg-conf to xserver-xf86-config Sep 15 08:35:31 SHR: 03Martin.Jansa 07meta-smartphone * r0a846fa3dec8 10/meta-openmoko/recipes-graphics/drm/ (libdrm/glamo.patch libdrm_2.4.26.bbappend): meta-openmoko: libdrm: add glamo support Sep 15 08:35:31 SHR: 03Martin.Jansa 07meta-smartphone * r97f63c45f744 10/ (5 files in 5 dirs): meta-nokia,meta-openmoko: include pointercal-xinput from meta-oe Sep 15 08:35:31 SHR: 03Martin.Jansa 07meta-smartphone * r07b39d0b16b8 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig: linux-openmoko-2.6.39: enable LIS302DL module Sep 15 08:35:31 SHR: 03Martin.Jansa 07meta-smartphone * re4027dc33188 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig: linux-openmoko-2.6.39: touchscreen as module Sep 15 08:35:42 SHR: 03Martin.Jansa 07meta-smartphone * r5e63c687d78a 10/ (4 files in 3 dirs): BSPs: switch from xserver-xorg to xserver-xf86(-dri)-lite Sep 15 08:35:42 SHR: 03Martin.Jansa 07meta-smartphone * r1549b15aef51 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/shr.patch: linux-openmoko-2.6.39: ts patches again Sep 15 08:35:42 SHR: 03Martin.Jansa 07meta-smartphone * r2f8af61aa7fa 10/meta-openmoko/recipes-graphics/mesa/ (mesa-dri/glamo.patch mesa-dri_7.11.bbappend): meta-openmoko: mesa-dri: add glamo support Sep 15 08:35:42 SHR: 03Martin.Jansa 07meta-smartphone * r4232287d3778 10/meta-shr/conf/distro/shr.conf: shr: set PREFERRED_PROVIDER_virtual/libx11-native Sep 15 08:38:47 SHR: 03sylvain.pare 07shr-makefile * re3eeafa44ffc 10/Makefile: Makefile: added lines to handle transition from previous git repos fetched in shr-core moved to ../ Sep 15 08:38:57 SHR: 03sylvain.pare 07shr-makefile * r3f4854dedfa9 10/ (6 files in 2 dirs): Makefile: inclusions for building Aurora within this Makefile; see details : Sep 15 08:47:56 GarthPS: make[1]: *** No rule to make target `update-shr-core-openembedded-core'. Stop. Sep 15 08:48:30 GarthPS: but 2nd run it's able to continue Sep 15 08:48:36 JaMa|Off: wtf Sep 15 08:49:32 because update-common changes Makefile first Sep 15 08:49:49 and target update-shr-core-openembedded-core is already prepared to be executed against new Makefile Sep 15 08:49:59 JaMa|Off: oh yes.. hm how to handle that ? Sep 15 08:50:00 make[1]: Leaving directory `/OE' Sep 15 08:50:00 /bin/sh: [!: command not found Sep 15 08:50:00 make: Leaving directory `/OE' Sep 15 08:50:08 then 2nd update will move those checkouts Sep 15 08:50:21 and only 3rd update will pass -e openembedded-core to update Sep 15 08:50:22 it Sep 15 08:50:47 well if there isn't typo in [! Sep 15 08:51:41 SHR: 03Martin.Jansa 07shr-makefile * r30e3763d10bd 10/Makefile: Makefile: fix typo Sep 15 08:52:54 JaMa|Off: I will test to see if it paas now from the first pass Sep 15 08:57:01 JaMa|Off: ok. sorry for the typo.. Sep 15 08:59:08 JaMa|Off: which conf file do I check for updates ? was think of : auto.conf bblayers.conf site.conf and not local-builds.inc local.conf . are you ok with that ? Sep 15 08:59:31 and what about the target name : update-shr-core-conffiles Sep 15 09:02:53 GarthPS: yes and yes Sep 15 09:03:40 SHR: 03Martin.Jansa 07shr-makefile * rc5464b1ed13b 10/Makefile: Makefile: move checkout shuffle before update, so we can move&update in one make update call Sep 15 09:07:50 SHR: 03Martin.Jansa 07shr-makefile * r66e284e92221 10/Makefile: Makefile: fix multiline Sep 15 09:15:30 SHR: 03Martin.Jansa 07shr-chroot * rcf48995aa034 10/ (175 files in 24 dirs): system upgrade Sep 15 09:17:22 SHR: 03Martin.Jansa 07meta-smartphone * redeba44b456f 10/meta-nokia/conf/machine/nokia900.conf: nokia900: remove debug leftover Sep 15 09:17:32 SHR: 03Martin.Jansa 07meta-smartphone * r32ad00237b4c 10/meta-nokia/conf/machine/nokia900.conf: nokia900: remove debug leftover Sep 15 09:38:56 good morning all! Sep 15 09:51:31 JaMa|Off: sent Sep 15 10:40:44 GarthPS: why do you check date -r? Sep 15 10:41:32 GarthPS: if you have changed bblayers.conf manually then it will overwrite it anyway.. Sep 15 10:41:57 GarthPS: hm yeah right... not good. Sep 15 10:42:03 GarthPS: so you can just cp it everytime (for cost of copying small files which are sometimes the same) Sep 15 10:42:13 sorry though to quickly.. Sep 15 10:42:40 GarthPS: please make it warning if there is diff between conf files Sep 15 10:42:50 JaMa|Off: yeah that was the idea at first but then I though I could do better but... :) Sep 15 10:43:06 GarthPS: and create rule to update it which will be executed only manually if user really want that Sep 15 10:44:00 JaMa|Off: like a target called force-update-conffiles ? Sep 15 10:44:27 just something like diff -q conf/bblayers.conf common/shr-core/bblayers.conf || echo "WARN: you have different bblayers.conf, please sync it from common directory or call update-shr-core-conffiles to replace all config files with new versions Sep 15 13:25:18 whoever cares about shr-core on n900: seems like omap3-isp makes kernel segfault.. so remove /etc/modutils/omap3-isp before you reboot after last kernel upgrade Sep 15 13:29:56 JaMa|Off: thx for warning Sep 15 13:32:43 if you have it booted you can confirm that it segfault also when modprobed to already running kernel ;) Sep 15 14:05:13 SHR: 03Martin.Jansa 07meta-smartphone * r4fa608464fcb 10/meta-samsung/README: meta-samsung: fix README Sep 15 14:05:23 SHR: 03Martin.Jansa 07meta-smartphone * rf0a521589d42 10/meta-samsung/README: meta-samsung: fix README Sep 15 14:08:21 SHR: 03Martin.Jansa 07meta-smartphone * redeba44b456f 10/meta-nokia/conf/machine/nokia900.conf: nokia900: remove debug leftover Sep 15 14:08:21 SHR: 03Martin.Jansa 07meta-smartphone * rf0a521589d42 10/meta-samsung/README: meta-samsung: fix README Sep 15 14:08:21 SHR: 03Martin.Jansa 07meta-smartphone * r65cdfcaac1b9 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig: linux-openmoko-2.6.39: touchscreen as module Sep 15 14:08:22 SHR: 03Martin.Jansa 07meta-smartphone * rabbad09fb1d8 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig: linux-openmoko-2.6.39: enable LIS302DL module Sep 15 14:08:22 SHR: 03Martin.Jansa 07meta-smartphone * rd2e034eb4e1a 10/meta-openmoko/recipes-kernel/linux/linux-2.6.39/shr.patch: linux-openmoko-2.6.39: ts patches again Sep 15 14:08:22 SHR: 03Martin.Jansa 07meta-smartphone * r66ce099bd051 10/ (4 files in 3 dirs): BSPs: switch from xserver-xorg to xserver-xf86(-dri)-lite Sep 15 14:08:29 SHR: 03Martin.Jansa 07meta-smartphone * ra384ed6b6ec2 10/meta-shr/conf/distro/shr.conf: shr: set PREFERRED_PROVIDER_virtual/libx11-native Sep 15 14:08:30 SHR: 03Martin.Jansa 07meta-smartphone * r283ffcc374ab 10/meta-openmoko/recipes-graphics/mesa/ (mesa-dri/glamo.patch mesa-dri_7.11.bbappend): meta-openmoko: mesa-dri: add glamo support Sep 15 14:08:42 mrmoku: * Starting with openssh-5.8p1, the server will default to a newer key Sep 15 14:08:45 * algorithm (ECDSA). You are encouraged to manually update your stored Sep 15 14:08:48 * keys list as servers update theirs. See ssh-keyscan(1) for more info. Sep 15 14:14:29 JaMa|Off: ok, the client will give me a host key error the and deleting the host key from the known_hosts is all, right? Sep 15 17:22:30 PaulFertser: ping Sep 15 17:22:39 nschle85: pong Sep 15 17:22:52 u menja woproc :-) Sep 15 17:23:25 PaulFertser: i am evaluating how to implement GPS for N900 Sep 15 17:23:59 PaulFertser: but i cannot find the right place where to implement Sep 15 17:24:44 PaulFertser: I heard that you also made some studies about it, is that true ? Sep 15 17:25:29 PaulFertser: I want to avoid a desaster like broadcom driver in kernel :-) Sep 15 17:25:40 nschle85: as far as i could understand it, you need to study gpsd to see how to extend it to support a device as uncommon for gps receivers as n900's isi gps. Sep 15 17:26:12 nschle85: it really seems like the best place to add it. And ESR is easy to work with, i think he'll accept any reasonable proposal. Sep 15 17:26:29 nschle85: another opinion is to implement it in gypsy and use fso-gpsd for gpsd compatiblity Sep 15 17:26:51 nschle85: nah, gypsy protocol is dead. Sep 15 17:27:13 nschle85: gpsd seems to be the only sane thing left on the gps free software surface. Sep 15 17:27:18 PaulFertser: i thought dbus is a hype Sep 15 17:27:55 nschle85: and? ;) Sep 15 17:28:52 PaulFertser: so i thought using it would be more common in future Sep 15 17:29:10 PaulFertser: and dbus support will be removed in gpsd in future Sep 15 17:30:06 how can i map from gpsd to gypsy ? Sep 15 17:30:10 nschle85: gpsd doesn't really support dbus, it has a single signal that's emitted when fix is changing, but that's about it. libgps has bindings for many languages and is easy to use, what's need for dbus? Sep 15 17:30:21 nschle85: why do not you want to forget about gypsy? Sep 15 17:31:33 PaulFertser: i think isi is easier to implement in gypsy :-) Sep 15 17:31:56 PaulFertser: gpsd is hard to extend for non serial devices Sep 15 17:33:25 nschle85: yes, but that's the only thing that is actually supported and maintained by very experienced and clueful folks. Sep 15 17:35:01 PaulFertser: you are right, for the first step i could implement it with a lot of #defines and afterwards somenone can integrate it upstream Sep 15 17:35:11 PaulFertser: do you also work on it ? Sep 15 17:35:24 PaulFertser: it would be stupid to do it twice :-) Sep 15 17:35:50 nschle85: unfortunately, no. And i'm not motivated at all because i can't use my N900 for GSM telephony anyway. Sep 15 17:36:16 PaulFertser: why ? (i also did not tried it) Sep 15 17:38:08 nschle85: because no motivated qualified developer works hard on adding ISI to fsogsmd? Sep 15 17:39:01 PaulFertser: nah, telephony works apart from sound :-P Sep 15 17:39:25 (which is more an alsa kind of problem) Sep 15 17:40:17 mrmoku: with all the features one would expect from a working GSM phone? Sep 15 17:40:23 mrmoku: and what about the power consumption? Sep 15 17:40:34 PaulFertser: but seriously... would you be motivated if it would be usable as phone? Sep 15 17:41:02 mrmoku: probably so, i've got tired of my FR already, tbh. Sep 15 17:41:38 PaulFertser: that in turn could motivate me to work harder :) Sep 15 17:41:54 I don't know about power consumption yet Sep 15 17:42:00 another missing thing are messages Sep 15 17:42:46 mrmoku: well... i basically lost my interest when it seemed to me nobody's really working on bringing a really sane kernel to fully work on the device. Sep 15 17:43:10 PaulFertser: and what do you implement in future ? Sep 15 17:43:33 nschle85: pardon? Sep 15 17:44:03 nschle85: btw, i was involved in adding hooks to gpsd that allow it to e.g. request a resource from FSO when a gpsd client connects. Sep 15 17:44:25 PaulFertser: well that is another thing then... I'm in no way kernel-hacking-enabled Sep 15 17:44:41 PaulFertser: you dont like gour Freerunner and N900 i understood, what will you do in future ? Sep 15 17:44:44 and yes... the kernel is a critical thing for n900 in my eyes too Sep 15 17:46:00 nschle85: i will use my FR for as long as it works, and if i am unable to use it anymore, i'll switch back to nokia 1100. Sep 15 17:47:13 PaulFertser: what about gta04 ? Sep 15 17:47:40 mrmoku: i mean n900 failed to build a capable community around it, and i am not type of guy who can work alone. morphis is great, and i'm not. I need company... Sep 15 17:48:28 btw. is there still anyone who uses his gta01? Sep 15 17:48:33 mrmoku: using loosy FR's case sounds like a bad idea to me, and also it's still unclear what will the device work like. Sep 15 17:49:16 for me it sound a good idea: Sep 15 17:49:21 plastic are so expensive.... Sep 15 17:49:35 that to bootstrap a gta04 I think that it's needed Sep 15 17:49:37 PaulFertser: we will know soon Sep 15 17:49:40 larsc: juri_: has one i think Sep 15 17:49:42 * mrmoku likes the case btw. :) Sep 15 17:50:07 even if I don't like the case(I would have preferred a hardware keyboard somewhere) Sep 15 17:51:03 GNUtoo: i still fail to understand why they decided to not build something that's loosy and looks like crap (comparing to "real" smartphones) but requires less precision and money to make. That way they could have used a bigger and better screen and that'd be reasonable imho. Sep 15 17:51:21 PaulFertser: GNUtoo: i also dont like the case, if you want to touch somethink near the border its not possible because the touch area is deeper than the surrounding border Sep 15 17:51:46 ok Sep 15 17:51:54 PaulFertser: so closing applications on FR is a pain for me (i have short nails and big fingers) Sep 15 17:51:55 nschle85: exactly, those bevels are as stupid as it gets, i have to rotate the finger to position the nail near it. Sep 15 17:52:01 is shr git down? Sep 15 17:52:07 or is it my 3g? Sep 15 17:52:28 larsc: hey :) btw, what are you busy with lately? Sep 15 17:53:04 GNUtoo: works for me Sep 15 17:53:08 PaulFertser: work :/ Sep 15 17:53:22 there is still some kernel work to do: Sep 15 17:53:22 *devicetree Sep 15 17:53:22 *glamo is not mainline Sep 15 17:53:22 etc... Sep 15 17:53:23 mrmoku, btw n900 fix is on cornucopia? Sep 15 17:53:24 for 3g Sep 15 17:53:27 the fix for 3g Sep 15 17:55:34 maybe it's down becuse I don't use ssh? Sep 15 17:55:50 GNUtoo: no, it's just shell config fix in oe-core Sep 15 17:55:56 nothing to do with cornucopiy Sep 15 17:55:57 a Sep 15 17:56:51 ah ok nice Sep 15 17:57:01 I monitored cornucopia for that change Sep 15 17:57:07 and didn't see it arrive Sep 15 18:05:32 PaulFertser: are your changes in gpsd for fso in mainline of gpsd ? and if yes, which version do i have to use ? Sep 15 18:07:09 nschle85: mainline, yes, for about half a year the least, i'm not sure about the release but they're mentioned in the man page. Sep 15 18:13:13 PaulFertser: i cannot find it Sep 15 18:18:41 nschle85: https://lists.berlios.de/pipermail/gpsd-dev/2011-January/008478.html Sep 15 18:24:35 PaulFertser: do you have write access to shr wiki ? Sep 15 18:25:11 nschle85: i'm afraid i do not. Sep 15 18:27:12 PaulFertser: hmmm ... do have you already collected all the information you have about N900/ISI in a public place ? Sep 15 18:29:23 nschle85: unfortunately, no. There's mrmoku's wireshark dissector branch, there's some ISI "secret" header deep inside qtopia, there's official ISI description that uses some cryptic name for GPS. Sep 15 18:35:15 mrmoku, now meta-smartphone fetches Sep 15 19:04:10 PaulFertser: do you find a link to the "secret" ISI header ? I want to extend this page: http://shr-project.org/trac/wiki/N900%20Specifications Sep 15 19:05:09 mrmoku: where is your wireshark dissector branch located ? Sep 15 19:05:31 nschle85, maybe add in in fso Sep 15 19:05:32 on the modem or isi page Sep 15 19:07:14 GNUtoo: pardon ? modem or isi page ? Sep 15 19:07:16 nschle85: http://git.shr-project.org/git/?p=isi-wireshark-plugin.git;a=summary Sep 15 19:07:35 nschle85: unfortunately, i do not remember about the ISI header. Sep 15 19:07:53 PaulFertser: ok, thank you Sep 15 19:09:23 let me find it Sep 15 19:10:14 http://wiki.freesmartphone.org/index.php/Phonet_Implementation Sep 15 19:10:22 http://wiki.freesmartphone.org/index.php/Modems Sep 15 19:17:43 nschle85, PaulFertser: NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim/usr/include/ISI/icpr82/ Sep 15 19:18:17 nschle85: I promissed playya_ to add GPS to the dissector when he starts working on it... he's too busy dayworking I think though Sep 15 19:18:29 same counts for you Sep 15 19:18:54 if you seriously want to give it a try I will try to find the time to implement the missing GPS parts in the dissector in the next days Sep 15 19:19:47 mrmoku: i want to do it but I have a liitle Child and coding in C in not my dayly job Sep 15 19:20:35 nschle85, http://wiki.freesmartphone.org/index.php/Phonet_Implementation and http://wiki.freesmartphone.org/index.php/Modems Sep 15 19:20:36 nschle85: I have three of them ;) Sep 15 19:20:36 mrmoku: so please do not hurry i must be familiar with libgisi ... and gpsd Sep 15 19:20:44 ok Sep 15 19:21:34 mrmoku: what is the difference between you dissector branch and https://git.ring0.de/isi-wireshark-plugin/ ? Sep 15 19:21:43 s/you/your/ Sep 15 19:21:43 nschle85 meant: mrmoku: what is the difference between your dissector branch and https://git.ring0.de/isi-wireshark-plugin/ ? Sep 15 19:22:10 nschle85: mine is based on it just with stuff added (and little reworks) Sep 15 19:23:02 as hre is busy doing other things these days I added a repo where I can commit :) Sep 15 19:25:48 hmm http://www.wirelessmodemapi.com/ is down Sep 15 19:25:59 mrmoku: i know Sep 15 19:26:32 s/hre/sre/ Sep 15 19:34:47 mrmoku: i know sre is not very responsive, i had some questions relating u-boot but now JaMa|Off: solved all the u-boot problems Sep 15 19:38:05 PaulFertser: mrmoku: GNUtoo: thank you for your information :-) now i have to study libisi/gisi :-) Sep 15 19:38:15 mrmoku, how to fix the shell? Sep 15 19:38:19 nschle85: best wishes! Sep 15 19:38:40 thanks a lot for trying to participate!!!! Sep 15 19:39:06 GNUtoo: let me see if I find the commit Sep 15 19:39:50 I hope you'll succeed with libgisi+fsogsmd Sep 15 19:39:58 ok Sep 15 19:40:08 GNUtoo: http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=95760613ab0cff3fd754e6276e9e13643867ffd1 Sep 15 19:40:23 thanks Sep 15 19:40:45 yw Sep 15 19:41:57 thanks I'll cleansstate base-files Sep 15 19:43:02 mrmoku, do you know PRINC or something like that Sep 15 19:43:10 it's used in the tslib for palmpre Sep 15 19:43:37 (in the bbappend) Sep 15 19:43:48 PaulFertser: hope you will support me if i have questions relating gpsd :-) Sep 15 19:44:21 nschle85: sure thing Sep 15 19:44:31 basically it does that Sep 15 19:44:31 it increase PR by the number you assign princ to Sep 15 19:44:31 so we don't have to -ccleansstate everytime Sep 15 19:44:58 nice!!!! Sep 15 20:01:37 GNUtoo: never heard of it... but I'm very much OE-outdated Sep 15 20:06:29 ok Sep 15 20:06:49 let me show it to you Sep 15 20:07:31 ok Sep 15 20:08:43 http://git.shr-project.org/git/?p=meta-smartphone.git;a=blob;f=meta-palm/recipes-graphics/tslib/tslib_git.bbappend;h=3822d0ced9ebdc58c6922a4bfae9c31974ff1e23;hb=95760613ab0cff3fd754e6276e9e13643867ffd1 Sep 15 20:09:32 ahh Sep 15 20:09:59 so you can bump PR for a recipe from another layer? Sep 15 20:13:49 yes, using that variable Sep 15 20:15:13 nice Sep 15 20:18:54 mrmoku, how the shell stuff is fixed? Sep 15 20:19:01 I don't understand Sep 15 20:19:05 I try the vala-terminal Sep 15 20:19:10 and I see the same shell Sep 15 20:41:08 PaulFertser: Prochorov? You got funny politics over there :-P Sep 15 20:41:53 DocScrutinizer: that story is damn strange even without names, but i'm falling asleep atm, so can't discuss it right now, good night :) Sep 15 20:43:09 PaulFertser: here in Bavaria we got way simpler methods: the large party CSU is topmost on election paper, and the pen to checkmark your elected party is tied to desk with a cord so short that you cna't reach anything lower on that paper :-P Sep 15 20:45:26 DocScrutinizer: so i alwas elect by mail :-) Sep 15 20:46:48 PaulFertser: spokoinoj notchi Sep 16 01:39:31 good night everyone **** ENDING LOGGING AT Fri Sep 16 02:59:56 2011