**** BEGIN LOGGING AT Fri Sep 30 02:59:57 2011 Sep 30 05:38:22 nschle85: ok, will take a look Sep 30 08:43:14 mrmoku: do you know the kernel config name for g_ether? Sep 30 08:45:29 GADGET_ETHER iirc Sep 30 08:45:38 JaMa: thanks Sep 30 08:46:26 lxsameer: CONFIG_USB_ETH Sep 30 08:47:23 JaMa: i guess no? Sep 30 08:47:24 PaulFertser is right :) Sep 30 08:50:17 PaulFertser: JaMa thanks Sep 30 08:51:57 JaMa: it was so comfortable debugging a bootloader with JTAG, and now since i can boot Linux i've to add printks and such because i do not really understand how to properly use JTAG with the kernel. Sep 30 08:52:36 :) Sep 30 08:54:54 JaMa: any news? Sep 30 08:55:08 mrmoku: about? Sep 30 08:55:09 I would start a build from scratch otherwise Sep 30 08:55:16 about the segfault from yesterday Sep 30 08:55:40 mrmoku: not really.. but feel free to start from scratch (gcc should be fine) Sep 30 08:55:49 mrmoku: and there is atk fix in oe-core ML Sep 30 08:55:50 probably something changed in ld that needs rebuilding everything? Sep 30 08:56:06 cannot push it to oe-core-contrib now it's down Sep 30 08:56:19 or if you want you can test my xorg series :) Sep 30 08:56:48 I did clean rebuild too (3 days ago) Sep 30 08:57:17 hmm Sep 30 08:58:04 I can start a rebuild and then get the atk fix later via an update, no? Sep 30 08:58:12 yes Sep 30 08:58:17 good, will do that then Sep 30 08:58:30 but git is down.. so make sure you have gcc/eglibc changes from yesterday already Sep 30 08:58:40 yup, have them Sep 30 08:58:52 and glib-2.30.0 too? Sep 30 08:58:59 I think so... let me check Sep 30 08:59:40 0022 mok@ladyt[pts/1]:~/shr-chroot/OE/shr-core/downloads-> l glib-2.30* Sep 30 08:59:40 -rw-r--r-- 1 mok mok 7644742 26. Sep 23:52 glib-2.30.0.tar.bz2 Sep 30 08:59:40 -rw-r--r-- 1 mok mok 0 29. Sep 19:20 glib-2.30.0.tar.bz2.done Sep 30 08:59:41 0yup Sep 30 09:00:28 great Sep 30 09:02:13 * JaMa launching libreoffice build to keep cpu busy until git is online again :) Sep 30 09:02:21 hehe Sep 30 09:07:57 i get this error when i try to compile my kernel using g_ether http://dpaste.com/623971/ Sep 30 09:08:03 what should i do ? Sep 30 09:09:30 lxsameer: add #include to drivers/usb/gadget/composite.c Sep 30 09:10:18 PaulFertser: ok Sep 30 09:11:03 PaulFertser: it solved the msleep error but not mkdev Sep 30 09:11:58 lxsameer: add as well Sep 30 09:12:25 PaulFertser: yeah i found out that Sep 30 09:12:31 PaulFertser: thanks Sep 30 09:24:33 JaMa: now i get "INIT: version 2.86 booting" and then it hangs (on my custom i.MX25 board) :( Sep 30 09:26:02 PaulFertser: what if you replace sysvinit in init= with /bin/sh or something like that? Sep 30 09:26:13 JaMa: then i get no output at all :) Sep 30 09:27:48 ah ;/ Sep 30 09:28:53 JaMa: iMX is such a pita, i do not know how and why it happens, but every single step i do is followed by another obstacle. Sep 30 09:32:59 PaulFertser: I would not say that all iMX stuff is a problem. iMX51 is in pretty good state theses days (and to some extend iMX53 too) Sep 30 09:33:54 rtp: well... the state seems to be good but actually i have diffuculties understanding the documentation, it's not very consistent and straightforward. Now after booting the kernel i faced inability to set PHY address in the fec.c driver etc etc. Sep 30 09:34:12 rtp: i mean it seemed to be supported nicely but every now and then i face some issue :( Sep 30 09:34:48 oh, true. doc from fsl is horrible, no matter which SoC you're using :/ Sep 30 09:35:12 rtp: btw, i'm using barebox for the bootloader. Sep 30 09:35:43 I'm using uboot but it should not matter from "upper" layer like kernel point of view Sep 30 09:35:56 rtp: barebox is so much better than u-boot ;) Sep 30 09:36:10 rtp: are you using FEC? Sep 30 09:36:59 on my loco, yes Sep 30 09:37:09 (loco imx53qsb) Sep 30 09:37:16 my resolution is to high, how can i get the list of resolution support by my device ? Sep 30 09:37:24 rtp: how do you specify the PHY address then? Sep 30 09:41:08 SHR: 03Martin.Jansa 07shr-chroot * rf4439769a7fe 10/ (159 files in 27 dirs): system upgrade Sep 30 09:41:18 lxsameer: in X it's done with "xrandr" Sep 30 09:41:29 lxsameer: with FB it's "fbset". Sep 30 09:41:50 PaulFertser: I'm not specifying any address. Are you using something like imx25_add_fec ? (well, there's a imx53_add_fec so should be available on imx25 too I guess) Sep 30 09:41:52 lxsameer: but do not use fbset from inside X if it uses fbdev, i guess it won't work the way you want. Sep 30 09:42:01 rtp: sure, i do. Sep 30 09:42:34 rtp: the address is the MDIO bus address, as you can have multiple chips sitting on the same MDIO bus. Sep 30 09:42:47 PaulFertser: and how can i restart X, in shr? Sep 30 09:42:51 rtp: my phy defaults to 1 if there's no external pull-up/downs. Sep 30 09:42:57 lxsameer: /etc/init.d/nodm restart i think. Sep 30 09:43:04 xserver-nodm Sep 30 09:43:33 thanks Sep 30 09:44:09 PaulFertser: seems that the fec driver is scanning all phy ids at probe time Sep 30 09:45:21 rtp: well, it looks like it should, but it does that in a strange way, for me it misdetects an absent device on address 0. Sep 30 09:45:33 :( Sep 30 09:46:23 rtp: it tries reading two ID registers and then if it's all F's it considers the chip to not exist. But i get 0 in one id register and ffff in the other, so it can't work obviously :) Sep 30 09:46:49 rtp: but my main problem right atm is "hanging after: INIT: version... booting", still can't understand why. Sep 30 09:47:42 for the hang, try enabling initcall_debug and check if it's hanging when enabling a driver, can be some clock not enabled Sep 30 09:47:52 what is ifb1 and ifb0 on shr? Sep 30 09:48:29 rtp: it's after freeing init memory. Sep 30 09:49:42 PaulFertser: well, may be something else, but all weird hangs I had when working on imx51 where driver accessing registers of soc devices with disabled clock Sep 30 09:49:55 rtp: thanks for the hint! Sep 30 09:50:17 mrmoku: libshr-glib fails Sep 30 09:50:18 | shr-phoneuicontacts.c:14:31: fatal error: gio/gunixfdlist.h: No such file or directory Sep 30 09:50:21 | shr-phoneuicallmanagement.c:14:31: fatal error: gio/gunixfdlist.h: No such file or directoryshr-phonefsousage.c:14:31: fatal error: gio/gunixfdlist.h: No such file or directorycompilation terminated. Sep 30 09:50:36 hmm Sep 30 09:50:52 needs regenerating then Sep 30 09:51:22 yup Sep 30 09:52:03 PaulFertser: btw, what about gta0X kernel ? do you know what's the current status ? Sep 30 09:55:01 rtp: not really, JaMa knows :) Sep 30 09:58:04 does any one know how to controll the lcd backligh? Sep 30 09:58:05 PaulFertser: oh, not doing gta0X kernel dev anymore ? Sep 30 10:00:04 rtp: unfortunately, yes, doing nothing useful in the OM world apart from hanging around. Sep 30 10:00:22 lxsameer: with /sys/class/backlight/ Sep 30 10:03:20 PaulFertser: do you know if it is possible to identify the SD card from linux? Sep 30 10:03:49 PaulFertser: is there any tool for it in shr? Sep 30 10:04:01 lindi-: identify a partucular card? I seem to remember it's possible to read some registers from it but alas i do not know the details. Sep 30 10:04:08 lxsameer: shr-settings probably Sep 30 10:04:16 PaulFertser: thanks Sep 30 10:04:25 PaulFertser: ok Sep 30 10:04:25 lxsameer: what do you mean by "from linux" ? from kernel or userspace ? Sep 30 10:04:28 err Sep 30 10:04:33 lindi-: what do you mean by "from linux" ? from kernel or userspace ? Sep 30 10:04:41 rtp: userspace preferably Sep 30 10:05:58 lindi-: look at the files in /sys/class/mmc_host/mmc?/mmc?:*/ you have interesting things there iirc Sep 30 10:06:23 rtp: i guess my init problem comes from bad userspace, will use some other build now. Sep 30 10:06:56 PaulFertser: like running oabi userspace on eabi only kernel ? /o\ Sep 30 10:07:58 PaulFertser: i can't find anything related to backlight in settings Sep 30 10:09:00 rtp: unlikely :) it's just that OE-generated userspace (that i used successfully on demoboard with the same cpu) hangs immediately and the old userspace from the vendor causes oops after starting udevtrigger (but it proceeds further than the OE). Sep 30 10:09:24 lxsameer: i'm not an shr user, so hang on, someone will suggest you how to do that a bit later. Sep 30 10:10:24 PaulFertser: ah sorry , and thanls Sep 30 10:11:07 $ head /sys/class/mmc_host/mmc1/mmc1:b368/*|nc paste.dyndns.org 1234 Sep 30 10:11:10 http://paste.debian.net/133187/ Sep 30 10:11:32 can somebody else run that as well so that I can compare a bit? Sep 30 10:11:45 I have Transcend TS8GUSDHC6-P3 Sep 30 10:12:26 and I would preferably want to get this manufacturer name and model name programmatically Sep 30 10:13:29 lindi-: http://paste.debian.net/133188 Sep 30 10:14:19 lxsameer: shr-settings under Power Sep 30 10:14:23 rtp: do yuou remember the manufacturer? Sep 30 10:14:44 mrmoku: ok, and how can i make my screen rotatable Sep 30 10:15:07 lxsameer: does your driver support xrandr? Sep 30 10:15:15 lindi-: samsung Sep 30 10:15:20 mrmoku: i think yes Sep 30 10:15:21 rtp: heh, my kernel assumes i have 128M of memory and of course i do not :) Sep 30 10:15:39 PaulFertser: you have more ? :) Sep 30 10:15:50 lxsameer: xrandr -o 1 ? Sep 30 10:15:57 rtp: i have 8M Sep 30 10:15:59 mrmoku: let me check Sep 30 10:16:32 rtp: so maybe 0x00001b is samsung Sep 30 10:16:32 lindi-: root@om-gta02:~# head /sys/class/mmc_host/mmc1/mmc1:b368/* Sep 30 10:16:33 head: /sys/class/mmc_host/mmc1/mmc1:b368/*: No such file or directory Sep 30 10:17:01 mrmoku: you have to adapt mmcX and mmcX:Y to your system Sep 30 10:17:04 yup Sep 30 10:17:06 mrmoku: yeah the directory seems to depend on the card Sep 30 10:17:13 which is really peculiar if you ask me Sep 30 10:17:52 root@om-gta02:~# head /sys/class/mmc_host/mmc1/mmc1\:d555/* | nc paste.dyndns.org 1234 Sep 30 10:17:55 head: /sys/class/mmc_host/mmc1/mmc1:d555/block: Input/output error Sep 30 10:17:57 head: /sys/class/mmc_host/mmc1/mmc1:d555/driver: Input/output error Sep 30 10:17:58 lindi-: http://paste.debian.net/133189 Sep 30 10:18:00 head: /sys/class/mmc_host/mmc1/mmc1:d555/power: Input/output error Sep 30 10:18:02 head: /sys/class/mmc_host/mmc1/mmc1:d555/subsystem: Input/output error Sep 30 10:18:05 http://paste.debian.net/133190/ Sep 30 10:18:13 mrmoku: i don't have anything for backlight in power section Sep 30 10:18:28 PaulFertser: again different manfid Sep 30 10:18:32 lxsameer: then check if you have the corresponding sysfs nodes Sep 30 10:18:35 * mrmoku lunch Sep 30 10:18:39 bbiab Sep 30 10:18:44 mrmoku: ok Sep 30 10:19:07 lindi-: branded as kingston but who knows... There was a blogpost by bunnie about counterfeit cards, have you read it? Sep 30 10:19:51 mrmoku: i change the backlight by using /sys/devices/virtual/leds/lcd-backlight/brightness Sep 30 10:19:59 PaulFertser: nope Sep 30 10:20:15 lindi-: http://www.bunniestudios.com/blog/?p=918 Sep 30 10:20:21 mrmoku: do you remember what card yoiu have? Sep 30 10:21:01 mrmoku: and that xrandr error gives me an error Sep 30 10:34:57 lindi-: Sandisk 8GB Sep 30 10:35:12 mrmoku: ok Sep 30 10:36:36 lxsameer: grep backlight /var/log/fsodeviced.log? Sep 30 10:40:05 mrmoku: i did not anything to fso yet Sep 30 10:40:08 JaMa: hmm... no idea yet how to fix libshr-glib Sep 30 10:40:29 lxsameer: ahh, fsodeviced not even running? then shr-settings won't work indeed Sep 30 10:41:21 mrmoku: i have a lot work to do to porting shr completely :) Sep 30 10:41:24 mrmoku: thanks man Sep 30 10:41:31 yw :) Sep 30 10:44:41 mrmoku: you mean that you've tried to regen it and it wasn't enough, or was it question? :) Sep 30 10:45:36 JaMa: first option :) Sep 30 10:45:49 it is gdbus-codegen generating that code that does not compile Sep 30 10:46:01 (on my laptop natively) Sep 30 10:46:19 mrmoku: here it adds Sep 30 10:46:19 +#ifdef G_OS_UNIX Sep 30 10:46:19 +# include Sep 30 10:46:46 so we should probably check if glib and libshr-glib has both defined or undefined G_OS_UNIX Sep 30 10:47:21 mrmoku: can I push regen anyways? Sep 30 10:48:07 JaMa: sure Sep 30 10:51:09 JaMa: at least glib-2.30.1 on my laptop does not have that header Sep 30 10:54:54 SHR: 03Martin.Jansa 07libshr-glib * r0427cbcf7390 10/src/ (18 files): regen with glib 2.30.0 Sep 30 11:03:06 mrmoku: I have it in /usr/include/gio-unix-2.0/gio/gunixfdlist.h Sep 30 11:06:14 hmm Sep 30 11:06:27 JaMa: me too :-P Sep 30 11:06:51 JaMa: then the fix is easy :-) Sep 30 11:07:18 SHR: 03Martin.Jansa 07libshr-glib * r0730d1550727 10/ (configure.ac src/shr-bindings.h): configure: fix build with glib-2.30.0 Sep 30 11:07:29 yes it is :) Sep 30 11:07:48 as always you're faster ;) Sep 30 11:08:33 SHR: 03Martin.Jansa 07meta-smartphone * rde36ef83eb9a 10/meta-shr/recipes-shr/shr/libshr-glib_git.bb: libshr-glib: bump SRCREV to fix build with glib-2.30.0 Sep 30 11:09:55 * JaMa did that while eating caramel ice cream.. so my /dev/kbd has now sticky bit set Sep 30 11:10:02 :P Sep 30 11:10:25 * mrmoku would immediately set the sticky bit for caramel ice cream :-) Sep 30 11:15:57 JaMa: any news on oe-core-contrib? Sep 30 11:16:42 mrmoku: atk fix pushed Sep 30 11:16:52 mrmoku: libproxy and gconf needs similar patch Sep 30 11:17:32 good because my build now failed on atk Sep 30 11:17:36 * mrmoku updates Sep 30 11:18:17 ahh... bbi is with -k :-P Sep 30 11:18:21 then update has to wait a while Sep 30 12:11:38 i Sep 30 13:07:02 JaMa: ERROR: Could not include required file recipes-graphics/xorg-driver/xf86-input-common.inc Sep 30 13:07:36 mrmoku: try to make update again Sep 30 13:08:24 ok Sep 30 13:15:16 SHR: 03Martin.Jansa 07shr-settings * r12f63c683935 10/data/shr-settings.desktop: shr-settings: update Category to fix QA check Sep 30 13:16:35 SHR: 03Martin.Jansa 07meta-smartphone * r92fff5735fa0 10/ (19 files in 3 dirs): recipes: use allarch instead of PACKAGE_ARCH = all or drop PACKAGE_ARCH setting Sep 30 13:16:44 SHR: 03Martin.Jansa 07meta-smartphone * ra27adb53a1e2 10/meta-shr/recipes-shr/shr/shr-settings_git.bb: shr-settings: bump SRCREV Sep 30 13:24:38 JaMa: yup, helped, thx :-) Sep 30 13:40:29 * JaMa upgrading to python-2.7.2 locally Sep 30 13:44:19 mrmoku: good news.. libshr-glib upgrade fixed phoneuid Sep 30 13:46:04 mrmoku: and there is fixed json-glib and libproxy in oe-core-contrib/shr.. looks like it should make whole image :) Sep 30 13:47:31 JaMa: yay :-) Sep 30 13:49:13 mrmoku: ah one more.. | config.status: error: cannot find input file: `po/Makefile.in.in' in matchbox-panel-2, but I don't have it locally only on shr buildhost.. Sep 30 13:50:54 mrmoku: it's also part of glib issue.. Sep 30 13:57:08 ERROR: '/OE/shr-core/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb' failed Sep 30 13:57:11 ERROR: '/OE/shr-core/meta-openembedded/meta-oe/recipes-support/poppler/poppler_0.12.3.bb' failed Sep 30 13:57:14 ERROR: '/OE/shr-core/openembedded-core/meta/recipes-gnome/libglade/libglade_2.6.4.bb' failed Sep 30 13:57:17 ERROR: '/OE/shr-core/openembedded-core/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb' failed Sep 30 13:57:31 JaMa: that's what fails for me Sep 30 13:58:22 mrmoku: does it look like error from commit message? http://paste.pocoo.org/show/485053/ Sep 30 14:00:53 JaMa: for matchbox-panel yes Sep 30 14:02:35 JaMa: libglade instead has lots of: Sep 30 14:02:36 | /OE/shr-core/tmp/sysroots/om-gta02/usr/include/pango-1.0/pango/pango-script.h:132:12: error: unknown type name 'G_CONST_RETURN' Sep 30 14:03:01 poppler too Sep 30 14:03:05 mrmoku: you really have glib-2.30.1 on your laptop? will you please push it upstream, because poor gnome guys have still only 2.30.0 here http://ftp.gnome.org/pub/gnome/sources/glib/2.30/ Sep 30 14:03:19 :) Sep 30 14:04:41 JaMa: ahh... ehm... no... it's more like 2.30.0-1 :-P Sep 30 14:04:55 probably looked at it without glasses :) Sep 30 14:05:12 * JaMa rebuilding gstreamer pango libglade Sep 30 14:05:22 gstreamer fails with: Sep 30 14:05:22 | gstelementfactory.c:393:8: error: size of array 'Compile_Time_Assertion' is negative Sep 30 14:05:26 | gstelementfactory.c:393:8: error: invalid use of void expression Sep 30 14:05:28 | gstelementfactory.c:393:8: error: incompatible type for argument 1 of '__sync_bool_compare_and_swap' Sep 30 14:05:57 and pango is easy to fix, but I haven't seen this one Sep 30 14:20:26 uff whole gtk needs also upgrade for G_CONST_RETURN Sep 30 14:20:34 | /OE/shr-core/tmp/sysroots/om-gta02/usr/include/gtk-2.0/gdk/gdkinput.h:133:1: error: 'G_CONST_RETURN' does not name a type Sep 30 14:30:54 JaMa: upgrading to new verisions is enough? Sep 30 14:31:22 yes fixed in 2.24.5.. I have patch for it already Sep 30 14:31:29 good Sep 30 14:31:38 pango, poppler and gtk+ Sep 30 14:31:45 not sure about gstreamer issue Sep 30 14:33:57 JaMa: https://bugzilla.gnome.org/show_bug.cgi?id=651514 Sep 30 14:34:40 ok, will add it too :) Sep 30 14:35:08 :) Sep 30 14:40:47 SHR: 03Martin.Jansa 07shr-settings * rf5d9debad096 10/setup.py: setup.py use setuptools-0.6c11 because 0.6c3 is not available for python-2.7 Sep 30 14:42:26 SHR: 03Martin.Jansa 07meta-smartphone * rf25f25e42f88 10/meta-shr/recipes-shr/shr/shr-settings_git.bb: shr-settings: bump SRCREV for setuptools change Sep 30 15:03:03 how can i rotatable my screen Sep 30 15:03:35 which device? Sep 30 15:04:40 JaMa: htc bravo ( desire ) Sep 30 15:05:14 does xrandr work? sorry I don't know which driver is used in bravo.. Sep 30 15:05:40 JaMa: how can i know if it working ? Sep 30 15:05:53 try it Sep 30 15:07:35 JaMa: i got some input but it failed to get size of gamma Sep 30 15:27:36 JaMa: do you have any idea? Sep 30 16:23:30 mrmoku: all should be fixed in shr branches now :) Sep 30 16:24:49 JaMa: thx, will pull and try when back to kbd :) Sep 30 16:45:41 where can i find some information to configure fsodeviced.conf Sep 30 16:49:25 lxsameer: just take a look at the configs for other phones Sep 30 16:49:59 lxsameer: http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=fsodeviced/conf;h=4493ffee72aa1ec73a0739cbf2db8295ed866844;hb=HEAD Sep 30 16:50:55 mrmoku: yeah i did that but there is a lot of thing that i don't understand Sep 30 16:53:52 lxsameer: ok, ask :) Sep 30 16:54:53 mrmoku: what is [fsodevice.kernel_input] section in fsodeviced.conf ? Sep 30 16:55:30 lxsameer: it configures how fsodeviced should handle input devices it get's from the kernel Sep 30 16:56:02 lxsameer: ignore_by tells it to ignore input events for that device Sep 30 16:56:25 about the report= I'm not completely sure how to use it Sep 30 16:56:39 * mrmoku being called for dinner Sep 30 16:56:44 bbiab Sep 30 16:56:49 mrmoku: thanks Sep 30 17:05:23 how does fso daemons find out to use which machine configs ? Sep 30 17:13:41 is there any channel for freesmartphone ? Sep 30 17:14:58 lxsameer: #freesmartphone.org ? Sep 30 17:15:23 lxsameer: though everyone from there is also here :] Sep 30 17:16:22 dos1: thanks Sep 30 17:17:44 i get this log when i try to start fsodeviced http://dpaste.com/624306/ Sep 30 17:45:29 how does fsodeviced find out that which conf file should it use? Sep 30 17:52:48 lxsameer: are you sure fsodeviced was not already started? Sep 30 17:53:04 mrmoku: yes Sep 30 17:53:42 lxsameer: can you pastebin your conf? Sep 30 17:53:57 mrmoku: when i run the daemon it self i get this error: http://dpaste.com/624334/ Sep 30 17:54:03 mrmoku: yeh Sep 30 17:54:19 ahh, ok Sep 30 17:54:41 your kernel is missing the link for /sys/class/backlight Sep 30 17:54:51 mrmoku: my conf http://dpaste.com/624335/ Sep 30 17:55:05 mrmoku: my backlight change via lcd-backlight Sep 30 17:55:29 mrmoku: how does fsodeviced know that which machine conf should use? Sep 30 17:55:58 it is first trying /etc/freesmartphone/conf/[MACHINE_NAME]/fsodeviced.conf Sep 30 17:56:07 then /etc/freesmartphone/conf/default/fsodeviced.conf Sep 30 17:57:59 mrmoku: there is no doc for freesmartphone :( Sep 30 17:58:48 mrmoku: what how does it know my MACHINE_NAME ? Sep 30 17:59:55 hmm... good question... I forgot Sep 30 17:59:57 let me check Sep 30 18:00:02 mrmoku: thanks Sep 30 18:00:11 it greps for hardware in /proc/... Sep 30 18:00:13 forgot :) Sep 30 18:00:41 in /proc/cpuinfo Sep 30 18:01:31 vanous1: ? Sep 30 18:01:54 iirc it greps for hardware in /proc/cpuinfo Sep 30 18:02:15 vanous1: i see, but how does fsodeviced find it out, Sep 30 18:02:37 vanous1: for htcleo hardware part in cpuinfo is leo Sep 30 18:02:45 vanous1: but it machine name is htcleo Sep 30 18:02:57 FsoFramework.Utility.machineConfigurationDir(); Sep 30 18:03:44 mrmoku: ??? its a function, but how can i change it from shr? Sep 30 18:04:45 lxsameer: it scans /proc/spuinfo for Hardware... vanous1 is right :-) Sep 30 18:05:02 lxsameer: you _can't_ change that Sep 30 18:05:22 lxsameer: does your /proc/cpuinfo have a line begining with Hardware: ? Sep 30 18:05:53 mrmoku: yeah but its value is bravo not htcbravo and its the same for htcleo, but machine name for Sep 30 18:06:05 mrmoku: hd2 is htcleo in configuration tree Sep 30 18:06:16 hmm Sep 30 18:06:48 mrmoku: and what about gta01 Sep 30 18:07:07 mrmoku: i think there is something else that specify the machine name Sep 30 18:08:08 lxsameer: hmm. not that I could see Sep 30 18:08:55 lxsameer: Hardware : GTA02 Sep 30 18:09:09 that's why there is a symlink from openmoko_gta --> GTA02 Sep 30 18:09:22 mrmoku: this freesmartphone kicked my ass, there is no doc for it , i should prey for it Sep 30 18:09:34 lxsameer: the source is your doc ;) Sep 30 18:09:46 mrmoku: :D Sep 30 18:09:57 mrmoku: i think its my last resort Sep 30 18:10:36 lxsameer: what exactly does cat /proc/cpuinfo | grep Hardware tell? Sep 30 18:11:00 mrmoku: bravo Sep 30 18:11:23 hmm Sep 30 18:17:47 lxsameer: for n900 it fits too Sep 30 18:18:01 lxsameer: I'm quite sure it just takes that Sep 30 18:18:32 mrmoku: if you are sure, then it's definitely is true Sep 30 18:19:28 lxsameer: just try :) Sep 30 18:19:41 lxsameer: put some garbage in there Sep 30 18:19:45 it should complain Sep 30 18:20:27 mrmoku: :( Sep 30 18:20:46 * mrmoku wonders though how that is supposed to work on x86 Sep 30 18:20:57 I have no Hardware on my laptop Sep 30 18:25:16 JaMa: epdf and pidgin fail now Sep 30 18:25:24 pidgin due to some QA issue Sep 30 18:25:34 and epdf probably due to updated poppler :/ Sep 30 18:25:38 error: no matching function for call to 'PSOutputDev::PSOutputDev(char* const&, .... Sep 30 18:27:52 I have patch for pidgin Sep 30 18:28:53 ok Sep 30 18:29:52 pidgin fixed in -contrib Sep 30 18:50:54 what kernel config is related to /sys/class/backlight Sep 30 18:53:51 CONFIG_BACKLIGHT_CLASS_DEVICE Sep 30 18:55:16 mrmoku: epdf fixed :) Sep 30 18:55:51 larsc: thanks Sep 30 19:01:03 JaMa: you rock :-) Sep 30 19:05:25 when i try to run fsodeviced i get this error : Aborting due to critical error: Sep 30 19:05:25 'Can't claim busname org.freesmartphone.odeviced' Sep 30 19:07:18 lxsameer: probably you're already running it Sep 30 19:08:03 PaulFertser: let me check for it Sep 30 19:08:47 PaulFertser: thats right :{ Sep 30 19:08:48 :P Sep 30 19:11:37 my dialer application and messaging app did not run, how can i check for error ? Sep 30 19:12:03 lxsameer: run it from the terminal :) Sep 30 19:12:57 PaulFertser: what are their name? Sep 30 19:13:28 lxsameer: phoneuid? Sep 30 19:14:07 PaulFertser: let me check, but its seems that fsogsm can't find modem Sep 30 19:16:34 PaulFertser: Error: Process /usr/libexec/dbus-daemon-launch-helper received signal 5 Sep 30 19:17:25 lxsameer: trap? no idea, when do you get that? Sep 30 19:17:41 JaMa: image finished :-) Sep 30 19:17:47 PaulFertser: run dialer Sep 30 19:18:09 lxsameer: /var/log/fsogsmd.log? Sep 30 19:18:19 mrmoku: w8 Sep 30 19:19:26 mrmoku: http://dpaste.com/624380/ Sep 30 19:20:48 lxsameer: clearly does not work :-P Sep 30 19:20:58 what modem does the bravo have? Sep 30 19:21:30 brb Sep 30 19:21:32 mrmoku: letme check Sep 30 19:21:36 ok Sep 30 19:21:40 will be back in 5min Sep 30 19:24:23 mrmoku: i don't know well, but bravo is a snapdragon Sep 30 19:24:38 mrmoku: :) Sep 30 19:24:55 lxsameer: there NullLowLevel plugin of FSO is used, this does nothing Sep 30 19:25:08 you have to use the right one Sep 30 19:25:20 probably the same as the nexus one Sep 30 19:25:52 Heinervdm: hmmm which conf file should i use? Sep 30 19:26:00 no idea Sep 30 19:26:11 but i think there is a config for nexus one Sep 30 19:26:28 Heinervdm: i removed my sim card from phone. does it cause that fsogsm did not find the modem ? Sep 30 19:26:46 no then you should get a message, that the sim is missing Sep 30 19:27:00 Heinervdm: hmm thanks Sep 30 19:27:38 lxsameer: here is the config for nexus one: http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=fsogsmd/conf/nexusone Sep 30 19:28:00 but no idea if it works Sep 30 19:35:40 SHR: 03Martin.Jansa 07meta-smartphone * ra01d69aa617c 10/meta-shr/recipes-shr/shr/libphone-ui-shr_git.bb: libphone-ui-shr: bump PR to rebuild against newer poppler Sep 30 19:37:05 JaMa: I get no x though :/ Sep 30 19:37:35 heh... and can't ssh either due to missing pw Sep 30 19:38:53 empty pw should be allowed now Sep 30 19:39:29 and for X I'll need some log :/ because I have quite different Xorg then what's in shr branches now Sep 30 19:39:38 and now gtg.. Sep 30 19:39:46 hmm... yeah config says so Sep 30 19:40:01 it asks me for a password though Sep 30 19:40:45 and enter isn't enough? ;) Sep 30 19:42:23 gnutoo: hi there, i was waiting for you Sep 30 19:42:55 JaMa: no :-P Sep 30 19:43:09 gnutoo: after all i'm in the fso part Sep 30 19:43:16 gnutoo: can you help me through it Sep 30 19:43:40 JaMa: but copying my pub key helped :) Sep 30 19:44:06 JaMa: [3149879.291] (EE) Failed to load /usr/lib/xorg/modules/drivers/glamo_drv.so: libdrm_glamo.so.1: cannot open shared object file: No such file or directory Sep 30 19:44:09 [3149879.292] (EE) LoadModule: Module glamo does not have a glamoModuleData data object. Sep 30 19:44:25 hi Sep 30 19:44:29 hi lxsameer Sep 30 19:44:31 hi jake42 Sep 30 19:44:32 guess that should fail with your X config too Sep 30 19:44:34 oops Sep 30 19:44:38 hi JaMa Sep 30 19:44:42 hi gnutoo :) Sep 30 19:45:15 hi mrmoku Sep 30 19:45:41 mrmoku: should I git pull newer oe? Sep 30 19:45:50 and build for om-gta02? Sep 30 19:46:41 gnutoo: it builds fine now... JaMa fixed all build errors Sep 30 19:46:45 but X does not start Sep 30 19:48:17 ah? Sep 30 19:48:21 for me it did Sep 30 19:48:26 why X didn't start? Sep 30 19:48:38 got some pointers to some error messages? Sep 30 19:49:09 21:40 < mrmoku> [3149879.292] (EE) LoadModule: Module glamo does not have a glamoModuleData data object. Sep 30 19:49:17 ah ok Sep 30 19:49:21 21:40 < mrmoku> JaMa: [3149879.291] (EE) Failed to load /usr/lib/xorg/modules/drivers/glamo_drv.so: libdrm_glamo.so.1: cannot open shared object file: No such file or directory Sep 30 19:50:05 how can i restart the gsm daemon Sep 30 19:50:29 lxsameer: killall fsogsmd :) Sep 30 19:51:00 mrmoku: :D thanks Sep 30 19:51:05 yw Sep 30 20:07:36 what is wrong with this fsogsm.log http://dpaste.com/624403/ Sep 30 20:10:32 lxsameer: I know the reason Sep 30 20:10:47 gnutoo: what is it ? Sep 30 20:10:58 you took om-gta02 or the default config as a base.... Sep 30 20:11:15 take an android device like nexusone as your config Sep 30 20:11:24 and modify it to suit your device Sep 30 20:11:56 basically you have wrong modem serial port: you have /dev/ttySAC0 in config file, but your real port is /dev/smd0 Sep 30 20:12:14 gnutoo: hmm not Sep 30 20:12:19 the nexus one has better default for your device Sep 30 20:12:24 so there are 2 solution Sep 30 20:12:29 gnutoo: i have use nexus as my base Sep 30 20:12:40 1)you took nexus one as a base but failed to activate it: Sep 30 20:12:42 ah ok Sep 30 20:12:48 so then you failed to activate it Sep 30 20:12:48 gnutoo: i use /dev/sdm0 Sep 30 20:12:53 look in the porting guide Sep 30 20:13:03 it tells something about /proc/cpuinfo Sep 30 20:13:09 gnutoo: how should i active it Sep 30 20:13:19 gnutoo: let me recheck it for 100 time :D Sep 30 20:13:23 ok Sep 30 20:13:32 cat /proc/cpuinfo gives the machine name Sep 30 20:13:51 name your directory in /etc/freesmarphone/ to the name you found there Sep 30 20:13:54 gnutoo: ok , but i already know that Sep 30 20:13:55 like for instance: Sep 30 20:13:58 ok Sep 30 20:14:04 but somehow it didn't work Sep 30 20:14:07 gnutoo: i used htcbravo Sep 30 20:14:10 so try to debug it Sep 30 20:14:12 no Sep 30 20:14:15 that's wrong Sep 30 20:14:26 cat /proc/cpuinfo doesn't return htcbravo Sep 30 20:14:27 gnutoo: but leo used the same naming schema Sep 30 20:14:38 gnutoo: yeah it return bravo Sep 30 20:14:39 leo returns htcleo there Sep 30 20:14:46 so change to bravo for now Sep 30 20:14:57 after better making that(with autotools): Sep 30 20:14:59 ok let me try, how should i restart fso Sep 30 20:15:14 gnutoo: autotools ? Sep 30 20:15:25 yes let's talk about autotools later Sep 30 20:15:34 for now just create the configs Sep 30 20:15:35 gnutoo: ok sure Sep 30 20:15:43 gnutoo: ok let me try Sep 30 20:15:54 gnutoo: but how should i restart fso Sep 30 20:16:59 maybe reboot the phone? Sep 30 20:17:29 gnutoo: ok letme try Sep 30 20:22:52 JaMa: any idea regarding glamo? Sep 30 20:24:24 * mrmoku rebuilds libdrm to see if it applies that glamo patch Sep 30 20:26:03 JaMa: no do_patch while building libdrm... that is wrong, no? Sep 30 20:32:15 hmm Sep 30 20:32:15 SRC_URI="http://dri.freedesktop.org/libdrm/libdrm-2.4.26.tar.bz2 file://installtests.patch file://glamo.patch" Sep 30 20:33:20 gnutoo: it seems that gsmd find my modem now, but my dialer application did not open Sep 30 20:33:49 gnutoo: i get this error Error: Process /usr/libexec/dbus-daemon-launch-helper received signal 5 Sep 30 20:34:19 lxsameer: then have a look at the log files Sep 30 20:34:39 it's probably phoneuid what crashed Sep 30 20:34:54 or phonefsod Sep 30 20:38:22 more phoneuid Sep 30 20:38:28 as phonefsod does not get dbus-activated Sep 30 20:38:51 JaMa: I just did not see do_patch Sep 30 20:40:02 mrmoku: : Loading /usr/lib/phoneui/modules/shr.so failed: /usr/lib/phoneui/modules/shr.so: cannot open shared object file: No such file or director Sep 30 20:40:07 mrmoku: but why ? Sep 30 20:40:17 does it exist? Sep 30 20:41:07 mrmoku: no phoneui folder does not exists in /usr/lib Sep 30 20:41:49 lxsameer: do you have libphone-ui-shr installed? Sep 30 20:46:03 mrmoku: no, i just extract the shr-image Sep 30 20:46:53 mrmoku: how should i install that? Sep 30 20:47:10 opkg install libphone-ui-shr Sep 30 20:47:21 JaMa: hello Sep 30 20:47:36 Heinervdm: ow, my wlan card still not working , so first i have to work on wlan Sep 30 20:47:54 JaMa: ok, fix is as simple as 'opkg install libdrm-drivers' :-P Sep 30 20:47:58 lxsameer: what's with usb net? Sep 30 20:48:17 [3153698.948] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory) Sep 30 20:48:22 is the next one then Sep 30 20:48:22 JaMa: short question: newest gpsd must be build with SCons build system. Is it planned to ad a SCons recipe to shr ? Sep 30 20:48:42 Heinervdm: hmmm yeah that is a good idea , thanks Sep 30 20:48:44 dos1: oh, there is actually an official fso channel? I always thought it's this one ;-) Sep 30 20:49:06 antrik: it is mainly used as CIA collector Sep 30 20:49:18 antrik: yup, as mrmoku said ;) Sep 30 20:49:19 no real talk going on there... usually Sep 30 20:49:26 everything is there Sep 30 20:49:27 lxsameer: but it's strange that it's not installed, as it's an RDEPENDS of task-shr-minimal-apps Sep 30 20:49:49 Heinervdm: i have no idea Sep 30 20:50:38 ok... enough for today :) Sep 30 20:50:42 gnight all Sep 30 20:50:59 mrmoku: nigtht Sep 30 21:00:37 rtp: regarding status of GTA02 kernel, I haven't tried myself; but from what I gathered, the newest 2.6.39 build works OK, except for SD being broken (also in 2.6.37) Sep 30 21:02:32 Hello, anybody (wxcwpt of me) have segfault in libasound2 ? Sep 30 21:02:47 after last update today Sep 30 23:38:43 Yoram, afair mrmoku or JaMa had spotted problems in libasound Oct 01 00:19:06 mrmoku: you need to rebuild xf86-video-glamo to link against right libdrm packages Oct 01 00:19:59 Yoram: did you get also updated libshr-glib? if no wait for it Oct 01 00:23:26 * JaMa JaMa|Zzzz **** ENDING LOGGING AT Sat Oct 01 02:59:56 2011