[01:43] https://bugs.launchpad.net/ubuntu-nexus7/+bug/1092734 am I the only person experiencing this bug? seems odd that nobody would have reported this until now [01:43] Launchpad bug 1092734 in ubuntu-nexus7 "Software updater crashes, cannot update software graphically." [High,New] === zz_chihchun is now known as chihchun === asiekierka_ is now known as asiekierka [07:59] good morning === yofel_ is now known as yofel === chihchun is now known as zz_chihchun === zz_chihchun is now known as chihchun === rsalveti_ is now known as rsalveti === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === chihchun is now known as zz_chihchun [11:06] hi [11:07] how can i search for / browse the availbable packages for ubuntu for arm? like 'apt-cache search' but online? [11:08] I want to search a bit before I replace my Angstrom with Ubuntu [11:10] tempin: packages.ubuntu.com [11:10] tempin: 99% of what you find in apt-cache on x86 will also be there on arm. [11:10] persia: packages.ubuntu.com doesn't list ports. [11:10] someone should kill the very idea of ports :/ [11:10] tempin: rmadison will work, if you're curious if ports are in sync for something specific. [11:11] persia: This isn't actually about the "ports" split at all, it's just that Rhonda hasn't gotten around to making it do all arches (I've asked). [11:11] persia: packages.ubuntu.com isn't an "official" service in any meaningful way. [11:12] tempin: Generally, unless you happen to have a deep love of haskell bits, you won't find anything missing on ARM that you care about, I imagine. [11:12] tempin: "Ubuntu for ARM" is about as meaningless as "Ubuntu for i386", it's all just Ubuntu, built for many arches. [11:17] infinity: thanks, didn't know that! I got a beaglebone as a gift and this is all completely new to me :) [11:18] tempin: It's one of the nicer things we inherited from Debian. The idea that you can bounce from arch to arch and, other than some just inherently unportable or broken software, the rest is all there, in the same versions, and works exactly the same. [11:19] So, once you get past bootloaders, installers, and kernels being slightly different (sometimes), and you've logged in, you'll find it's indistinguishable from your Intel box. Except slow. :P [11:21] * persia has intel machines that are slower than some arm machines with Ubuntu installed [11:21] I don't have any PPros that old (nor any A15s) [11:22] Mine's an A100 [11:22] I used to have slow Intel kit running Ubuntu (P200MMX), but we dropped support. :/ [11:22] I think at 450MHz, but it might be 600. Used to run lpia, back when folk thought that was a good idea. [11:22] Ahh, yeah, a decent A9 would outperform that. [11:23] That said, the current crop of A15s will outperform a fair chunk of Intel hardware we support. [11:23] The gap is closing faster than I thought it would. [11:24] I'm actually getting pretty excited to see functional aardvarch64 silicon. [11:24] You underestimate the volume of underclocked ia32 chips with limited featuresets used in the embedded world. [11:24] Define "limited"... We don't support anything << 686 anymore. [11:25] It's doesn't require that much power. An 800MHz i.MX51 handily outperformed 600MHz A100. [11:25] But yeah, even in the 686 world, there's a ton of variety out there, I know. [11:25] Much of "lpia" claimed i686, and could handle enough of it that we've only lost a few processors (including the A100: one needs at least an Atom to run Ubuntu) [11:26] Really? What instruction is missing? [11:26] IIRC CMOV [11:27] Oh, we may have gone cmov by default, I forgot about that. [11:27] Right, we did with karmic, and lots of folk with that big tablet that had the split keyboard complained it wouldn't boot. [11:27] That's not "686", mind you, that's a conscious decision to be 686+cmov and screw a few CPUs. [11:27] Indeed, which is why I say your claim we need 686 isn'5 sufficient, but we're well off topic. [11:28] In summary, don't claim ARM is slow because it's ARM: that's not the case (except in certain very special circumstances). [11:28] Oh, I was doing no such thing. [11:28] Claim that a *given specific* chip is slow because it has a low clock rate, or because it has some design feature that requires lots of overhead. [11:29] ARM is slow at the top end because of its historical target market. That's the gap I was talking about closing faster than I thought it would. [11:29] Except slow. :P!" :p [11:29] persia: A beaglebone is slower than most people's desktops. Just sayin'. [11:29] That's not really fair, but yeah :) [11:29] (even I don't have any Intel kit which works and is that slow) [11:30] thanks all for the quick info/help! byebye [11:30] I think we bored him off IRC. [11:30] Do we win a prize? [11:31] Dunce hats: it's our turn to sit in the corner and feel guilty. [11:32] I might just have a dunce nap instead. [11:33] :) [11:35] lol === doko__ is now known as doko === Quintasan_ is now known as Quintasan [13:37] is not cmov part of pentiumpro core (first i686)? [13:41] hrw: I think he was saying it is missing on some lpia cpus [13:45] x86 is a mess [13:45] :p [13:45] although arm is too [13:46] i486 was last sensible name. i586 had too many options already [13:46] lilstevie: not so much. [13:46] hrw: heh [13:46] but also messy [13:47] armv4 is one. armv4t had few options (ep93xx vfp for example) [13:47] armv5t could have iwmmxt if was intel/marvell [13:47] armv6 had vfp optional [13:47] ISA designers seem to take 4 generations to discover that there are multiple audiences for their products... [13:47] yes [13:48] Versions up to 4 are usually OK, and after tend to be all over the map. [13:48] IIRC, the split between POWER and PPC was with POWER5 as well. [13:48] tbh arm problems aren't really related to the ISA though, more the inconsistencies between vendors [13:48] not that embedded x86 is any better [13:49] lilstevie: Such inconsistency is partially driven by the presence of optional features in the ISA. With a consistent ISA, software doesn't care as much about implementation differences. [13:49] persia: except with the boot flow, that is just each vendor doing it their own way [13:50] Yeah, ARM is special that way. Most architectures agree on a common pre-boot interface and implement solutions to reach a common starting point. [13:50] * persia blames a big gap in available general purpose consumer devices in the ARM world [13:51] yeah [13:51] (the same thing is starting to be more common for ppc too, because there's a lack of general devices, so everyone "optimises" differently playing embedded games) [13:51] persia: even on x86 you have several booting methods. but much less popular then on arm [13:52] hrw: Right, but there are (four) standards that are mostly used outside of the embedded market. For true embedded devices, it's *much better* to specialise. [13:53] * persia remains triumphantly glad that nobody every made any serious effort to make Ubuntu embedded-suitable [13:53] lol [13:54] No, really. There was talk about it with the "UME" effort, which was quelled enough that "Ubuntu Mobile" was a normal OS, if tuned a bit for lower power consumption and touch. [13:54] And every once in a while someone brings it up again, like the folk that wanted to rebuild as much as possible against dietlibc [13:55] But most folk really want to be able to program in a general purpose environment (and only a few actually understand how to work without automated memory management, or even without automatic garbage collection), so it doesn't happen. [14:07] dietlibc... [14:07] it's for those which have cpus with 4K of ram? [14:47] mfisch: ping [14:48] is the Raring Nexus 7 image using the Ubuntu kernel now, or still a modified version of the Android kernel? [14:49] mhall119: it will be a modified version of the android kernel else you would not be able to get acceleration [14:54] thanks lilstevie [14:57] mhall119: yeah still android and I believe it still also has some binary drivers === ndec_ is now known as ndec|vacations [15:30] what makes it "android" kernel? It is the same yes, but configured differently. It's not missing anything by being an "android kernel". A bit older than what it could be otherwise though [15:31] also it will always have binary libraries for hw acceleration [15:43] ogra_: we're screwed! time to go shopping :| === steev__ is now known as steev [17:33] janimo: I pushed a linux-ac100-3.8 to my gitorious tree [17:33] what's the best way to provide patches? [18:11] hey ubuntu arm [18:11] i was wondering if anyone know about support for the Avatar AVRA-138A1 [18:14] marvin24_: janimo is on holidays until 2013... email might be better than irc [18:15] achiang: ok, thanks [18:15] * marvin24_ should have guessed that ... [18:19] or anyone have a resource on determing bootability? === Hexxeh_ is now known as Hexxeh === awafaa is now known as FunkyPenguin === awafaa_ is now known as awafaa