**** BEGIN LOGGING AT Sun Sep 30 02:59:59 2012 Sep 30 12:33:41 Is Ubuntu 12.04 available for Asus Tablet? Sep 30 12:34:06 IamTrying, officially? no Sep 30 12:34:13 but specifically which asus tablet Sep 30 12:34:53 lilstevie, no problem. Asus Tablet Eee pad transformer Sep 30 12:35:20 I have old Ubuntu installed but its touch is not working. Sep 30 12:35:25 lilstevie, ^ Sep 30 12:36:03 touch sounds like something else Sep 30 12:36:25 cause any version of ubuntu that I have released an image of has working touch Sep 30 12:36:28 just fwiw Sep 30 12:36:40 lilstevie, 12.04 do you have ? I want to test today Sep 30 12:36:43 no Sep 30 12:37:00 OK - then i have problem, i have to reverse to Android Sep 30 12:37:13 you could always try that netinstaller that someone did Sep 30 12:37:24 OK Sep 30 12:39:59 lilstevie, i did it almost year ago, i am not sure if this was the valid link if you may know? e.g: http://lilstevie.geek.nz/ports/OLiFE-Prime-Edition.tar.gz Sep 30 12:54:11 what is the latest gcc version to download for "apt-get install gcc-4.6-arm-linux-gnueabi" ? Sep 30 12:55:49 IamTrying, touchscreen or touchpad is not working on the transformer? Sep 30 13:06:02 which one is for beagleboard-xm arm-linux-gnueabi or arm-linux-gnueabihf? Sep 30 13:11:31 janimo, actually all working but i have to use OLiFE manually to bring the virtual keyboard for Ubuntu (physically touchscreen working well) Sep 30 13:11:49 the problem is i need Ubuntu 12.04 (the old one is not stable, it breaks my apps) Sep 30 13:12:14 IamTrying, ok. No experience with Olife myself Sep 30 13:12:28 janimo, Well thats the best one, ever worked. Sep 30 13:13:06 angs, gnueabi = armel, gnueabihf = armhf ... depends what your beagle runs :) Sep 30 13:14:46 armhf, thank you ogra_ Sep 30 13:16:16 IamTrying, I would be a little worried that 11.10 apps are breaking all of a sudden Sep 30 13:18:19 lilstevie, yes it is, for audio capture and video capture 12.04 is most stable in my case. Sep 30 13:20:39 lilstevie, i used OLiFE long time ago, and i was using it. But few months ago it was crashed, without any reason, like it was rebooting over and over. I did not had time to fix it, so today again reinstalling it. FYI. Sep 30 14:27:41 Is it normal OLiFE taking more then 2 hour to install the dual option? Still its .... Sep 30 14:28:21 Put your device in APX mode then press any key : did ....."more then 2 hour left.." Sep 30 14:35:09 pastie the whole output cause no Sep 30 14:37:13 lilstevie, https://gist.github.com/3806921 Sep 30 14:38:07 did you press... well any key Sep 30 14:38:23 Enter the first one Sep 30 14:38:32 cause as far as that log is concerned you haven't Sep 30 14:39:00 lilstevie, i did Enter, space or a b bla bla... Sep 30 14:39:12 but still more then 2 hour gone, saying nothing.... Sep 30 14:39:28 yeah it actually says something, and so should your tablet Sep 30 14:39:37 try running nvflash on its own Sep 30 14:45:11 lilstevie, Thanks its doing correctly now, i have problem remembering things what i did before getting older :-( Sep 30 14:45:40 I did not put it in APX mode, therefore failed. Sep 30 18:55:26 is there any way to apt-get install mtd-utils so that the binaries don't get saved in /usr/sbin Sep 30 18:55:39 so I don't have to be sudo to run them Sep 30 19:55:32 VarmVaffel: Where they live on the filesystem doesn't define who can usefully run them. Sep 30 19:55:56 yeah I found out Sep 30 19:56:00 VarmVaffel: You could copy the binaries to your home directory, or execute them as a regular user from /usr/sbin/ and they'd likely still be just as useless, cause they require root to do anything. Sep 30 19:56:23 no they worked without root Sep 30 19:56:27 thanks for the tips though Sep 30 19:58:38 Ahh, if they really do work without root, you might want to file a Debian bug (or an Ubuntu bug, if it's an Ubuntu-specific package) pointing out that the binaries shouldn't be in sbin. Sep 30 19:58:51 sbin is generally for stuff that really needs root to be useful. Sep 30 19:59:18 hm yeah ok sure Sep 30 19:59:27 it was in the standard mtd-utils package Sep 30 20:06:19 ok it seems like way too much trouble for me with registering an account and reading the guidelines for reporting a bug like this Sep 30 20:06:28 someone else will have to do it :P Sep 30 20:38:38 js.bad: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0x31dcd167f7d3c1741274062f1201a623544788e9, not stripped Sep 30 20:38:42 should that be a valid executable on a pandaboard running ubuntu-12.04.1? Sep 30 21:15:50 seems like it Sep 30 22:31:53 VarmVaffel: well, the kernel does not seem to like it Sep 30 22:32:05 this was built on my debian machine using a cross compiler. Sep 30 22:32:12 building on the board seems to work Sep 30 22:32:20 what cross compiler Sep 30 22:32:24 (but takes several orders of magnitude longer) Sep 30 22:32:25 arm-linux-gnueabi? Sep 30 22:32:27 emdebian Sep 30 22:32:30 yes. Sep 30 22:32:47 and you specified the target arcH? Sep 30 22:32:50 or board or whatnot Sep 30 22:33:03 -march=armv7-a Sep 30 22:33:36 then I'm really not sure, never cross compield anything for that particular board before Sep 30 22:33:49 though I do have it in my drawer Sep 30 22:35:36 ok, it works on my tegra2, which is running 2.6.38.3+ from ubuntu-11.04 Sep 30 22:35:57 is it possible that the pandaboard is using -hf, but the tegra isn't? Sep 30 22:36:27 file output does not seem to mention -hf versus softfp Sep 30 22:42:41 File doesn't. Sep 30 22:42:50 You want "readelf -A /path/to/binary" Sep 30 22:42:58 But if you installed from Ubuntu 12.04 images, they're armhf, yes. Sep 30 22:43:05 And your binary is likely armel. Sep 30 23:09:10 so i'll need to get a toolchain that outputs -hf? Sep 30 23:09:25 hrmm, this is non-ideal, since i'm pretty sure android runs -el not -hf Sep 30 23:09:51 infinity: what should be in the output of readelf -A? Sep 30 23:10:23 Tag_FP_arch: VFPv3-D16 Sep 30 23:10:29 would be my guess? Sep 30 23:10:56 or Tag_ABI_HardFP_use: SP and DP Sep 30 23:11:07 but either way, ew. **** ENDING LOGGING AT Mon Oct 01 02:59:59 2012