**** BEGIN LOGGING AT Sun Sep 16 03:00:00 2012 Sep 16 06:56:52 does anybody know of a possibility to use a precompiled armel binary on an armhf system? there a no im- or exported symbols with any floating point parameters, so if i'm not totally wrong, it might be possible changing the elf file header somewhere and make it work? Sep 16 07:18:04 Maqs: If it links with anything, you're wrong. :P Sep 16 07:18:25 Maqs: But, if it does, you can always just install the armel versions of those libraries. Sep 16 07:18:46 Maqs: (add armel as a secondary arch, apt-get update, apt-get install libc6:armel, etc) Sep 16 07:20:14 nice, thanks Sep 16 07:21:14 Maqs: What are you running? precise, quantal, wheezy, sid? Sep 16 07:21:49 Maqs: In all of those cases except precise (sadly, we made some massive dpkg changes), it's as simple as "dpkg --add-architecture armel" Sep 16 07:22:16 Maqs: For precise, it's "echo foreign-architecture armel > /etc/dpkg/dpkg.cfg.d/multiarch" Sep 16 07:23:16 wheezy Sep 16 07:23:23 Maqs: Installing libc6:armel will then get you an ld.so and libc6 that behave for armel binaries, and then ldd should behave well enough to point out what other libraries you might be missing. Sep 16 07:24:01 ldd tells me "not a dynamic executable" atm Sep 16 07:24:06 Of course, if it's statically compiled, none of this is meaningful. Sep 16 07:24:14 Maqs: ldd tells you tha before or after installing libc6:armel? Sep 16 07:24:21 before Sep 16 07:24:25 Right, see above. Sep 16 07:24:54 k, thanks Sep 16 07:24:59 The armhf ld.so will intentionally skip over armel binaries (and the inverse), so ldd will "lie" about foreign binaries. Sep 16 07:25:10 That said, if it really IS static, none of this is required. Sep 16 07:25:16 ABI means nothing if there's no linking. :P Sep 16 07:25:56 readelf tells me it's dynamic :-) Sep 16 07:26:04 Check. Sep 16 07:26:14 Then ldd should say something sane once you have libc6:armel in place. Sep 16 09:56:58 infinity: Can the TrimSlice H250 be upgraded ? Sep 16 09:58:46 satellit: In what sense? Sep 16 09:59:03 newer version of Ubuntu Sep 16 10:00:06 compuLab only has one image for HD or SD Sep 16 10:00:58 Well, we don't officially support it (as in, we don't build kernels or installers for it), but there's no reason why upgrading the userspace wouldn't work. Sep 16 10:01:10 Unless the kernel is so ancient that a newer udev will explode with it. Sep 16 10:01:29 * satellit this is Trimslice on Ubuntu Sep 16 10:02:41 thanks Sep 16 10:55:40 satellit, I am running 12.04 armhf on my trimslice Sep 16 10:56:23 do-release-upgrade isn't the best though, take either the omap preinstall image, or the ac100 tarball for your base Sep 16 19:09:55 Hello! I'm using BeagleBoard XM C1 running Canonical Ubuntu 12.04 image. I'm facing sound issues and even after following https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1019321 comment 24 - sudo modprobe snd-soc-omap, sudo modprobe snd-soc-omap-mcbsp, sudo modprobe snd-soc-omap3beagle - by ppisati, the problem remains the same. How can I fix the sound issue please? Sep 16 19:09:56 Launchpad bug 1019321 in linux "USB sound card not detected on beagleboard xM" [Medium,Fix released] Sep 16 22:14:28 Does anyone know someone I can talk to about the status of this? https://bugs.launchpad.net/linaro-ubuntu/+bug/1018092 Sep 16 22:14:30 Launchpad bug 1018092 in linaro-ubuntu "Perf test fails on Pandaboard (3.4 TILT)" [Medium,Confirmed] **** ENDING LOGGING AT Mon Sep 17 02:59:59 2012