/srv/irclogs.ubuntu.com/2011/10/26/#ubuntu-arm.txt

omachi there.  Is there a way of simply booting ubuntu straight from a microsdhc card without affect the currently installed android.00:51
=== Ursinha is now known as Ursinha-afk
twbomac: what device00:52
omaci have an p10an0100:52
omacchinese clone dual-tegra00:53
twbNFI00:53
omacroughly 250$CAN00:53
omacit's jailbroken with z4 root00:54
twbBut on the asus transformer, you need to replace the bootloader if you want to boot off SD, which will indirectly affect android, since you'd need to make sure the new bootloader could still boot android or chainload the old bootloader00:54
twbomac: I don't use android so that means nothing to me00:54
omacin order for me to change a file on the android filesystem, it need to be root.00:55
omacso if you tell me which android bootloader I should use in order to enable booting from microsdhc, I'll give it a shot.00:55
twbuh, not an android bootloader00:56
tony_abadHey folks.  I've got a problem compiling a kernel module with the 3.0.4-x3 kernel00:56
twbomac: you'll need to find a bootloader that supports your device; I have no idea if there is such a bootloader.  Also to install it, you will need to be able to flash parts of the nonvolatile storage *outside* the android filesystem, so it is completely irrelevant if you have "rooted" it or whatever.00:57
tony_abadI grabbed the kernel headers from http://rcn-ee.net/deb/sid/v3.0.4-x3/.  However, there seem to be some missing headers.  e.g. the mach/irqs.h header.00:57
tony_abadI'm having trouble compiling a kernel module for 3.0.4-x3.  Can anyone help me?01:20
=== tgall_foo is now known as Guest26028
=== gallth is now known as tgall
=== tgall is now known as tgall_baz
=== tgall_baz is now known as tgall_foo
=== doko_ is now known as doko
ppisatihp + calxeda: did you read it? :)12:16
ppisatihttp://www.theregister.co.uk/2011/10/26/hp_calxeda/12:16
dtrgI see that armhf isn't listed on https://launchpad.net/builders --- is the armhf farm not running yet, or is it too new to be on that page?12:17
ogra_ppisati, i guess we will see a lot HP people at UDS then :)12:18
ogra_at least server guys12:18
ogra_(HP just committed to the ubuntu cloud as their default linux server option before)12:18
sorenogra_: orly? [citation needed] :)12:21
ogra_soren, ??12:21
sorenogra_: "(HP just committed to the ubuntu cloud as their default linux server option before)" <--- Where was this announced?12:21
ogra_soren, http://cloud.ubuntu.com/2011/10/ubuntu-powers-hp-public-cloud/12:23
ogra_also on plenty of news sites if you google for "HP ubuntu could"12:23
sorenogra_: Oh, I missed the part about it being the lead guest OS as well. Thanks!12:23
ogra_:)12:23
ogra_i would have expected especially *you* to know about it :)12:24
lilsteviehaha12:24
lilsteviethat was fairly big news12:25
ogra_lilstevie, well, and soren is an ubuntu cloud guy :)12:27
sorenI blame jetlag at the time :)12:27
lilsteviefigured12:27
ogra_soren, you are already in orlando ?12:28
lilstevieogra_: is there a chan where the guys that did the AC100 kernel are?12:28
sorenogra_: No. I arrive on SUnday.12:28
lilstevieI have a few questions, trying to fix up my 2.6.38 kernel12:28
sorenogra_: I thought this week was Somehands or whatnot?12:29
ogra_lilstevie, #ac100, look for marvin24, though he is usually around here as well if he is online ... and phh did the very first porting of the original android kernel12:29
sorenogra_: What am I missing out on? :)12:29
ogra_soren, Dx sprint i think12:29
lilstevieogra_: ah k, I am interested in the 2.6.38 kernel stuff12:29
sorenogra_: Why would I attend that? :D12:29
ogra_soren, no idea, i fly to maine tomorrow and only move on on sunday12:29
ogra_soren, just because you blamed your jetlag :)12:30
sorenogra_: Oh, no, I was jetlagged when that HP cloud press release went out.12:30
ogra_ah12:30
ogra_i thought you were actually attending the talk in person12:31
sorenI would have, but I had to leave early. My daughter turned 3 years old that day.12:31
ogra_oh, indeed, thats more important12:31
=== zyga is now known as zyga-afk
=== Ursinha-afk is now known as Ursinha
tony_abadHi, I need help installing a kernel module on a beagle board running ubuntu arm.14:20
ogra_modprobe ?14:21
tony_abadI wish it was that easy.  I need to compile a kernel module from source.  The problem is that there seems to be some missing header files in the kernel header source directory.14:21
tony_abadfor example, irq.h wants to include irqs.h from the mach directory.  But there is no irqs.h header in that directory.14:22
ogra_did you install the package already ?14:22
ogra_(to get the headers)14:22
tony_abadi did.  installed the 3.0.4-x3 image14:23
ogra_and the respective headers package ?14:23
tony_abadand got the headers from http://rcn-ee.net/deb/sid/v3.0.4-x3/14:24
ogra_the image package only carries binaries14:24
ogra_that cant work14:24
ogra_its a debian package14:24
ogra_our kernels are built completely different from debians14:24
tony_abadok.  where can i grab the header files from?14:25
ogra_you need to use the ubuntu linux-image and linux-headers packages14:25
ogra_apt-get source indeed14:25
ogra_theoretically they should be preinstalled on all our images14:25
tony_abadapt-get install linux-headers-$(uname -r) didn't fetch me anything.14:26
tony_abadthat is, for 3.0.4-x314:26
ogra_but you are using an official image ?14:26
tony_abadi'm using the 3.0.4-x3 image from that website.14:27
ogra_sigh14:27
ogra_what did you install as OS there14:27
ogra_did you use an official ubuntu image14:27
ogra_or something from some third party which we cant help with14:27
tony_abadi dont think it was from a 3rd party.  a fellow engineer said he installed that ubuntu arm kernel.  i got the board...it's an 11.04 ubuntu server distro.  the kernel is 3.0.4-x3.  thats all i know.14:28
ogra_(if it wasnt an official ubuntu beagle install, please talk to the third party whose image you used)14:28
ogra_tony_abad, well, you are already not using an ubuntu but a debian kernel package on your image14:29
ogra_so please talk to the person providing that kernel to you14:29
ogra_we cant help here, the default ubuntu images have everything preinstalled you need to compile a kernel module14:29
tony_abadunfortunately, i dont have the answer right now about from where the image was required.  but lemme step back and ask two possibly noobish questions.  first, do you know if the latest official ubuntu release (11.10) works with the beagle board?14:31
tony_abadnevermind the second question.  just that one question.14:31
ogra_it does, there are some issues reported with beagle XM revC and USB though14:31
ogra_all others should work OOTB14:32
ogra_the official images can be found via https://wiki.ubuntu.com/ARM/OMAP14:32
tony_abadok, that's good to know.  from what i remember, my co-worker had to find a patched version of 11.04, but I don't know if it was because it was revC.  ogra_ , thank you for your assistance and your patience.  have a good day.14:33
ogra_youre welcome :)14:34
=== zyga-afk is now known as zyga
dtrgI see that armhf isn't listed on https://launchpad.net/builders --- is the armhf farm not running yet, or is it too new to be on that page?15:07
GrueMasterdtrg: it is still being bootstrapped.  should be online soonish.  Check back after UDS next week.15:14
GrueMasterogra_: what's up with the ac100 audio?  I only have `controls for HP, but no sound.15:15
GrueMasterLatest kernel in Oneiric-proposed (I think).15:16
dtrgUDS?15:20
GrueMasterUbuntu Developers Summit.  Where we figure out what we're doing for the next 6 months.15:21
dtrgAha. Right.15:21
dtrgWhere's a good place to get information on this stuff, other than hassling people on IRC?15:22
GrueMasterheh.  http://uds.ubuntu.com15:22
dtrgReally thinking of the progress of the armhf port here.15:23
GrueMasterWell, it may be a bit slow, gettingeverything ported and tested.  But it should be smoother than armv7/thumb2.15:24
dtrgI have a shiny new AC100. Ubuntu armel runs fine on it, but running armel on a Tegra2 seems a bit of a waste.15:25
GrueMasteryep.  I'm on one now, building banshee15:25
dtrgCurrently I'm running Debian, but Debian don't have AC100 kernels working properly yet --- no partition table support, so they're a pain to upgrade, and it's rather unstable. So I'm really looking forward to Ubuntu armhf becoming usable.15:27
dtrgRumour has it that multiarch will let me install armel and then upgrade to armhf later. Is this realistic?15:27
GrueMasterI don't know.  slangasek might have some insights on this though.  He's been spearheading multiarch.15:28
dtrgOK.15:29
GrueMasterBut I'm sure that if someone says it is supported, I'll have to test it.  :)15:29
dtrgIt's a tough job, but somebody's got to do it...15:29
GrueMasterThat's why I'm here.  I find the bugs that make engineer's brains bleed.15:30
slangasekdtrg, GrueMaster: sure, it will be possible to cross-grade from armel to armhf, with a little work15:43
slangasekthere's one library outstanding that I haven't converted yet which is a prerequisite (bzip2)15:44
dtrgHow horrible is it? Do I end up with all my libraries in the wrong(tm) place, because /lib and /usr/lib get reserved for armel?15:45
GrueMasterah, cool.  As soon as we start building, I'll try to do some testing on it.15:45
slangasekdtrg: with multiarch, your libraries are already moving to /lib/arm-linux-gnueabi, so the armhf libs can be installed alongside16:15
slangasekthis is already done for most key libraries16:16
slangasek(but the farther up the stack we get, the easier it is for the package manager to calculate an "upgrade" path for switching archs)16:16
ogra_GrueMaster, look in the ac100 wiki (url in topic of #ac100), there are suggestions for alsamixer settings16:37
GrueMasterok.  Will do (if wifi can maintain long enough).16:38
ogra_heh16:38
ogra_might be that you have one of the bad wifi cards, compal managed to put an aluminum foil over the LCD back that seems to cover the wlan antenna on many devices16:39
ogra_if you open the fram and cut out the piece that covers the antenna wifi will work better16:39
GrueMasterI may just switch to my Acer Aspire One.  While I love the AC100 for its battery life, 512M sucks.16:39
ogra_if you see issues at UDS too, tell me16:40
ogra_add zram and a swapfile :)16:40
GrueMasterYep16:40
ogra_ogra@horus:~$ free|grep ^Swap16:40
ogra_Swap:      1487740     251412    123632816:40
ogra_:)16:40
ogra_i can run a mailer, xchat and browser at the same time without issue16:40
* ogra_ goes back to pack his bags for tomorrow16:42
GrueMasterStarting decent to Minniapolis/St. Paul.  Time to drop off for a bit.16:50
tony_abadHello.  I'd like to install Ubuntu Server on a Beagle Board, Rev C.  Can someone tell me which image to use of those listed at wiki.ubuntu.com/ARM/OMAP?16:50
xranbytony_abad: http://cdimage.ubuntu.com/releases/oneiric/release/ubuntu-11.10-preinstalled-server-armel+omap.img.gz17:03
xranbytony_abad: check this page http://cdimage.ubuntu.com/releases/oneiric/release/17:03
tony_abadThank you xranby.   I just wanted to make sure that 11.10 was an option (I had read somewhere recommending sticking with 11.04).17:04
xranbytony_abad: this are the latest release, if you run into any issues ile a bug17:04
xranbyfile a bug17:04
tony_abadWill do.  The one thing I am hoping I can do here that I couldn't using a 3rd party patched image is compile and install a kernel module that I absolutely need in my app.17:05
xranbytony_abad: after you have booted up the release run an apt-get update  apt-get upgrade to make sure you got the latest updates17:05
xranbyi would recomend you to start by expecting everything to work as intended out of the box17:06
xranbytony_abad: which kernel module do you need?17:07
tony_abadI need to install the kernel module for the Kvaser Leaf.  We use it to interface with the can network on which we host the amps/motors on our robot.  I had been using it and ubuntu 11.04/11.10 just fine on a pico itx.  But we need to move to an ARM.17:12
=== zyga is now known as zyga-afk
=== zyga-afk is now known as zyga

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