**** BEGIN LOGGING AT Wed Mar 24 02:59:57 2010 Mar 24 04:17:51 Hi everyone, do GPRS and 3G work on latest SHR-u? where can i find the parameters for Moko-connect? Mar 24 04:20:48 gprs yes, 3g no Mar 24 04:21:09 assuming you're using openmoko hardware Mar 24 04:23:23 ndnihil, thank you. Mar 24 07:38:28 !GTA04 Mar 24 07:38:41 !GTA02 Mar 24 08:25:03 does anybody know how I can get python-lxml installed on SHR? Mar 24 08:25:09 can't seem to find it in the repositories, but libxml2 is installed already. Mar 24 08:26:10 pooze: libxml2 is built in OE --without-python Mar 24 08:27:15 JaMaWrk: yes, I know. But I'd like to use it from python, so I need the python bindings for it as well. Mar 24 08:28:18 trying searching for it quite a bit, and I got to this page [ http://tinderbox.openembedded.net/packages/288123/ ] , but not sure how I can actually download the package from this site. Also see it's compiled for x86_64 architecture. Mar 24 08:37:33 JaMaWrk: there is a python-lxml directory with a patch in recipes/python but no python-lxml recipe. very strange. And in shr/import there is no python-lxml either but buildhost build it from there... Mar 24 08:38:07 Heinervdm: yup noticed it too Mar 24 08:39:50 JaMaWrk: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?h=shr/import&id=b00a506f2db1fc2b0a1db23f8e51d6c0e4e29363 Mar 24 08:40:07 but there is also some python-pyxml and I'm not sure what exactly lxml is Mar 24 08:40:11 ahh :/ Mar 24 08:46:42 JaMaWrk: the recipe is in nonworking: http://cgit.openembedded.org/cgit.cgi/openembedded/diff/packages/nonworking/python-lxml_2.1.5.bb?h=shr/import&id=b00a506f2db1fc2b0a1db23f8e51d6c0e4e29363 Mar 24 08:48:03 and it's still there even in oe.dev Mar 24 08:54:26 but probably not worth trying to compile and pooze is not speaking with us :) Mar 24 08:54:45 oh, I'm here. Mar 24 08:54:55 not sure what to make of what you just said though. Mar 24 08:55:27 is it so that someone added the package as something that they would like to do in the future, but the actual work of building a working package for it has not been done yet? Mar 24 08:57:04 pooze: no this more that year old commit moved it to location which says it's probably broken, what is difference between lxml and pyxml? Mar 24 08:58:18 JaMaWrk: I'm not sure exactly what pyxml is, but I think it's an xml library for python not using libxml2 Mar 24 08:58:40 I can run 'import xml' in a python-script. Mar 24 08:58:46 I'll try to google it. Mar 24 09:00:04 pooze: my point is, that pyxml seems to get better support in OE, so if you can use both, then pyxml seems like safer choice Mar 24 09:00:31 but I'm not python programmer.. Mar 24 09:01:23 JaMaWrk: ok, I'll have a look at it and see how much I need to change my application to make it work with pyxml instead of lxml. Mar 24 09:02:00 but otherwise, it might not be such a daunting task to build it myself for SHR? Mar 24 09:03:23 I don't know what made Mickey to move it to nonworking, but as Mickey is kind of python/OE/.. guru I guess it was really non-trivial issue Mar 24 09:04:46 but if it's worth the effort and somebody will fix it, then patches are welcome :) Mar 24 09:04:46 ok, I'll keep that in mind. Mar 24 09:05:02 thanks for looking into this for me. :) Mar 24 09:05:28 * JaMaWrk is looking in broken libsyncml direction now Mar 24 09:06:00 first I'll look into what pyxml is, then I might drop a mail on the community list and ask if someone has a package in some repository somewhere. Mar 24 09:08:47 pooze: I've started python-lxml build in shr-u, if it compiles fine, you can try version from there.. Mar 24 09:09:58 JaMaWrk: oh, that's great. Mar 24 09:10:17 can you give me a sign when you know how it goes? Mar 24 09:10:24 sure Mar 24 09:10:31 thanks :) Mar 24 09:10:37 I'll ping you here when it fails to build or arrives to feed Mar 24 09:44:05 pooze: in feeds, let me know if it's really broken or somehow usable for you Mar 24 09:46:25 how do you tell qi to boot from flash when you have a bootable usd part.? Mar 24 09:46:44 badcloud: hold AUX Mar 24 09:46:51 nand men? Mar 24 09:46:59 u Mar 24 09:47:05 no while booting Mar 24 09:47:14 ah Mar 24 09:47:18 how far along? Mar 24 09:47:25 you have to be holding it when red led flashes Mar 24 09:47:30 and vibrator vibrates Mar 24 09:47:33 got it Mar 24 09:47:35 tnx Mar 24 09:47:36 then you can release it Mar 24 09:48:10 sounds akward Mar 24 09:48:21 think I might try uboot sometime Mar 24 09:49:32 I got used to it.. but it's a bit pain when you have more bootable uSD partitions and want to boot from NAND Mar 24 09:50:09 but you can also touch /boot/noboot or something like that (see wiki) to make it unbootable for a while Mar 24 09:53:24 so you just have to create a file called /boot/noboot-GTA0[123]? Mar 24 09:53:33 with nothing in it?? Mar 24 09:54:34 yes, then that partition will be skipped Mar 24 09:54:56 I used it to disable 2nd and 3rd uSD partition to jump from 1st uSD to NAND easily Mar 24 09:55:25 wow, you have 4 distr? Mar 24 09:56:38 but only 1st used actively.. all reamining are for tests/verifications usually used only after chroot from 1st Mar 24 09:56:53 I c Mar 24 09:57:18 while your here, is there anyway to lend chroot the display, for say, GTK apps? Mar 24 09:57:27 *you're Mar 24 09:57:41 "lend chroot the display" ? Mar 24 09:58:09 for example Mar 24 09:58:17 I want to run a debian prog Mar 24 09:58:24 that requires the display Mar 24 09:58:41 I chroot, but it gives me an error when I try running the app Mar 24 09:58:43 hold on Mar 24 09:59:25 wait, it actually worked... Mar 24 09:59:32 badcloud: http://pastebin.ca/1851303 Mar 24 09:59:44 badcloud: this is what I use for chrooting multiple distros Mar 24 09:59:46 aside from being too large a window for the screen, the app loaded completely Mar 24 10:01:09 you can use running Xorg if you bind also /var, but when I really want to test something in that chrooted distro I usually share only kernel (stop dbus/xorg/whatever in 1st, chroot, start dbus/xorg/whatever) Mar 24 10:02:07 wow, sounds slightly out of my legue Mar 24 10:02:11 league Mar 24 10:02:32 so far I've used chroot for cli progs only Mar 24 10:02:42 and not all of them worked properly Mar 24 10:03:21 badcloud: ie if it expects /proc /sys you have to bind them from that running distro or at least mount them after chroot Mar 24 10:03:31 otherwise even df cannot work properly Mar 24 10:03:56 and this script has been working fine for you? Mar 24 10:04:19 sure, that's why I wrote it :) Mar 24 10:05:28 but as said before.. it doesn't handle dbus/xorg/whatever restart because ie for "opkg upgrade" test from 2nd distro, I don't need it Mar 24 10:07:43 umm, ok Mar 24 10:07:54 (not clear why, but that's fine) Mar 24 10:08:38 should I explain better? :) Mar 24 10:08:55 sure, thanks Mar 24 10:09:11 so what is not clear? Mar 24 10:09:26 why you need to restart dbus to use it from chrooted env? Mar 24 10:11:02 JaMaWrk: thanks a lot of putting lxml in the feeds. Mar 24 10:11:14 I installed it, and it's working for me. Mar 24 10:11:19 I just needed to do one thing. Mar 24 10:12:09 the package was installed at /usr/lib/python2.6/site-packages/lxml-2.1.5-py2.6-linux-x86_64.egg/lxml Mar 24 10:12:12 JaMaWrk: that kinda threw me off, yeah. and when do you restart dbus? before, after chroot, or both? Mar 24 10:12:35 so I made a symbolic link 'lxml' in /usr/lib/python2.6/site-packages so I could refer to the package by that name. Mar 24 10:13:24 badcloud: stop before chroot, chroot, start from chroot Mar 24 10:13:44 badcloud: and the same for ie fso daemons using dbus (when you need to check them in chroot) Mar 24 10:14:10 ah Mar 24 10:14:15 finally got it Mar 24 10:14:20 thanks Mar 24 10:15:50 how is it possible then that I ran a gtk app from chroot without stopping/starting xorg again? Mar 24 10:16:33 or is stopping starting xorg only when you want to view the new mobile environment (e.g. gnome on h1) Mar 24 10:19:37 it's expecting to find some files in /var, so you can uncoment that part of chroot, but it's a bit dangerous as if you chroot to completely different distro /var layout can be slightly different Mar 24 10:20:25 I see Mar 24 10:20:29 cool stuff Mar 24 10:20:35 and if you overwrite something there and exit chroot you can return to some inconsistent state in your 1st distro (that's why rather restart xorg instead of "sharing" it) Mar 24 10:20:47 but for normal app you don't even need to chroot to runn it Mar 24 10:21:26 set LD_LIBRARY_PATH=/media/sdcard1/usr/lib /media/sdcard1/usr/bin/app can be enough Mar 24 10:26:45 and then what do I need to restart for that to take effect? Mar 24 10:27:46 or the later case nothing.. it will start app directly in your env Mar 24 10:28:04 for the fixt (just Xorg dbus/hal/xorg) Mar 24 10:28:11 s/fixt/first/ Mar 24 10:28:11 JaMaWrk meant: for the first (just Xorg dbus/hal/xorg) Mar 24 10:29:59 wow Mar 24 10:30:04 that worked Mar 24 12:01:01 cupcake seems to be working pretty good Mar 24 12:06:05 on the gta2 ? it's been ages since i tried it Mar 24 12:08:50 morning Mar 24 12:14:51 dns53, yes. What do you use on the gta02? Mar 24 12:28:38 shr, though i was just using one of the qtopia based distro's **** BEGIN LOGGING AT Wed Mar 24 21:08:15 2010 Mar 24 21:31:30 so how far is SHR-testing now? Mar 24 21:31:45 do we have the volume-sliders when calling? Mar 24 21:33:28 Gabrys: yeah, but they don't seem to stick between calls Mar 24 21:33:36 I just edit the alsa states Mar 24 21:33:41 values 6 and 48 I think Mar 24 21:44:01 can't see contact's name when calling (SHR-testing) Mar 24 21:44:13 is there a workaround? Mar 24 22:31:58 anyone know why mplayer might be giving me Alignment trap errors? Mar 24 22:32:44 tried killing the process, noting Mar 24 22:32:47 restarted x Mar 24 22:32:50 nothing Mar 24 22:38:56 ~fr-audio Mar 24 22:38:56 fr-audio is, like, http://wiki.openmoko.org/wiki/Neo_Freerunner_audio_subsystem and http://wiki.openmoko.org/wiki/Neo_1973_audio_subsystem Mar 24 22:41:09 badcloud: aiui allignment traps are last catch for a borked binary, usually caused by faulty compiler options or poor sourcecode (var alignment) Mar 24 22:43:30 DocScrutinizer: would it help to post a pastebin link of dmesg? Mar 24 22:43:49 probably not. Mar 24 22:43:55 ah Mar 24 22:44:15 I suggest rising the topic in *cdevel, and particularly ask mrmoku Mar 24 22:45:19 I'd expect some flaw in the bb receipe for mplayer - but that's wild guessing of a noob here Mar 24 22:46:24 badcloud: if it's a problem with the mplayer binary, then everybody easily can reproduce Mar 24 22:47:31 I'll try it again Mar 24 22:47:35 might have to do with aoss Mar 24 22:47:42 I ran it 'aoss mplayer' Mar 24 22:48:07 since I got no sound without it Mar 24 22:48:24 but I could try using alsa output instead to see if that works Mar 24 22:52:30 btw, what's Bad block table found at page 131008, version 0x01? Mar 24 22:54:41 I think the problem is in aoss Mar 24 23:12:44 hmm, MeeGo on the FreeRunner? food for thought **** BEGIN LOGGING AT Thu Mar 25 00:31:41 2010 Mar 25 01:53:54 xchat is supposed to be available for SHR, right? **** BEGIN LOGGING AT Thu Mar 25 02:04:33 2010 Mar 25 02:06:15 hi all Mar 25 02:06:45 my SHR is going nuts. It's sending me SMSes again and again. Is this a bug? Mar 25 02:13:48 I've heard about it, but I don't know if there's a solution. Mar 25 02:22:56 I'm kinda stumped. Mar 25 02:51:01 Stupid question, asked a billion times... Wesnoth on SHR... How's it done? **** ENDING LOGGING AT Thu Mar 25 02:59:57 2010