IRC log for #htc-linux on 20070823

00:05.16donny2kokay, :) thanks for your help
00:06.47silvendonny2k : You can mail me at silvenshadow@users.sourceforge.net
00:07.20BabelOdevelneube1: you here ?
00:20.34donny2k@silven: thx
00:20.53donny2kand i would like to get mail with new new
00:20.54donny2knews
00:21.13silvenhttp://sourceforge.net/mail/?group_id=174107
00:21.26silvenyou can subscribe to the devel and/or users lists
00:21.39donny2kokay, thx
00:21.43silvenI hope to make an announcement this weekend.
00:21.59donny2k:)
00:22.35donny2ksubscribed
00:22.58donny2kokay, good night
00:23.05silveng'night then.
00:23.06silven:)
00:23.09donny2khere it is 2:30 :) tomorrow free
00:23.17donny2kso i can sleeplong :-P
00:23.18donny2khehe
00:23.25silvenwhee
00:23.27donny2kn8, cu
00:25.05BabelOkevin2 are you around ?
00:27.45*** join/#htc-linux jott_ (n=j@unaffiliated/jott)
00:30.46*** part/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
00:47.11Kevin2BabelO: Still here?
00:47.19BabelOyes
00:47.35BabelOhave two short question
00:47.44BabelOi try to look at
00:47.47BabelOffb3000-fffb3020 : omap_uwire
00:47.47BabelOfffb3800-fffb383f : i2c_omap.1
00:48.03BabelOso i use addlist TRACES 0xffb3000 ?
00:48.11BabelOor i need p2v before ?
00:48.36Kevin2Is that address a physical or virtual address?
00:48.59BabelOhumm i think it is physical because i see that  with cat /proc/iomem
00:49.17Kevin2Okay, then probable:  addlist mmutrace p2v(0xffb3000)
00:49.41BabelOah it is mmutrace, i read your whatsnew from haret wiki ;)
00:49.52BabelOno need of mask ?
00:50.27BabelOand after i can use wi 5
00:50.37Kevin2You want to trace a range?  Then:  addlist mmutrace 0xffb3000 0x20
00:50.46BabelOok it rebooot :(
00:50.52Kevin2Oops - need p2v there too
00:51.12BabelOwith this addlist mmutrace p2v(0xffb3000 my artemis reboot :(
00:51.20BabelOafter i send wi 5 command
00:51.43Kevin2Should that be 3 'f's?
00:52.00BabelOoups yes ;)
00:52.24Kevin2Heh, you may have told haret to trace itself.  :-/
00:52.59BabelOok, second try
00:53.47BabelOsecond question is to mask this ?
00:53.56BabelO004.996 IRQS      IH2: IH2-38(70)=1
00:53.56BabelO004.996 IRQS    GIRQ5: GPIO128(224)=1
00:54.04BabelOi use ibit irqs 224
00:54.14Kevin2yes
00:54.19BabelOand ibit gpios 38 ?
00:54.22BabelOor 70 ?
00:54.27Kevin2No - ibit irqs 70
00:54.36Kevin2Always use the number in parenthesis.
00:55.01Kevin2Oh, go grab the latest haretconsole and haret from the web too - couple of new enhancements to mmutrace.
00:55.12BabelOok, both are irqs ;)
00:55.26BabelOKevin2: ok i take it
00:55.39BabelOmy artemis show a black screen now with a good trace command
00:55.52Kevin2Yeah, look at the second column (IRQS).
00:55.52BabelOit start few seconds , and now screen is black :(
00:56.12BabelOKevin2: yes sorry i just see the column :(
00:57.31BabelOKevin2: actually i got this on omap850 ;) http://pastebin.ca/667474
00:57.31Kevin2So, it locks up still?  What was the mmutrace command you used?
00:57.58BabelOi just use addlist mmutrace p2v(0xfffb3000) and wi 5
00:58.10BabelOthen it show some irqs and hang with black screen
00:59.33BabelOok, i take last one and try again
01:00.13Kevin2It wont work.
01:01.07Kevin2You're trying to trace the last meg of ram, and that is where the exception vectors are.  Haret forces accesses to memory to cause a fault, but the fault itself can't be caught by haret because the fault handler just faults again..
01:02.12BabelOhumm, so no solution or looking for other memory mapping ?
01:02.29*** join/#htc-linux the_sys0p (n=the_sys0@58.67.57.148)
01:02.43Kevin2Oh wait..  that's right..  it is a physical address.
01:02.54Kevin2What does "show p2v(0xfffb3000)" report?
01:04.13BabelOthis report 0xb80b3000 , i see this somewhere else
01:06.07Kevin2Okay, that should work then.
01:06.57BabelOi got a black screen if i try addlist mmutrace 0xb80b3000 0x20 and wi 1
01:08.36Kevin2Do you use arch-omap1 or arch-omap2 directory in linux?
01:08.53BabelOi use arch-omap1
01:09.04BabelOit is for omap730
01:14.34BabelOKevin2: you have an idea ?
01:14.34Kevin2Hrmm.  It seems like OMAP places a lot of devices into the same 1 meg range.  This means you get quite a bit of "collateral" damage when traces these addresses.
01:15.29BabelO:(
01:15.37Kevin2You can try to debug it.  Run "set maxl1trace 1" before "wi 1" and see if it returns okay or locks up.
01:15.50BabelOok i ll try now
01:16.59Kevin2You're running http://handhelds.org/~koconnor/haret/haret-20070821.exe right?
01:17.05BabelOyes
01:19.20BabelOok so i try with addlist  then set maxltrace 1 before wi
01:19.36Kevin2No
01:19.43Kevin2MAXL1TRACE
01:19.54BabelOjust this one ?
01:20.11Kevin2Run addlist, then set MAXL1TRACE 1, then wi 1
01:21.00BabelOok L1
01:22.05BabelOscreen go black and console hand
01:22.25BabelOs/hand/hang/
01:23.00BabelOHaRET(1)# addlist mmutrace 0xb80b3000
01:23.00BabelOHaRET(2)# set maxl1trace 1
01:23.00BabelOHaRET(3)# wi 1
01:23.12Kevin2Okay, do you get any debug output back from haret before the hang?
01:23.52BabelOnothing
01:24.14BabelOwait i ll look into background log
01:24.17Kevin2Could you add a "log foo" line before, and then after the hang recover the output from the "foo" file?
01:24.53BabelOok i try
01:26.27BabelOi hope this works, because else i have to  found the correct spi channel by hand ... take a long time ;)
01:28.30BabelOhttp://pastebin.ca/667492
01:28.41BabelOi ll look to my test file now
01:30.10BabelO00: Mapping b8000000 accesses to e1100000 (tbl fff00402)
01:30.29BabelOReplacing windows exception handlers...
01:30.57Kevin2Shouldn't make a difference, but can you add "clear irqs" before "wi 1"?
01:31.59BabelOi have a dump mmu file are you interest in it ?
01:32.07BabelOok i try
01:33.43Kevin2Another thing to test is an mmutrace of a different range (just to see if it is related to mmutrace).  For example, "addlist mmutrace 0x20001020" (your framebuffer).
01:34.08BabelOok i see
01:34.22Kevin2addlist mmutrace p2v(0x20001020)
01:35.02BabelOhumm it seem it don't like clear irqs :(
01:35.20BabelOmaybe i have to try without wifi
01:36.34Kevin2Why didn't it "like" clear irqs?
01:36.51BabelOyes trace works with framebuffer adress, it don't freeze
01:38.05BabelObecause after clear irqs it is really slow, wait i try over usb link from my virtual windows machine
01:43.17BabelOKevin2: problem are from wifi :( it seem
01:43.41BabelOi have no trace to see but it doesn't hang
01:44.23Kevin2Really?!  That would be a haret bug then..
01:45.06Kevin2So, you can watch 0xb80b3000 but only if you clear irqs first?
01:45.28BabelOwait i pastebin there is 1 errors in  last line
01:46.05BabelOhttp://pastebin.ca/667507
01:47.47BabelOit is strange, no ?
01:48.00Kevin2That message is the result of "set maxl1trace 1".  Can you retry without that line?
01:48.11BabelOyes sure
01:48.30BabelOi need to leave haret to reset variable ?
01:48.46Kevin2Just run "set maxl1trace -1"
01:50.04BabelOyes it works with just addlist mmutrace and wi, but it finish with a black screen ;)
01:50.44BabelOhttp://pastebin.ca/667508
01:51.33BabelOi think with a mask it should work better
01:51.41BabelOi try again ;)
01:53.25Kevin2Hrmm.  Something got added to IRQS or TRACES.  The "mem" report doesn't come from mmutrace.
01:54.00BabelOoh :( i just restart a fresh haret and to addlist with wi after
01:54.21Kevin2Did you do "clear irqs"?
01:54.31BabelOno not for this test
01:54.47Kevin2Hrmm.  So sometimes it doesn't hang then..
01:55.24BabelOyes doesn't hang if i play over usb link
01:55.38BabelOif i use maxl1trace, it doesn't hang, but show nothing
01:55.53BabelOwithout maxl1trace it show some mem line and hang
01:56.03BabelOnow i try with clear irqs
01:56.14Kevin2Are you running from latest haretconsole?
01:56.50BabelOno haretconsole, i m under windows which run over virtualbox
01:57.07Kevin2Oh, okay.
01:57.25BabelOthe only way i know to have usb network running
01:58.18BabelOnow it hangs directly with
01:58.31BabelOaddlist mmutrace 0xb80b3000 0x20
01:58.36BabelOclear irqs
01:58.40BabelOwi 1
01:59.35BabelOok, i have to find correct spi channel tomorrow by trying one by one ;)
02:00.01Kevin2:-)
02:00.02BabelOmaybe you want to go to bed ?
02:00.55Kevin2I'll be up for a little while still.  It's pretty late where you are, right?
02:01.30BabelOyes it is 4:00am here, but it is my holliday week ;)
02:02.21BabelOi m happy artemis can boot, it detect two  serial port GSM + GPS ? i hope
02:02.27Kevin2It's only 10:00pm here.
02:02.39BabelOwhere are you ?
02:02.44Kevin2New York
02:03.00Kevin2I have to go grab dinner - be back in five.
02:03.04BabelOah ok, we have a customer in new york
02:03.18BabelOi m goind to bed
02:03.28BabelOand tomorrow look for more
02:03.33BabelOthanks for your help
02:06.45BabelOoh some minutes more to try two spi channel ;)
02:09.28Kevin2Okay - good night.
02:09.35BabelO;)
02:09.39BabelOi ll look to spi
02:10.15Kevin2There are a couple of things that can be done for mmutrace.  One thing is the cache flush function.  I'm not sure arm926 can really reuse arm920t.
02:10.39BabelObut i need spi channel chip select and also max_speed_hz :(
02:10.58Kevin2Also, it is theoretically possible to narrow the "collateral damage" range from 1MB to 1KB.  But frankly that is a lot of work.  :-(
02:11.03BabelOi see some cache assembler coment in proc-arm926.S
02:12.12BabelOwhen i was working before in electronics machine, we have always some phantom adress in memory map, the mirror adress
02:12.13Kevin2Finally, it may be an instruction emulation issue.  You could make the range wide open (addlist mmutrace 0xb8000000 1024*1024), and the keep incrementing MAXL1TRACE until you find the culprit instruction.
02:12.54Kevin2Yeah - I would copy the cache function from the linux code.  Not a big change.
02:13.47BabelOok i try with addlist and 1024x1024 and max1ltrace ;)
02:16.32BabelOthis command was not a good idea ;)
02:17.03Kevin2Hrmm.  You saw a failure even with maxl1trace set to 1..  That means we fail sometime even when we give up on the first insn.  That is odd.  Maybe it is something with cache functions.
02:24.48*** join/#htc-linux ketrox (n=ketrox@Yb7d0.y.pppool.de)
02:30.47BabelOKevin2: values between parenthesis are only for haret, right ? if i have gpio76(128) i code gpio 76
02:31.22Kevin2BabelO: Yes
02:31.37BabelOgood i just try spi now, booting linux ;)
02:39.36Kevin2I pushed - http://handhelds.org/~koconnor/haret/haret-20070822.exe - it has the arm926 specific cache flush function.  Don't know if it will help or not.  If you use it, try a few native "wi" runs to make sure haret hasn't regressed.
02:40.01BabelOok i try it ;)
02:42.07BabelOi think quick way is to use putty for wince ;)
02:46.17BabelOads7846 spi2.0: touchscreen, irq 236
02:46.17BabelOinput: ADS784x Touchscreen as /class/input/input0
02:46.28BabelOhumm not sure it is initialized
02:53.16*** join/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
02:54.07okias:-) haret-20070816b.exe working... kernel boots on wizard ;-)
02:55.20okiasIm too happy ;-)
02:55.28BabelOokias: with which kernel ?
02:55.51okiashttp://omap850.om.funpic.de/downloads/wizard/zImage
02:56.09BabelOah a old kernel ;)
02:56.35okiasHaRET working with WM6 :-)
02:57.31okiasyes, in new kernel still missing patches for wizard..
02:57.50BabelOokias: yes i use it under wm6 me too
02:59.23okiasBabelO:  :-) i go sleep, good night.. i love tux :-D
02:59.35BabelOokias: good night
02:59.42BabelOit is late for me too ;)
03:05.39BabelOKevin2: this one is working ( haret )
03:07.24BabelObut i see only mem lines, have to look better tomorrow
03:07.28BabelOgood night
03:07.31Kevin2Good night.
04:24.11*** join/#htc-linux huhlig (n=UhligH@c-76-20-46-192.hsd1.ca.comcast.net)
04:42.47*** part/#htc-linux _law_ (n=_law_@213.173.86.202)
05:13.43*** part/#htc-linux rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
05:18.05*** join/#htc-linux sadeness_ (n=LamersIn@nat1.rlan.ru)
05:25.48*** join/#htc-linux pleemans (n=peter@leemanpe.ugent.be)
05:28.51*** join/#htc-linux _law_ (n=law@mail.stiftadmont.at)
06:59.23*** join/#htc-linux rob_w (n=bob@X1c00.x.pppool.de)
08:02.31*** join/#htc-linux neon_ (n=matrix@74-140-94-102.dhcp.insightbb.com)
08:02.37neon_hi
08:31.57*** join/#htc-linux DTMonterrey (n=evandro@cornelius.estig.ipb.pt)
09:48.12*** join/#htc-linux gw280 (n=george@vm.gwright.org.uk)
10:30.26*** join/#htc-linux sameo (n=samuel@AAnnecy-257-1-63-25.w90-28.abo.wanadoo.fr)
10:38.53*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
10:59.29*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
10:59.49*** join/#htc-linux snua12_pismo (n=admin@113-70-207-85.strcechy.adsl-llu.static.bluetone.cz)
11:20.50*** join/#htc-linux sameo_ (n=samuel@AAnnecy-257-1-56-12.w90-28.abo.wanadoo.fr)
11:23.39*** join/#htc-linux sameo_ (n=samuel@AAnnecy-257-1-56-12.w90-28.abo.wanadoo.fr)
11:27.44*** join/#htc-linux ketrox (n=ketrox@x231.vpn.hrz.tu-darmstadt.de)
11:33.17*** join/#htc-linux ketrox_ (n=ketrox@x210.vpn.hrz.tu-darmstadt.de)
11:35.16*** join/#htc-linux rob_w|laptop (n=rob_w@p549B92E3.dip0.t-ipconnect.de)
11:54.29*** join/#htc-linux ketrox__ (n=ketrox@x36.vpn.hrz.tu-darmstadt.de)
12:13.56*** join/#htc-linux rob_w|laptop (n=rob_w@p549B92E3.dip0.t-ipconnect.de)
12:29.25*** join/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
12:30.43*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
13:26.11*** part/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
14:01.44*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
14:03.04_law_BabelO, commiting out stuff on clock.c doesnt help :-( does you omap device already boot?
14:03.43BabelO_law_: hi, yes, i can boot and connect over usb now
14:04.08_law_BabelO, hmm can you post you zImage somewhere? so i can test...
14:04.18_law_BabelO, did you do anything else?
14:04.32BabelOyes, not sure mmc works
14:05.12_law_BabelO, i have build a initramfs today, so i dont need mmc...
14:08.24BabelO_law_: http://linuxbox2.free.fr/zImage
14:09.02_law_BabelO, many thanks
14:09.19*** join/#htc-linux _law_ (n=pat@213.173.86.202)
14:10.13*** join/#htc-linux __law__ (n=law@mail.stiftadmont.at)
14:21.38*** join/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
14:25.29Kevin2Hi
14:25.44BabelOhi Kevin2
14:33.19BabelOhello okias
14:35.11okiasBabelO: Hi :-)
14:35.15okiasketrox: Hi :-)
14:35.23okiasKevin2: Hi :-D
14:35.28ketroxhi
14:53.28BabelOKevin2: i try to install haret console under windows ;)
14:55.00*** join/#htc-linux Zule (i=foglem@shadowmite.com)
14:56.46Kevin2Did it work?  In theory python should work under windows.
15:00.00Kevin2Be back later.
15:13.13*** join/#htc-linux Marex (n=Marex@gwfm4-3-0-240.802.cz)
15:15.51*** join/#htc-linux robotician (n=dale@usr016.bb275-03.udp.im.wakwak.ne.jp)
15:40.55BabelO_law_: any luck ?
16:08.30_law_Babel0: i´ll try it later, currently i havent my tornado available :-(
16:18.25*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
16:24.39*** join/#htc-linux UhligH_ (i=UhligH@117.sub-70-210-221.myvzw.com)
16:28.20*** join/#htc-linux robotician (n=dale@usr016.bb275-03.udp.im.wakwak.ne.jp)
16:29.24Kevin2BabelO: So does mmutrace works now without crashing?
16:29.50BabelOKevin2: no :( it doesn't freeze, but no trace at all
16:30.13BabelOi have just one freeze, because i try to trace Framebuffer ;)
16:30.32Kevin2What commands are you running?
16:30.50BabelOfor framebuffer ?
16:31.06Kevin2No - where you get no results.
16:31.12BabelOah
16:31.36BabelOwait, i do it again ;)
16:31.54BabelOaddlist mmutrace 0xb08b3000 0x20
16:31.59BabelOthis one
16:32.13BabelOi also try serial port and some other
16:33.07Kevin2Do you see regular irq messages?  Did you run "clear irqs"?
16:33.40_law_Babel0: i see dots :-)
16:34.25BabelOKevin2: i mask some irqs before
16:35.01_law_Babel0: is there any way do get out some debugging?
16:36.06BabelOKevin2: after some irq mask, i just use wi 10 and see my touchscreen pressure irq, but no mmutrace
16:36.16BabelO_law_: you just see dot ?
16:37.25_law_Babel, yes my kernel always crashes before the dots appear.. yours seams do crash after some dots... i dont know how i can get a better debugging
16:38.21_law_Babel0: you use hh.org 2.6.21-hh14 with omap1 patch?
16:38.21Kevin2BabelO: Can you try a different range just to see if you get any mmutrace events?  For example:  addlist mmutrace P2V(0xfffecb00)
16:38.32BabelO_law_: i don't know, maybe you see fot, because mine use vsfb
16:38.50BabelOKevin2: yes i try ;)
16:39.22_law_fot?
16:40.19BabelO_law_: sorry dot ;) if you see dot, maybe it is because i compile with early frame buffer debug
16:44.18BabelOKevin2: so hareetconsoole works well under windows ;) i  just have some problem wiith library path
16:45.58BabelOKevin2: yes trace works with your memory adress ;)
16:46.34Kevin2Great!  Those cache flush functions really cause mysterious failures.
16:47.12Kevin2As to SPI/I2C - keep in mind that you can only trace virtual addresses.   So I suggest you do a "dump mmu" and try to see if any other virtual address maps to those physical addresses.
16:48.17BabelOwait have some (??) maybe it is normal http://pastebin.ca/668144
16:49.01*** join/#htc-linux pH5 (n=ph5@fuckup.club.berlin.ccc.de)
16:50.48Kevin2BabelO: It is normal because you can't run the unix arm-linux-objdump on windows.  :-/  If you can find a windows equivalent (eg, from cygwin/mingw), we can code it up to work.
16:51.26BabelOah ok ;) it disassemble on fly
16:51.33BabelOKevin2: this is my mmu http://pastebin.ca/668151
16:52.29BabelOKevin2: and yes i can download codesourcery windows compiler
16:56.12BabelOhi pH5
16:56.20BabelOpH5: look at this http://pastebin.ca/668159
16:56.31Kevin2BabelO: What address did you want to trace again?
16:57.11BabelOKevin2: it is fffb3000-fffb3020 : omap_uwire
16:58.27Kevin2Hrmm you had -- addlist mmutrace 0xb08b3000 0x20 -- above, but shouldn't that be:  0xb80b3000?  What does "show p2v(0xfffb3000)" report?
16:58.29*** join/#htc-linux DTMonterrey (n=evandro@cornelius.estig.ipb.pt)
16:59.46BabelOKevin2: yes, maybe a big mistake, since yesturday we use show p2v(0xfffb3000), i did not check it what i am keing
17:03.02pH5Hi BabelO
17:03.21BabelOKevin2: you right, i trace bad adress ;) doing it again
17:04.48BabelOKevin2: nothing more just gpio
17:05.38pH5BabelO: woohoo :)
17:08.52Kevin2<PROTECTED>
17:09.42BabelOyes maybe :( ok gps irq is 14
17:09.44*** join/#htc-linux goxboxlive (n=goxboxli@139.80-202-160.nextgentel.com)
17:13.10goxboxlivehi
17:13.16BabelOgoxboxlive: hi, your initramfs works, but there is no telnetd or ssh :(
17:14.26goxboxlivehi BabelO , how did you boot it?
17:14.47goxboxliveIt can be added i guess. I'll take a look at it.
17:15.15BabelOi just set initramfs path in menuconfig ( must be initramfs directory where is is unpacked)
17:15.54goxboxliveok, and then compile a kernel and add the initramfs to the folder you have Haret right?
17:16.05BabelOyes
17:16.12BabelOno
17:16.18BabelOjust copy zImage
17:16.29BabelOit contain initramfs
17:18.14Kevin2BabelO: I used to compile initramfs into kernel, but it turned into a pain.  Now I just put initramfs where initrd used to go.
17:19.32goxboxliveBabelO: ahh ok, so that's how it works.
17:19.52goxboxliveKevin2: yes, that is what i have been trying to do to, but with no luck
17:21.10Kevin2goxboxlive: What problems are you having?  It works fine for me.
17:21.50goxboxliveKevin2: the images has become 64MB no mather what, ANd my ram on my device isent big enough for that. I have only 63 MB left.
17:22.45Kevin2How are you generating the initramfs?
17:23.58goxboxliveKevin2: i haven been building it with Openembedded.
17:24.16goxboxliveBut now it seems  to be in normal size
17:24.27goxboxliveBabelO tried it out now.
17:27.05BabelOgoxboxlive: ok ;) i need some tools in initamfs ;)
17:27.32*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
17:32.26goxboxliveBabelO: seem like busybox it left out(?) (is that posible). I'll take a look at it and see what i can add.
17:33.23BabelOgoxboxlive: don't know, i look in image, but don't see any telnetd or sshd
17:33.28BabelOor dropbear
17:35.56goxboxliveok
17:38.31BabelOKevin2: how can i remove all my addlist ?
17:45.37Kevin2BabelO: clear mmutrace
17:46.12BabelOthanks
17:46.37*** join/#htc-linux pH5 (n=ph5@fuckup.club.berlin.ccc.de)
17:47.24BabelOpH5: when did you got your Herald ?
17:49.51pH5BabelO: DHL says they already tried to deliver today, I'll try to grab it from the office tomorrow.
17:50.36BabelOph5 : good ;)
17:51.16BabelOit seem my ads7846 is initialized :( else i got error message
17:52.20goxboxlivepH5: what have you done? Are you leaving the beloved magician? :-) Both me and my magician are disappointed  :-/
17:54.38pH5goxboxlive: no need to worry, right now I'm sitting at CCCB with one neo and two magicians.
17:55.37goxboxlive:-)Æ
17:56.34BabelO~x en jp Welcome to CCCB dear pH5
17:56.47BabelOnot sure it is right
17:56.49BabelO;)
17:58.07goxboxliveI hit a norwegian character  :-)
17:58.33BabelOgoxboxlive: there is only nl available ;)
18:00.06goxboxliveok
18:00.08goxboxlive:-)
18:00.42goxboxlive~seen cr2_
18:00.47aptcr2_ <n=konversa@crpl6.physik.uni-wuppertal.de> was last seen on IRC in channel #htc-linux, 28d 3h 26m 5s ago, saying: 'bye.'.
18:00.54goxboxlive~seen cr2__
18:00.55aptgoxboxlive: i haven't seen 'cr2__'
18:01.16goxboxliveBabelO: you went late to bed last night :-)
18:01.42*** join/#htc-linux rob_w (n=bob@M9281.m.pppool.de)
18:01.55BabelOgoxboxlive: yes a little ;)
18:02.12goxboxlive:-) holiday ?
18:02.31BabelOyes , it end this week
18:03.01goxboxliveok
18:03.04BabelOi have to look at my letter box if there is some gp news ;)
18:03.38goxboxliveyou should. I wish i had one myself. It's a cool phone.
18:03.49BabelOartemis have exactly same omap processor than tornado
18:05.43BabelOreference read rom adress 0xffffed400 and 404 are the same
18:08.29BabelOno :( just some IKEA news ;)
18:28.08goxboxlivepH5: could line 009 be the reason that openmoko wouldnt launch? http://pastebin.no/2522
18:28.48goxboxliveor is it neod?
18:32.48*** join/#htc-linux _law_ (n=_law_@213.173.86.202)
18:34.10pH5goxboxlive: no idea. you could check by partial removal.
18:34.15*** join/#htc-linux dcordes (n=tsingtao@f049187045.adsl.alicedsl.de)
18:34.29goxboxliveright
18:35.18dcordeshi
18:48.27BabelOgoxboxlive: can you pastebin your local.conf ? i don't understand why i can't build initramfs
18:49.04goxboxliveBabelO: of course, hold on
18:51.00goxboxliveBabelO: http://pastebin.no/2523
18:51.14BabelOgoxboxlive: thanks
18:54.27BabelOhumm already the same :( i tryOE update
19:00.12goxboxliveBabelO: i'll pull several times a day
19:01.47*** join/#htc-linux SmallR2002 (n=SmallR20@79-75-220-39.dynamic.dsl.as9105.com)
19:02.18goxboxlivepH5: it seems like the '-w' option is removed from the libgsmd source.
19:02.35goxboxliveroot@htcuniversal:~$ gsmd -p /dev/ttyS0 -s 115200 -F -w 1
19:02.35goxboxlivegsmd - (C) 2006-2007 by Harald Welte <laforge@gnumonks.org>
19:02.35goxboxliveThis program is FREE SOFTWARE under the terms of GNU GPL
19:02.35goxboxlivegsmd: invalid option -- w
19:04.40pH5goxboxlive: hmmh, yet another patch that they didn't apply correctly :(
19:04.50goxboxlive:-)
19:05.13goxboxliveI think tjey have missed something else for universal since I dont have it working
20:25.29*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
20:44.17*** part/#htc-linux DTMonterrey (n=evandro@cornelius.estig.ipb.pt)
21:01.48*** part/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
21:02.41BabelOpH5: do you have bb file for initramfs ?
21:09.59pH5BabelO: you can build initramfs with adding cpio.gz IMAGE_FSTYPES and building any small image, afaik.
21:14.38BabelOpH5 : ok i ve also an answer from #OE, i ll try
21:37.21BabelOpH5: so i can add this IMAGE_FSTYPES="cpio.gz" to angstrom-minimal-image ?
21:40.02pH5BabelO: not sure if that's the right place, better put it in local.conf
21:40.04pH5good night
21:40.23BabelOgood night
22:04.57*** join/#htc-linux okias (n=okias@esthe.cust.centro-net.cz)
22:38.16*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
22:56.59*** join/#htc-linux regulate (i=regulate@notchill.com)
23:57.02BabelOhey ARM926 seem to have a special floating point module

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.