[00:06] tmzt: could you try making an ubuntu-desktop image with that ? [00:07] I am not sure when was the last time I succeeded with that using rootstock - which is why I switched to using the omap4 preinstalled images. [00:07] might be a little big but it should work, did you get my pm? === prpplague^2 is now known as prpplague === Crisco is now known as zz_Crisco === ogra_ac_ is now known as ogra_ac [12:40] hi does Seiko 70WVW1TZ3 supports in ubuntu 10 [13:30] hi all, does Seiko 70WVW1TZ3 TFT Module touch scrren good enough to test utouch [13:36] hi all, does Seiko 70WVW1TZ3 TFT Module touch scrren good enough to test utouch [13:39] which multitouch hardware is available to test utouch on arm [14:20] aksh1: join #ubuntu-touch [14:23] I tried rootstock 0.1.99.4 script in karmic . it says there is no qemu installed although qemu package was installed [14:26] dcordes, try upgrading qemu else u can edit rootstock script [14:29] aksh1: I can't find how to edit rootstock. is there some version check I am not seeing ? [14:31] dcordes, install qemu-arm-static [14:31] qemu-kvm [14:31] and then chk rootstock [14:37] I had some repositories missing so qemu install was incomplete [14:39] ok === zz_Crisco is now known as Crisco [19:52] hello. i'am writing some app for armv5te. i'm stuck with it crashing on code: u8 header[40]; fread(...); u32 var = *(u32 *)(header + 10); any ideas? possible alignment error? [20:06] m4D_: just a guess, but I don't think 10 is divisible by 4 [20:08] tmzt: header is byte ptr, so it's offseted by 10 and then there 4 bytes i need to get into var. replacing it with memcpy(&var, header + 10, 4) works ok. btw, compiling it with emvc4 works ok too. but gcc-compiled code fails ( [20:09] right, if your point isn't aligned and you do a 32 bit read (u32 var =) on armv5 it's going to abrt [20:10] or bus, not sure which [20:11] so, are there any flags to gcc that somehow optimize such constructions? emvc4-code for wince works ok - how does he fixes it? [20:12] maybe adds padding? [20:12] porting from ce/ [20:13] m4D_: ask in #hpcdev if your curious [20:13] tmzt: ok, thanks [20:15] hrw: how would you suggest running an init-like process in a chroot? with so much being converted to upstart just launching rc scripts doesn't appear it would work, so I've been developing an init/xinit replacement for this purpose [20:15] does anyone here have a SheevaPlug? [20:15] I'm having a number of issues, including the age old problem of not being able to track forked processes [20:19] tmzt: never did such [20:19] Crisco: I do [20:20] hrw: how well does it work? [20:20] is it something you'd recommend? [20:20] Crisco: with angstrom or debian it flies. [20:20] but the preinstalled Ubuntu distro doesn't do well? [20:20] Crisco: 600-800Mbps over ethernet, 30MB/s on usb [20:21] Crisco: jaunty is not supported [20:21] Crisco: first thing to do with sheeva is installation of distro with support [20:21] really? where did you buy yours from? [20:21] globalscale directly [20:22] ah [20:22] how long did it take to get yours? [20:22] Crisco: but consider guruplug - sata port is useful [20:22] so with sata you'd be able to get a HD and connect it to the GuruPlug [20:22] Crisco: at that time they had backorder so ~month. when they are on stock it is just fedex+2 days? [20:23] Crisco: yep [20:23] Crisco: I used 1.5TB in usb enclosure [20:23] I thought about the GuruPlug Display, but they don't have them yet... [20:23] Crisco: first define what for you buy it [20:24] I wanted a computer that could be on 24/7 that would be able to store my files and maybe allow me to access them from school. [20:25] and when I saw the GuruPlug Display, I realized that it could be an awesome media pc [20:25] I was planning on having it stream music with MPD anyways [20:25] not sure if MPD would work though [20:26] I don't know much about different CPU architectures and what does and doesn't work [20:26] ok [20:26] mpd is compiled from source [20:26] guruplug will probably do not be able to decode highres videos [20:27] the highest res I have is 480p [20:27] if you want NAS then guruplug+debian will fly for you [20:27] for mediapc I would go for miniitx atom or atom+ion even to get HD decoding [20:29] some will suggest pandaboard for mediapc [20:29] I don't need a media PC, the TV we are getting would allow for me to plug my laptop into the TV whenever I wanted to watch something on it, but I would like to stream audio [20:29] dcordes: did you get those images to build? [20:29] Crisco: you might be able to do DLNA streaming as well, just don't expect transcoding to work well on a limited device [20:29] Crisco: sheeva cpus will decode any audio [20:29] yeah [20:30] excuse me, I'm not very knowy in the area of networking, what is DLNA? [20:31] digital lifestyle network alliance, because a way to stream audio and video over networks with UPnP resolving [20:31] most newer TVs have built in clients [20:32] if they have ethernet or wifi [20:33] btw - does someone know how to remap keyboard on text console and x11? [20:33] I've played with it [20:34] tmzt: efikasb has sick input devices [20:34] ah [20:34] tmzt: keyboard has volume/media/etc instead of F1-F12 keys [20:34] F1-F12 keys are only with Fn key [20:35] well for X for that you can probably use xmodmap [20:35] I would map Fn to RIGHTALT and use it as AltGr [20:35] but normal (volume/media/etc) ones are on one input and F1-F12 ones on other input device [20:36] looks like Fn is not seen by kernel [20:36] that's a problem [20:36] not on any input devices? [20:36] evtest does not see it [20:37] cat /dev/input/event* doens't either? [20:38] neither [20:38] handled by hw probably [20:39] I think I have an older version of rootstrap [20:39] yeah, but then why don't you get keys when you do fn+1 or whatever? [20:39] what os does this thing normally have? [20:39] if I press Fn+1 (when there is no such combo) then I get 1 [20:39] linux [20:42] tmzt: look at keyoard picture on my blog: http://marcin.juszkiewicz.com.pl/ [20:44] what type of keyboard is it? matrix on the soc? sio (like ps2)? [20:45] tmzt: keyboard is one usb device, touchpad is second usb [20:45] ah [20:45] fun is that keys on F1-F11 are handled by touchpad input device not keyboard input device [20:45] sick as hell [20:45] wow yeah [20:46] it's a composite device or two ids? [20:46] two [20:46] überksick [20:46] pgup/pgdn don't work either? [20:47] with fn they work [20:47] hmm, but you get no event for the fn key [20:47] fun is all keys works (except brightes up/down ones) [20:47] but get event for Fn+Up which is PgUp [20:47] hardware level probably [20:47] same as most acpi [20:48] but that doesn't solve the problem, if you don't get any events for the multimedia keys with fn [20:48] do you get it without? [20:48] I get [20:48] showkey, evtest, xev reports them properly [20:49] but I want to find a way to have XF86VolumeMute to generate F1 and viceversa on console and x11 [20:49] right, but you need the modifier for that [20:49] I don't get what's going on, unless the firmware is bad [20:50] I will discuss it with vendor developers [20:50] does it work on the normal system or is this just hardware you have to install stuff to [20:50] oh right [20:51] I hope to get info what guys which invented this smoke/took [20:51] it's not a hub or anything like that is it? [20:52] those wifi/radio cards are they on their own usb ports? [20:53] is there an official way to enabled universe from the command line? [20:53] imx51 hub -> hub -> input+input+wifi, imx51 hub->hub->bt+video [20:53] tmzt: sed -e "s/$/ universe/g" -i /etc/apt/sources.list should work [20:54] thanks [20:54] wow I didn't know -i [20:54] or better s/maverick main/maverick main universe/g [20:55] now I was pretty sure rootstrip printed it's options [20:56] rootstrap [20:56] hrw: you said you have a GuruPlug too? [20:56] oh [20:56] I want rootstock [20:57] Crisco: no, I do not have [20:57] oh... well, there seems to be alot of complaints about heat [20:57] Crisco: I do not use sheevaplug even now - it just stays under desk