**** BEGIN LOGGING AT Mon Feb 11 02:59:56 2008 Feb 11 06:14:20 i have brought up a minimal gpe image - when i change the orientation of matchbox, i am able to calibrate but the cursor gets struck to one corner of the screen Feb 11 06:14:31 and i am not able to use touch screen Feb 11 06:15:05 X and matchbox are not able to use the calibration data properly Feb 11 08:44:46 good morning Feb 11 09:22:51 hello Feb 11 09:30:20 hi Feb 11 09:46:22 morning Feb 11 09:49:08 morning hrw Feb 11 09:50:14 dcordes: want that leather case or not? Feb 11 09:51:24 ah completely forgot about it :-) Feb 11 09:51:32 yes I'd still like to have it Feb 11 09:52:23 then post a comment on that post Feb 11 09:52:36 this way I will have email to use Feb 11 09:53:03 ok Feb 11 09:56:48 hrw: ok done. Do you use OE for n810? Feb 11 09:57:32 I use OE to build some packages Feb 11 09:58:12 I tried to build n770 image yesterday and failed on http://72.233.35.82/show_bug.cgi?id=3113 Feb 11 09:59:39 no n770 but 770 Feb 11 10:00:33 ok. do you have an idea why it fails? mickey|zzZZzz told me something is wrong on the build host Feb 11 10:01:48 looks like it needs to be merged from Poky Feb 11 10:06:14 hrw: I copied over the according metadata from my poky dir. let's see if it builds Feb 11 10:08:30 hrw: also fails on do_compile Feb 11 10:41:10 hrw: can you take a look at it? would be cool to build images for nokia tablets again Feb 11 10:41:42 I not warrant but will look Feb 11 10:41:57 dcordes: cases which I have do not take cxx00 but c7x0 Feb 11 10:42:34 ooh that's a downer :( I thought they were of same size Feb 11 10:43:29 cxx00 are thicker Feb 11 11:24:54 http://www.unitedmedia.com/comics/dilbert/ =D Feb 11 11:38:49 hi all Feb 11 12:55:11 blackfin is now in OE, right? I think Koen added it... isn't blackfin using the uclinux kernel? Feb 11 13:03:59 Jin^eLD: If I remember correctly there is a port of regular linux to some. But i would expect uclinux to be the most common for these. Feb 11 13:04:34 florian: can I use OE to build uclinux stuff? Feb 11 13:04:48 and what is the difference - only the kernel, or also the glibc and compiler Feb 11 13:06:34 Jin^eLD: different libc and compiler Feb 11 13:06:37 Jin^eLD: I don't think so, but it would be a pretty cool thing to have. Feb 11 13:06:58 their page does not provide much comprehensive info, difficult to get going Feb 11 13:07:11 do you guys think it would be possible at all to bring this into OE? Feb 11 13:07:14 hrw: did you find time to take a look at xomap compilation issue? Feb 11 13:07:22 Jin^eLD: OE is more than cabable of doing it Feb 11 13:07:34 dcordes__: nope Feb 11 13:07:45 RP: ok... I think I will give it a try then Feb 11 13:08:05 Jin^eLD: It should be not too complicated... OE is much more powerful than their build stuff. Feb 11 13:09:08 my personal problem with uclinux is, that each time I tried to read up on all the bits and pieces - I failed :) their page looks like its from 1990 Feb 11 13:09:13 and the info is not comprehensive Feb 11 13:09:16 :) Feb 11 13:12:04 hi, how can i diagnosticate why my touchscreen doesn't work with X ? i can't find any logfile :/ Feb 11 13:13:18 it used to work fine with an old angstrom distribution, but now, it doesn't, the /dev/input/touchscreen0 device is here and works, but X doesn't do anything Feb 11 13:13:38 geekounet`: install tslib-tests and check does it work at all Feb 11 13:15:36 hmm ok Feb 11 13:18:05 hm strange, tslib-tests was included in my DEBUG_APPS, but it's not on the image... Feb 11 13:26:43 evening! Feb 11 13:27:36 hi dmitry Feb 11 13:29:04 seems like uclinux for ARM is partially in the mainline Feb 11 13:38:16 hrw, well, ts_test, ts_print, and on, are ok with my touchscreen, i've the good coordinates (but the upper left corner is at ~200x200, i don't know if it can cause problems) Feb 11 13:38:42 only xtscal doesn't work with it :/ Feb 11 13:38:47 geekounet`: which ver of xserver? 1.3 or 1.4? Feb 11 13:39:20 hrw, 1.4 Feb 11 13:40:08 revert to 1.3 - the one which works for sure Feb 11 13:40:38 ok, i'll try, thanks :) Feb 11 13:50:29 03rwhitby 07org.oe.dev * r4d12ac0d... 10/ (3 files in 3 dirs): madwifi-ng: Fixed little-endian build Feb 11 14:42:02 i have a very small embedded system with 64MB RAM and 266MHZ processor and i want to run a small movie player, i have tried mplayer and gxine and they dont work properly as expected Feb 11 14:42:27 i either get audio or video and mplayers drop frames because of AV sync issues. Feb 11 14:42:53 could anyone advice me if they have tried any light weight movie player Feb 11 14:45:06 use smaller resolution/bitrate? Feb 11 14:46:46 morning Feb 11 14:47:37 hmm, i have tried that i think Feb 11 14:47:42 sriram: It'd be worth checking out where the bottleneck is, as that'll lead you to the solution - is it the I/O to read the video in, to display the video at an acceptable frame rate, or the video decoding? Feb 11 14:48:02 if it's the I/O to read the stream in, use a lower bitrate/frame size Feb 11 14:48:16 if it's the display, enable hardware acceleration, or use a smaller resolution Feb 11 14:48:30 if it's the video decoding, use a less taxing codec.. say, MPEG-1 Feb 11 14:51:10 i really dont know where the bottleneck is Feb 11 14:51:31 sriram: It'd be worth watching top while you're playing the video Feb 11 14:51:50 If the device spends a good deal of time in the wait state, it's likely I/O. Feb 11 14:51:58 If it spends a lot of CPU time in userspace, it'd be the codec Feb 11 14:52:23 i am able to play video, video plays fine, but the problem is video plays without audio Feb 11 14:53:16 i feel its because of AV sync, player is dropping video and audio frames, the audio frames are getting dropped at a faster rate then video Feb 11 14:53:45 sriram: Does the device experience high CPU load? Feb 11 14:57:02 when i run mplayer ; the cpu load on top shows me its about 90% Feb 11 14:58:55 whenever mplayer runs the cpuload is above 90% Feb 11 15:01:03 sriram: a/v sync is problem? Feb 11 15:01:15 sriram: share test file? Feb 11 15:03:09 okay Feb 11 15:04:07 hrw: how? Feb 11 15:04:15 put it on web? Feb 11 15:05:11 i dont have an ftp server, i can mail Feb 11 15:05:33 its a simple flv file Feb 11 15:06:00 for that matter any flv file will do Feb 11 15:06:13 then try with mpeg1 or mpeg2 Feb 11 15:06:25 okay Feb 11 15:06:43 flv is propertiary Feb 11 15:18:26 gm Feb 11 15:19:06 sirfred was so kind he patched again xserver-kdrive-imageon Feb 11 15:19:36 now, what is the difference with xserver-kdrive-w100 ? Feb 11 15:20:43 c7x0 was using it in the past, yet I see e.g. hx4700.conf using it Feb 11 15:22:39 I suppose -imageon has Xv enabled and some more extensions...isn't? Feb 11 15:27:02 ..found (see oebug 1752) Feb 11 15:27:24 in EXTRA_OECONF, how do I know what the valid overrides are?? Feb 11 15:27:38 I have a _append_arm and I need to add _append_ppc Feb 11 15:28:02 what are the valid values here ? Feb 11 15:31:11 ant|work: did you and RP ever come up with a good fix for linux-rp 2.6.24 not resuming? Feb 11 15:31:50 hvontres|work: I'm working on it... Feb 11 15:32:05 ant|work: cool Feb 11 15:32:06 hvontres|work: first try (disable cpufreq) doesn't solve Feb 11 15:32:36 hvontres|work: now I'll try incrementally from the last working version Feb 11 15:34:02 * ant|work wonders if there is somewhere an archive of defconfig-xxx versions to browse like svn or cvs ? Feb 11 15:37:49 mp4 is better, how after sometime my audio gets lost or video plays extremely slowly Feb 11 15:42:16 ant|work: you could try to use mtn log on the defconfigs Feb 11 15:43:31 ant|work: is there a bug in bugs.openembedded.org for this yet? Feb 11 15:56:42 hvontres|work: I've seen one about Tosa I think, but nobody opened it Feb 11 15:57:13 hvontres|work: "it" means for linux-rp-2.6.23 kernels Feb 11 15:57:25 hvontres|work: broken suspend/resume Feb 11 15:57:46 hvontres|work: (and reboot) Feb 11 15:59:41 hvontres|work: there is activity on oebug 2134 Feb 11 16:00:08 hvontres|work: but has nothing to do Feb 11 16:04:06 ant|work: thanks. I might try a couple of things on the way home tonight. (on poodle) Feb 11 16:06:39 hvontres|work: I looked again but couldn't find a specific bug for the issue "linux-rp-2.6.23-r27 don't resume / reboot on Zaurus xy" Feb 11 16:26:47 hi all Feb 11 16:31:59 I have an intermittant problem with kdrive (1.4) I think where it stops recognizing keys. No xevents are generated when this happens (using the soft keyboard or xautomation) and rebooting doesn't fix it. Feb 11 16:32:33 how do you run kdrive? Feb 11 16:32:59 undertook: I'm using gpe-image Feb 11 16:33:14 using Xvesa so right? Feb 11 16:33:21 Xfbdev Feb 11 16:33:26 aa yes Feb 11 16:34:34 does it have any arguments for keyboard? it works and then it stops? Feb 11 16:36:08 Xvesa has keyboard and mouse driver.. Feb 11 16:37:03 undertook: there is no keyboard option specified Feb 11 16:39:55 apaulsen :do you use a touchscreen? Feb 11 16:41:10 undertook: yes. Mouseclicks still work though. And I tried using xautomation to generate keys and they don't work either. Feb 11 16:47:33 I get errors like this: http://rafb.net/p/pBz9yu46.html Feb 11 17:23:41 cu Feb 11 17:35:21 lo Feb 11 17:35:58 did someone add a dependancy on python-ncurses to gpsd and not commit the python-ncurses .bb ? Feb 11 17:42:59 ScaredyCat: Yes. Feb 11 18:05:08 mickey|zzZZzz: are you really sleeping? I need to talk to you about bossa conference... Feb 11 18:13:38 03pH5 07org.oe.dev * r28b0c849... 10/ (4 files in 2 dirs): bonnie++: add 1.03c Feb 11 18:28:52 ~seen jeremy_laine Feb 11 18:28:54 jeremy_laine was last seen on IRC in channel #oe, 18d 9h 53m 46s ago, saying: 'hi steliosk!'. Feb 11 18:36:57 hi everybody Feb 11 19:04:50 how do I get the sound modules installed in an image? Feb 11 19:05:43 Crofton: let me look that one up Feb 11 19:06:07 it looks like I need to add the board specifc modules to machine.conf? Feb 11 19:06:09 Crofton: ANGSTROM_EXTRA_INSTALL+="kernel-modules libao-alsa-plugin mpg321 alsa-utils-aplay alsa-utils-amixer alsa-utils-speakertest madplay vsftpd lighttpd mpd-alsa mpc findutils rsync nano madwifi-ng-modules madwifi-ng-tools" Feb 11 19:06:31 Crofton: or in local.conf using EXTRA_INSTALL Feb 11 19:06:52 I think I can do it in machine.conf Feb 11 19:06:57 at least for the modules Feb 11 19:07:15 Crofton: if it is common for every image that is built for that machine, yes, otherwise, no. Feb 11 19:07:24 it should be Feb 11 19:07:31 the OSK has the sound stuff on the card :) Feb 11 19:07:34 In OE, sound is generally not common in every image Feb 11 19:07:40 yeah Feb 11 19:07:59 since the underlying hw may not suport sound Feb 11 19:08:09 I have alrady slected machine feature alsa Feb 11 19:13:24 ~seen khem Feb 11 19:14:31 http://www.ti.com/corp/docs/oss/opensource.html Feb 11 19:15:59 khem was last seen on IRC in channel #oe, 31d 31m 4s ago, saying: 'gfortran is needed on host now I wonder why'. Feb 11 19:16:31 Crofton: At least the wiki has some nice info: http://wiki.davincidsp.com/index.php?title=Category:Linux Feb 11 19:17:22 yeah Feb 11 20:08:33 hi guys Feb 11 20:09:00 I wondered if there is a way to override a do_configure routine that is in an .inc file in a bb recipe. Feb 11 20:21:04 philippe: good question Feb 11 20:21:28 philippe: I wonder what happens if you just specify the function in both the .inc and .bb, (in the .bb after the include) Feb 11 20:21:54 likewise: well I might need to try it out then Feb 11 20:23:34 hi again. Feb 11 20:24:09 hvontres|work: did you have time to test the kexec-initramfs? Feb 11 20:29:12 heh i own digikey 26Euros even before i start ordering ;) Feb 11 20:29:38 Subtotal €0,00 Feb 11 20:29:38 Handling €8,00 Feb 11 20:29:38 Shipping €18,00 Feb 11 20:29:38 Total €26,00 Feb 11 20:30:18 * steliosk wonders if he had to pay to use the site.... Feb 11 20:37:15 03likewise 07org.oe.dev * rc7aff113... 10/ (1 packages/linux/linux.inc): linux.inc: typo fix for UBOOT_ADRESS Feb 11 20:38:01 thesing: not yet. I managed to build the inintrmafs image. Where do I tell the kernel to use it? Feb 11 20:40:19 hvontres|work: atm you have to compile the kernel manually, and configure it (General setup -> initial RAM filesystem) Feb 11 20:48:59 Hey guys, I keep running into the same problem with OE when building external-toolchain, I found http://projects.linuxtogo.org/pipermail/openembedded-devel/2007-December/003761.html but that still no luck... any suggesties? Feb 11 20:49:04 error message: | The external toolchain could not be found in /usr/local/sonkei-0.0.1/arm! Feb 11 20:56:54 steliosk: Hi there, will you visit FOSDEM by any chance? Feb 11 20:57:22 likewise: and you? I will be there btw. Feb 11 20:57:29 philippe: yes Feb 11 20:59:10 philippe: you are organizer @ fosdem, right? Feb 11 21:01:33 likewise: yes I am Feb 11 21:01:47 a bit less these days since I moved out of the country though Feb 11 21:02:53 likewise: well hope to meet you there sometime Feb 11 21:03:14 philippe: I'll hang around the OE booth. Feb 11 21:34:12 03likewise 07org.oe.dev * r41a55477... 10/ (1 conf/machine/mpc8313e-rdb.conf): mpc8313e-rdb.conf: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS. Feb 11 21:35:03 hi jwilliams Feb 11 21:35:13 jwilliams: is that John Williams of MicroBlaze fame? Feb 11 21:37:13 likewise: No, another John Williams. A very common name. Feb 11 21:37:29 jwilliams: just checking :-) Feb 11 21:37:35 np :-) Feb 11 21:38:16 thesing: ahh, thanks. I'll givbe that a try later today Feb 11 21:59:10 ~logs Feb 11 21:59:11 [logs] apt/ibot/infobot/jbot/purl all log daily to http://ibot.rikers.org// where channelname is html encoded ie: %23debian | lines that start with a space are not shown | some channels have stats at http://ibot.rikers.org/stats/.html.gz Feb 11 22:17:39 Continuing my problem from this morning: I have two omap5912osk boards; I just flashed the same kernels and filesystems on them and one's xkbd works and the other doesn't. When I launch xev on the broken one, I get mouse events everywhere on the screen except when I click on xkbd. The xkbd keys actually press, but no x events are generated. Feb 11 22:20:33 If I send keys with xautomation, I get errors from kdrive's xtest module like this: http://rafb.net/p/pBz9yu46.html Feb 11 23:36:27 03thebohemian 07org.oe.dev * r118a617d... 10/ (3 files in 3 dirs): Feb 11 23:36:27 logic-analyzer: Small fixes. Feb 11 23:36:27 - added java2-runtime RDEPENDS Feb 11 23:36:27 - added classpath-awt RDEPENDS Feb 11 23:36:27 - added patch to make capture dialog scrollable (for small screens) Feb 11 23:38:56 rschuster: :) Feb 11 23:39:34 time to get an usb-otg cable :) Feb 11 23:50:06 hvontres|work: does poodle use locomokeyb as keyboard driver? Feb 11 23:50:52 03likewise 07org.oe.dev * r2bf1435f... 10/ (4 files in 4 dirs): linux-2.6.24: Added mpc8313e-rdb machine as supported. Feb 11 23:55:00 thesing: yes Feb 11 23:55:13 goodnite all Feb 11 23:56:10 ok then you can test: http://www2.informatik.hu-berlin.de/~tkunze/zaurus/patches/locomokeyb_suspendkey-3.patch This patch enables suspend by pressing the cancel key. Feb 11 23:56:53 thesing: I'll take a look at it tonight. gotta run Feb 12 00:43:48 morning all Feb 12 00:47:21 RP: ping Feb 12 00:49:22 RP: linux-rp-2.6.24 for c7x0 reboots and resumes correctly with Feb 12 00:49:25 RP: # CONFIG_TICK_ONESHOT is not set Feb 12 00:49:39 RP: # CONFIG_NO_HZ is not set Feb 12 00:49:50 RP: # CONFIG_HIGH_RES_TIMERS is not set Feb 12 00:50:34 RP: I admit I didn't try the "vanilla" -rp-2.6.24...tomorrow Feb 12 00:50:38 gn Feb 12 00:58:33 03thebohemian 07org.oe.dev * r7e91a33e... 10/ (8 files in 3 dirs): Feb 12 00:58:33 kobodeluxe: Fixed and patches. Feb 12 00:58:33 - provide default configuration file Feb 12 00:58:33 - added patch that makes use of a default config file Feb 12 00:58:33 - wire device screen size into default config file Feb 12 00:58:33 - added a patch that allows complete game control with touchscreen Feb 12 00:58:36 - added a patch that automatically swaps display dimensions at startup Feb 12 01:38:34 03osas 07org.oe.dev * r677d6197... 10/ (1 packages/meta/slugos-packages.bb): lighttpd and sqlite promoted for slugos Feb 12 02:51:00 night all **** ENDING LOGGING AT Tue Feb 12 03:00:07 2008