/srv/irclogs.ubuntu.com/2010/12/04/#ubuntu-arm.txt

dcordestmzt: could you try making an ubuntu-desktop image with that ?00:06
dcordesI 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
tmztmight be a little big but it should work, did you get my pm?00:07
=== prpplague^2 is now known as prpplague
=== Crisco is now known as zz_Crisco
=== ogra_ac_ is now known as ogra_ac
aksh1hi does Seiko 70WVW1TZ3 supports in ubuntu 1012:40
aksh1hi all, does Seiko 70WVW1TZ3 TFT Module touch scrren good enough to test utouch13:30
aksh1hi all, does Seiko 70WVW1TZ3 TFT Module touch scrren good enough to test utouch13:36
aksh1which multitouch hardware is available to test utouch on arm13:39
dcordesaksh1: join #ubuntu-touch14:20
dcordesI tried rootstock 0.1.99.4 script in karmic . it says there is no qemu installed although qemu package was installed14:23
aksh1dcordes, try upgrading qemu else u can edit rootstock script14:26
dcordesaksh1: I can't find how to edit rootstock. is there some version check I am not seeing ?14:29
aksh1dcordes, install qemu-arm-static14:31
aksh1qemu-kvm14:31
aksh1and then chk rootstock14:31
dcordesI had some repositories missing so qemu install was incomplete14:37
aksh1ok14:39
=== zz_Crisco is now known as Crisco
m4D_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?19:52
tmztm4D_: just a guess, but I don't think 10 is divisible by 420:06
m4D_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:08
tmztright, if your point isn't aligned and you do a 32 bit read (u32 var =) on armv5 it's going to abrt20:09
tmztor bus, not sure which20:10
m4D_so, are there any flags to gcc that somehow optimize such constructions? emvc4-code for wince works ok - how does he fixes it?20:11
hrwmaybe adds padding?20:12
tmztporting from ce/20:12
tmztm4D_: ask in #hpcdev if your curious20:13
m4D_tmzt: ok, thanks20:13
tmzthrw: 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 purpose20:15
Criscodoes anyone here have a SheevaPlug?20:15
tmztI'm having a number of issues, including the age old problem of not being able to track forked processes20:15
hrwtmzt: never did such20:19
hrwCrisco: I do20:19
Criscohrw: how well does it work?20:20
Criscois it something you'd recommend?20:20
hrwCrisco: with angstrom or debian it flies.20:20
Criscobut the preinstalled Ubuntu distro doesn't do well?20:20
hrwCrisco: 600-800Mbps over ethernet, 30MB/s on usb20:20
hrwCrisco: jaunty is not supported20:21
hrwCrisco: first thing to do with sheeva is installation of distro with support20:21
Criscoreally? where did you buy yours from?20:21
hrwglobalscale directly20:21
Criscoah20:22
Criscohow long did it take to get yours?20:22
hrwCrisco: but consider guruplug - sata port is useful20:22
Criscoso with sata you'd be able to get a HD and connect it to the GuruPlug20:22
hrwCrisco: at that time they had backorder so ~month. when they are on stock it is just fedex+2 days?20:22
hrwCrisco: yep20:23
hrwCrisco: I used 1.5TB in usb enclosure20:23
CriscoI thought about the GuruPlug Display, but they don't have them yet...20:23
hrwCrisco: first define what for you buy it20:23
CriscoI 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:24
Criscoand when I saw the GuruPlug Display, I realized that it could be an awesome media pc20:25
CriscoI was planning on having it stream music with MPD anyways20:25
Crisconot sure if MPD would work though20:25
CriscoI don't know much about different CPU architectures and what does and doesn't work20:26
hrwok20:26
tmztmpd is compiled from source20:26
hrwguruplug will probably do not be able to decode highres videos20:26
Criscothe highest res I have is 480p20:27
hrwif you want NAS then guruplug+debian will fly for you20:27
hrwfor mediapc I would go for miniitx atom or atom+ion even to get HD decoding20:27
hrwsome will suggest pandaboard for mediapc20:29
CriscoI 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 audio20:29
tmztdcordes: did you get those images to build?20:29
tmztCrisco: you might be able to do DLNA streaming as well, just don't expect transcoding to work well on a limited device20:29
hrwCrisco: sheeva cpus will decode any audio20:29
Criscoyeah20:29
Criscoexcuse me, I'm not very knowy in the area of networking, what is DLNA?20:30
tmztdigital lifestyle network alliance, because a way to stream audio and video over networks with UPnP resolving20:31
tmztmost newer TVs have built in clients20:31
hrwif they have ethernet or wifi20:32
hrwbtw - does someone know how to remap keyboard on text console and x11?20:33
tmztI've played with it20:33
hrwtmzt: efikasb has sick input devices20:34
tmztah20:34
hrwtmzt: keyboard has volume/media/etc instead of F1-F12 keys20:34
hrwF1-F12 keys are only with Fn key20:34
tmztwell for X for that you can probably use xmodmap20:35
tmztI would map Fn to RIGHTALT and use it as AltGr20:35
hrwbut normal (volume/media/etc) ones are on one input and F1-F12 ones on other input device20:35
hrwlooks like Fn is not seen by kernel20:36
tmztthat's a problem20:36
tmztnot on any input devices?20:36
hrwevtest does not see it20:36
tmztcat /dev/input/event* doens't either?20:37
hrwneither20:38
hrwhandled by hw probably20:38
tmztI think I have an older version of rootstrap20:39
tmztyeah, but then why don't you get keys when you do fn+1 or whatever?20:39
tmztwhat os does this thing normally have?20:39
hrwif I press Fn+1 (when there is no such combo) then I get 120:39
hrwlinux20:39
hrwtmzt: look at keyoard picture on my blog: http://marcin.juszkiewicz.com.pl/20:42
tmztwhat type of keyboard is it? matrix on the soc? sio (like ps2)?20:44
hrwtmzt: keyboard is one usb device, touchpad is second usb20:45
tmztah20:45
hrwfun is that keys on F1-F11 are handled by touchpad input device not keyboard input device20:45
hrwsick as hell20:45
tmztwow yeah20:45
tmztit's a composite device or two ids?20:46
hrwtwo20:46
hrwüberksick20:46
tmztpgup/pgdn don't work either?20:46
hrwwith fn they work20:47
tmzthmm, but you get no event for the fn key20:47
hrwfun is all keys works (except brightes up/down ones)20:47
hrwbut get event for Fn+Up which is PgUp20:47
hrwhardware level probably20:47
tmztsame as most acpi20:47
tmztbut that doesn't solve the problem, if you don't get any events for the multimedia keys with fn20:48
tmztdo you get it without?20:48
hrwI get20:48
hrwshowkey, evtest, xev reports them properly20:48
hrwbut I want to find a way to have XF86VolumeMute to generate F1 and viceversa on console and x1120:49
tmztright, but you need the modifier for that20:49
tmztI don't get what's going on, unless the firmware is bad20:49
hrwI will discuss it with vendor developers20:50
tmztdoes it work on the normal system or is this just hardware you have to install stuff to20:50
tmztoh right20:50
hrwI hope to get info what guys which invented this smoke/took20:51
tmztit's not a hub or anything like that is it?20:51
tmztthose wifi/radio cards are they on their own usb ports?20:52
tmztis there an official way to enabled universe from the command line?20:53
hrwimx51 hub -> hub -> input+input+wifi, imx51 hub->hub->bt+video20:53
hrwtmzt: sed -e "s/$/ universe/g" -i /etc/apt/sources.list should work20:53
tmztthanks20:54
tmztwow I didn't know -i20:54
hrwor better s/maverick main/maverick main universe/g20:54
tmztnow I was pretty sure rootstrip printed it's options20:55
tmztrootstrap20:56
Criscohrw: you said you have a GuruPlug too?20:56
tmztoh20:56
tmztI want rootstock20:56
hrwCrisco: no, I do not have20:57
Criscooh... well, there seems to be alot of complaints about heat20:57
hrwCrisco: I do not use sheevaplug even now - it just stays under desk20:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!