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