=== orated_ is now known as orated === doko_ is now known as doko [09:12] i am trying to get my beagleboard booting after a year of coma. anyone know if the latest ubuntu arm (12.04) runs on the beagle at the moment? its a b5 rev .. [09:17] torpor, it should, there might be some issues (sound not working out of the box for example) but generally it should just work [09:18] though i would recommend using the server image and picking a lighter desktop at install time ... [09:25] interesting idea ogra_ thanks for the hint. wouldn't have thought to use the server image. [09:47] Hi ogra_! On your suggestion, I used Ubuntu 12.04 server image on BeagleBoard XM and from command line installed lubuntu-desktop package. But it didn't give gui after boot, it used to always revert back to tty1 with tty7 blank. What else is required to be installed other than lubuntu-desktop package? [09:59] Error: Bad compare! failed [09:59] ah crap [10:47] linux-libc-headers-dev_3.6.0-r0_aarch64.ipk done [10:47] easy parts were done, time for hard ones [10:47] orated, how about an X server ? :) [10:50] ogra_: Yes, I checked for it. I inputted startx command and it was missing so installed xserver, xinit and other related packages.Even then there were errors. I don't remember the exact errors but it was always reverting to tty1 [10:51] orated, you also want the fbdev xserver [10:52] fddev xserver [10:52] fbdev* [10:53] No, I didn't know that and it wasn't tried [10:53] what exactly did you install ? [10:53] (should have been apt-get install xorg) [10:53] One moment, I'll pull that exact command [10:53] xorg is the metapackage that pulls in everything needed [10:57] ogra_: sudo apt-get install lubuntu-desktop xserver-xorg-video-omap3 [10:57] And, then xinit package was attempted [11:19] ogra_: ? [11:19] ? [11:20] Um, well. I installed those packages and still it wasn't giving display :) So, is that all the packages required or am I missing anything? [11:21] you did what i sadi above (apt-get install xorg) ? [11:21] Uh, what's the difference between xserver-xorg-video-omap3 and xorg then? [11:22] Ok, wait. So from ubuntu-server install, installing lubuntu-desktop, xorg should be enough to get to the gui? [11:23] try it [11:23] Thanks [11:24] I'll that out. I went back to desktop install, will have to shut it down and insert ubuntu-server image [11:24] try that* === orated_ is now known as orated [13:14] oh boy, http://www.spinics.net/lists/arm-kernel/msg193914.html === prpplague^2 is now known as prpplague === mythos_ is now known as mythos === orated_ is now known as orated === orated_ is now known as orated [16:24] Hello! How can I compile a package, say ffmpeg/OpenCV on x86 for ARM? cross-compilation ... === orated_ is now known as orated [17:01] rsalveti, what happened to the kernel patch for panda ? are we waiting for anything ? [17:02] plars: were you able to test it as well? [17:03] ogra_: there's this dpms green screen from time to time, but other than that it seems to be working [17:03] it's better, but still with a few bugs [17:03] rsalveti: breifly, it worked fine on my panda, but I was wanting to ask you... [17:03] sure, i dont expect it to be the last upload [17:03] so unless robclark decides to fix it this week, we can move it forward and push to the archive [17:03] so better get it in asap so we get wider testing [17:03] rsalveti: you said you had issues after the screen blanked? I let it blank a few times with no ill effect [17:03] it's certainly an improvement over what we had before [17:04] plars: yeah, can't reproduce it all the time here as well [17:04] * ogra_ hasnt see the weird behavior anymore either [17:04] cool, will move this up today and send the proposal to ppisati [17:04] great [18:59] Just set up precise-omap4 image on Pandaboard-ES. I installed glmark2-es2, and it says it's using software rasterizer, and the FPS figures are also very low. Is this a bug? [19:07] es2_info says: libEGL warning: DRI2: failed to authenticate === Ursinha_ is now known as Ursinha === TRON is now known as TypoNAM === orated_ is now known as orated [20:14] zma: Install the powervr drivers. Sounds like you are still using the default framebuffer driver. [20:59] GrueMaster: After installing pvr-omap4, es2_info shows: PVR:(Error): PVRSRVBridgeCall: Failed to access device. Something in pvr_bridge_u.c:250 [21:00] zma: precise or quantal? [21:00] rsalveti: precise [21:01] I think for precise one kernel config changed, which broke the module support [21:01] let me find the bug covering this issue [21:02] actually the bug I have is related with quantal, an old one [21:03] zma: what is the dkms build output once you installed the pvr-omap4 package? [21:03] check with lsmod if you have the omapdrm_pvr module available [21:05] rsalveti: no omapdrm_pvr listed. I had a restart after installing pvr-omap4 package, don't have install log available anymore. [21:06] zma: you can find the dkms log at /var/lib/dkms, look for a file named make.log [21:08] rsalveti: I search recursively /var/lib/dkms, no any *log files there [21:10] rsalveti: I take it as installing pvr-omap4 package should have created kernel module, which it didn't for some reason. Is this correct? [21:10] zma: hm, mind reinstalling/reconfiguring the pvr-omap4 package to see if it'll try to build the module again? [21:10] yup [21:15] rsalveti: http://pastebin.com/K7v07FMY [21:16] zma: You don't have headers installed for your kernel, it would seem. [21:17] zma: apt-get install linux-headers-$(uname -r) linux-headers-omap4 && dpkg-reconfigure pvr-omap4 [21:17] infinity: good point, I didn't even think about it. That's probably necessary when building kernel modules. [21:18] zma: Of course, you have headers for a newer kernel installed (-1418), perhaps upgrading your kernel wouldn't be an awful idea. :P [21:18] yup, missing headers [21:19] infinity: The first thing I did was apt-get update apt-get upgrade. Only after that I started to experiment if and how opengl is supproted. [21:19] zma: s/upgrade/dist-upgrade/ ? [21:19] zma: upgrade won't pull in new packages (which new kernels are) [21:19] zma: Note the "10 not upgraded" that apt is whining about. [21:20] It won't? When did that change? [21:20] GrueMaster: It never has. [21:20] GrueMaster: upgrade won't change the set of installed packages, ever. Only dist-upgrade will. [21:20] GrueMaster: On desktops, we work around this by allowing update-manager to be sort of a "half-dist-upgrade" that can add new packages, but never remove. [21:21] Odd. When I was doing the QA testing, I would use upgrade to get the latest packages without removing due to pool skew. [21:22] I assure you that it never installed anything that wasn't already installed. [21:22] Just upgraded. [21:22] bug 1033091 [21:22] Launchpad bug 1033091 in pvr-omap4 "pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel module failed to build" [High,Confirmed] https://launchpad.net/bugs/1033091 [21:22] related with kernel config change [21:23] /var/lib/dkms/pvr-omap4/1.7.10.0.1.21/build/eurasiacon/binary2_omap4430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:85:2: エラー: #error "A preemptible Linux kernel is required when using workqueues" [21:23] fun [21:23] rsalveti: That log is trying to build for an omap kernel, not omap4. [21:24] DKMS make.log for pvr-omap4-1.7.10.0.1.21 for kernel 3.2.0-24-omap (armv7l) [21:24] infinity: true, then it's not a bug [21:24] even better [21:24] Though, why the -omap headers are installed is another bug. [21:24] zma also appears to have them installed. [21:24] dkms is probably pulling them in. [21:25] the annoying kernel header mess [21:25] yeah [21:25] dkms shouldn't be depending on kernel headers at all, IMO. [21:25] +1 [21:25] It's never going to be correct. [21:25] server/generic/virtual on x86 had the same issue for years. [21:25] and now we also got many other different kernels available [21:25] The solution being to just get rid of server and virtual. :P [21:26] But that's not helpful for arm, yet. [21:26] But, this case seems to be the same case as zma's, in both senses. One, the -omap headers are installed (which can cause weirdness), but two, the user has upgraded -omap4 headers, but an old -omap4 kernel. [21:26] Not much we can do about that situation except to educate. [21:27] Well, Andy and I have some plans to make kernels suggest their correctly-versioned headers, so that autoremove won't remove headers for kernels you still have installed. [21:27] But can't land that until I land the kernel autoremoval magic. [21:27] Or people will end up with 23 sets of headers installed to match their 23 non-purged kernels. [21:27] Which would be pretty unpleasant. [21:27] hahaha, yeah [21:31] Still no pvr module reported by lsmod. Should I manually insmod it? I updated: http://pastebin.com/K7v07FMY [21:33] Sure looks like it built omapdrm_pvr this time. [21:34] lsmod won't show it, since it's not inserted, but modinfo should list it now. [21:34] And yeah, you could either manually restart X or reboot. [21:36] Just wondering, should those kernel headers be dependency to pvr-omap4 package? [21:36] You already have the right headers metapackage installed. [21:37] The problem is that your headers have been upgraded (to -1418-), but you're still on the old (-1412-) kernel. [21:37] So, not much pv-omap4 can do in that situation. [21:39] thanks guys, now it works, glmark2-es2 runs fine! [21:40] cool