IRC log for #htc-linux on 20071213

00:01.19BabelOmaybe i ve to remove rndis :)
00:01.29BabelOi forgot it
00:01.55cr2rndis is evil.
00:02.38BabelOgood point is that omap850 is supposed to do otg
00:04.22BabelOalways NETDEV WATCHDOG: usb0: transmit timed out
00:04.42BabelOis it possible because my ip adress is wrong ?
00:04.54paulproteusThe OpenMoko CAB seems to do what I expect, unlike the Qtopia CAB; the Qtopia cab fails with a kernel panic for me.
00:08.27cr2BabelO: but it works at the beginning ?
00:08.44cr2paulproteus: what is qtopia cab ?
00:09.26BabelOit works with wizard kernel,  i ve ported it to hh kernel, i want a clean kernel, no strange patch
00:09.32cr2Kevin2: one more LCD spi bitbanging driver http://svn.openmoko.org/branches/src/target/kernel/2.6.24.x/patches/smedia-glamo.patch
00:10.08cr2BabelO: do you have the htc-gpio driver already ?
00:10.32BabelOcr2: i think yes somewhere in the tree ;)
00:11.37paulproteuscr2, "O.P.I.E-II / Qtopia" on http://www.linuxtogo.org/~htcpxa/htcmagician/ links to ... hey...?
00:12.14cr2magician ?
00:12.22cr2i thought you have universal ?
00:12.49cr2Kevin2: we may want to include many moko2 patches for hermes: http://svn.openmoko.org/branches/src/target/kernel/2.6.24.x/patches/
00:13.28paulproteusYes, thanks - http://www.linuxtogo.org/~htcpxa/htcuniversal/images/O.P.I.E-II/
00:13.38paulproteuscr2, Confusingly I have both, though I think I like the Universal more.
00:15.43cr2paulproteus: it worked for me. but afair i didn#t use the .cab itself, but my own zimage+loader
00:16.07cr2since it's the same kernel version, the modules were compatible.
00:17.23cr2nice, finally found something that can be converted to pxa2xx-pwm driver, and asic3-pwm
00:17.27cr2http://svn.openmoko.org/branches/src/target/kernel/2.6.24.x/patches/s3c2410-pwm.patch
00:18.15paulproteuspwm?
00:18.26cr2BabelO: a clean backlight driver on the horizon :)
00:18.38cr2PulseWidthModulator
00:19.13*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
00:19.14cr2i like the moko kernel drivers :)
00:19.23BabelOlol
00:19.23dcordeshey cr2
00:19.54dcordesgot some spare time for msm gpio irq?
00:20.25BabelOgood night, i ll check better tomorrow
00:20.32dcordesgnite BabelO
00:21.32cr2dcordes: look at the irq_enX registers, afair you've already dumped them.
00:22.05dcordesI don't think so
00:22.45Kevin2Hi
00:26.57cr2Kevin2: pH5 has written an asic3.py patch for haretconsole : [18:46] <pH5> cr2: regs_misc.py: http://en.pastebin.ca/813617, regs_asic3.py: http://en.pastebin.ca/813621
00:27.24Kevin2cr2_: Okay - I'm reading the logs now.
00:29.00dcordescr2, where to find those addresses?
00:29.18cr2dcordes: titanmemorymap wiki
00:29.39dcordesI always thought titan was completely different
00:29.48cr2maybe it's better to create a msm7x00 page instead.
00:30.00cr2the cpu core is the same.
00:30.08dcordesI can find clr_irqerr*
00:30.13dcordesbut not irq_en
00:30.23dcordesI will copy the page
00:30.27cr2the cpld is at the different place.
00:30.35cr2the SRAM layout is different
00:30.59cr2the SDRAM and fb setup is different.
00:31.57cr2dcordes: are you cloning the kaiser_memorymap ??
00:32.14*** join/#htc-linux ovod (n=o2@wn2nat40.beelinegprs.ru)
00:32.18cr2there is KaiserMEmorymap already.
00:32.22dcordescr2, relax I won't delete it
00:32.26dcordesI made Kaiser_...
00:32.41dcordeshttp://wiki.xda-developers.com/index.php?pagename=Kaiser_MemoryMap
00:33.43cr2dcordes: intrN_en
00:34.22cr2yeah, but you need to remove a lot of data from it.
00:34.46dcordescpld SRAM SDRAM and fb?
00:34.52*** join/#htc-linux ovod (n=o2@wn2nat40.beelinegprs.ru)
00:35.17dcordescould you quickly remove it? You know what belongs there and what not
00:35.21cr2dcordes: compare with the the KaiserMemoryMap
00:35.26cr2ok.
00:35.29dcordesthat'S what I'm trying..
00:35.33dcordespretty confusing for me
00:37.58dcordesit would be great if one could edit the table while in "table view mode"
00:39.54cr2dcordes: changed it, but you need to do a better sync to the kaiser page.
00:40.14dcordesadding up the values from the kaiser page?
00:41.15cr2yes. the cpld, abd the SPL mapping
00:41.26*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
00:41.53cr2maybe it' s easier to copy/paste the table into a normal text editor before ;)
00:44.04dcordescr2, added up sdio0,1 cpld, mdp
00:44.54dcordesok will do it that way next time
00:47.53dcordescr2, ok how to dump intr*_en?
00:48.18dcordesdp blabla but how did I make that address out of the base address thing?
00:48.26dcordesI know I should know this by now...
00:49.31cr2add the offset to the base address.
00:49.41cr2i was just lazy to write the full addresses
00:50.06cr2and then use 'pd 0xaddr 4'
00:50.32dcordeswhy 4?
00:50.40dcordessize appending after address?
00:51.04dcordesI notice size 1 and 4 addresses
00:51.09Kevin2cr2: hx4700 has ati also?
00:51.38cr2w3220
00:51.47cr2ba/hima has w3200
00:52.08cr2dcordes: 4 means 4byte
00:52.24dcordescr2, pd 0xa9288000 4
00:52.26cr2dcordes: this is the register size, you can't dump less with 'pd'
00:52.45dcordeswhat is the p in pd for?
00:52.47cr2dcordes: pd 0xa9200880 4
00:52.48dcordesphysical?
00:52.52cr2yes.
00:53.06dcordeswhy does it go to the end?
00:53.18dcordes(offset)
00:53.24cr20xa9200000 + 0x880 ?
00:53.50dcordesaaah ^^
00:56.01dcordeshuh where did it go
00:56.14dcordesa9200880 | 00000000                            | .... ?
00:57.42cr2yes, so the first 16 gpios are not used as irqs.
00:57.57cr2i've actually seen only 1 obvious gpio irq
00:57.59cr20x14
00:58.10cr2or non-obvious :)
00:58.31dcordesis there a more efficient way searching them?
00:59.26cr2no.
00:59.54cr2ok, it's too late. good night.
01:00.00dcordesdefinetly
01:00.02dcordesgood night
01:00.08dcordesone more thing
01:00.21dcordesare there more addresses I can search for gpio irqs?
01:00.36dcordeshow did you find out that address space was not used for gpio irq?
01:01.08cr2the register dump is in the wince kernel
01:01.39cr2not used ? just a guess. because it's =0
01:02.11dcordesthe value after the first or second pipe?
01:03.05cr2first.
01:03.13cr2second is the ascii dump
01:03.22cr2makes it easier to search for the strings.
01:03.38cr2it's a very old good hexdump format
01:04.01dcordes:) which I don't know
01:04.37dcordesin case I would continue the search now where would I look at?
01:04.40Kevin2cr2: Good night.
01:17.24*** join/#htc-linux SmallR2002 (n=SmallR20@79-74-18-26.dynamic.dsl.as9105.com)
02:20.58*** join/#htc-linux SmallR2002 (n=SmallR20@general-ld-218.t-mobile.co.uk)
02:47.02*** join/#htc-linux SmallR2002 (n=SmallR20@79-74-52-115.dynamic.dsl.as9105.com)
03:13.19*** join/#htc-linux wireddd (n=wired@66-188-77-4.dhcp.athn.ga.charter.com)
03:25.31*** join/#htc-linux kyppcgeek (n=PocketIR@fastethernet0-1.dsl.core.routers.hcis.net)
03:25.47*** part/#htc-linux kyppcgeek (n=PocketIR@fastethernet0-1.dsl.core.routers.hcis.net)
03:34.40*** join/#htc-linux Zoolooc (n=fredsiba@p54952E83.dip0.t-ipconnect.de)
03:57.45*** join/#htc-linux TimRiker (n=timr@rikers.org)
05:14.34*** join/#htc-linux ltxda (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net) [NETSPLIT VICTIM]
05:14.34*** join/#htc-linux hlbot (n=adm@iclem.net) [NETSPLIT VICTIM]
05:14.34*** join/#htc-linux KimuSan^ (n=kimusan@80.63.32.205) [NETSPLIT VICTIM]
05:46.51*** join/#htc-linux rob_w (n=bob@X1056.x.pppool.de)
06:00.09*** join/#htc-linux regulate (i=regulate@notchill.com)
06:25.16*** join/#htc-linux _law_ (n=law@mail.stiftadmont.at)
06:31.26*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
07:11.25*** join/#htc-linux J4k3pda (i=jsuter@232.sub-70-196-186.myvzw.com)
07:11.46paulproteusHowdy, anyone awake with a Universal? (-:
07:15.56paulproteusI booted the Qtopia image, but I seem to be in some lock screen thing.
07:42.48*** join/#htc-linux goxboxlive (n=jrs@195.159.97.196)
07:44.37goxboxlivegood morning
07:49.22*** join/#htc-linux sadeness_ (n=LamersIn@nat2.rlan.ru)
07:51.07*** join/#htc-linux kiozen (n=oeichler@p5492A236.dip0.t-ipconnect.de)
07:52.22paulproteusMorning goxboxlive!
07:52.33paulproteusI have a Universal now and I'm playing with your different images.
07:52.40goxboxlivecool
07:53.03paulproteusDid you notice some strangeness with Qtopia where it seems the touch screen doesn't respond and then it seems to go into a locked state?
07:54.05paulproteusAnyway, OPIE looks nice, and sleep + wakeup seems to work.
07:54.19goxboxliveremember.U need to have WIFI disabled in wince when booting linux. Otherwise TS wouldnt work
07:54.22paulproteusAll the systems seem to keep the screen on when you close the lid, though.
07:54.52goxboxliveyes, suspend/resume works, but not the modem. So if you get an incomming call while it is suspended it wouldnt wake up.
07:55.10goxboxlivewhat is nods?
07:55.24paulproteusIt means move my head up and down to mean "Yes".
07:55.26sadenessgoxboxlive, head-gesture =)
07:55.32goxboxlivei am to old to know all this irc expretion :-)
07:55.33paulproteusI couldn't find the dialer in OPIE, however.
07:55.55goxboxliveit isent any dialer in opie. Only on OPIE2/Qtopia and openmoko
07:55.58goxboxliveand x11
07:56.29*** join/#htc-linux rmoravcik (n=moravcik@gtsgw.ttc.cz)
07:56.44paulproteusWhat does "i have added Openmoko-dialer to it wich runs with Xqt2" on http://www.handhelds.org/moin/moin.cgi/UniversalStatus in the OPIE section mean then?
07:57.31paulproteusDoesn't the above mean a dialer somewhere, somehow? (-:
07:58.45paulproteusCan Linux detect the lid closing?
07:59.22goxboxlivepaulproteus: Openmoko dialer1 where added once, but i havent got it working since. Yes linux detect the lid closing
07:59.40goxboxliveI thought it where working in Opie. It's an setting somewhere
08:00.30paulproteusYup, works on OPIE!
08:01.23paulproteusFor use as a daily phone do you think your OM image would be the best way forward.
08:01.44paulproteusEr, that's a question. (-:
08:02.42paulproteusOPIE 1.2 does seem pretty nice. (-:
08:04.23*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
08:04.27*** join/#htc-linux dcordes_ (n=dcordes_@unaffiliated/dcordes)
08:05.13paulproteusEr, pressing "Record" in OPIE Record caused the phone to shut off!
08:05.36goxboxlive:-) it's buggy
08:05.45dcordeshi all
08:05.49goxboxliveNo, universalk cant be used as a daily phone.
08:05.52goxboxlivehi
08:05.55dcordescr2, http://wiki.xda-developers.com/index.php?pagename=Kaiser_MemoryMap_additions I hope this helps
08:06.14paulproteusgoxboxlive, For battery reasons?
08:06.22goxboxliveyes
08:06.45goxboxliveand lack of sms support in OM
08:07.00goxboxliveQtopia seems to work best, sms is working
08:07.16paulproteusInteresting (I could live without SMS myself).
08:08.32dcordesman image a life w/o text. horrible. no science and stuff
08:09.53paulproteusgoxboxlive, If the phone wakeup would work, then battery life would probably be okay?
08:11.23goxboxlivenope, there are a lot more work to figure this out. I have done tests without the modem running, and still it drains out in 4-5 hours.
08:15.20paulproteusWhat can we do to fix it?
08:17.28dcordeshave a good day, later
08:17.49goxboxlivei dont know, if we knew we would have fixed it a long time ago.
08:18.38goxboxliveseems there isent any developing on universal anymore. Sad, becauyse it would have been a killer device.
08:19.00goxboxliveIf you want a daily linux phone buy the gta02 when it will be released.
08:19.20paulproteusEven though it lacks a keyboard.
08:19.20goxboxliveThey have finacial support and get paid for developing.
08:19.31paulproteusThat's true, which surely helps!
08:19.32goxboxliveWe dont so it's more like a hobbie
08:19.39goxboxlivefor us
08:20.25goxboxliveSo aint cant expect to have it as good as a Nokia phone or something, thoug it would be a lot better if we had all the drivers complete.
08:20.32paulproteusOf course.  I do want to help out this hobby where I can / where it's useful.
08:20.48goxboxlivedo you know any kernel development?
08:21.20paulproteusI haven't done any, but I'm not totally afraid of it; I've been reading bcm43xx patches for the past two years.
08:21.44paulproteus(3 years, I guess)
08:24.25paulproteusBasically, try me.
08:35.57paulproteusWhat needs work?
08:36.30Stamrogh3
08:38.43paulproteusI have to get to sleep or else I'll wake up really late.
08:39.21paulproteuscr2 said the BTS compiler for Bluetooth would be good to have.
08:43.43paulproteusOh, well, hopefully I'll catch you guys in the morning. Good night for now!
08:52.48*** join/#htc-linux Hymie (i=hymie@l8r.net)
09:10.22*** join/#htc-linux rob_w (n=bob@X1056.x.pppool.de)
09:12.29*** join/#htc-linux BabelO (n=weechat@2a01:5d8:52ee:1c1c:250:fcff:fe46:5573)
09:14.26*** join/#htc-linux Babel1 (n=fcr@81.80.236.75)
09:26.39*** join/#htc-linux Tipolosko (n=b@adsl-158-75.37-151.net24.it)
09:54.27*** join/#htc-linux moby_wan_kenoby (n=kvirc@80.168.34.147)
10:07.43*** join/#htc-linux SmallR2002 (n=SmallR20@79-74-52-115.dynamic.dsl.as9105.com)
10:25.01*** join/#htc-linux SmallR2002 (n=SmallR20@79-74-52-115.dynamic.dsl.as9105.com)
11:03.42*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-6ecd1e83bfe6fe88)
11:22.08kiozenjust a little OT: joomla + sf.net = sucks
11:25.09BabelOkiozen: lol :)
11:25.16BabelOyou use joomla too ?
11:25.43kiozenBabelO: saw it on your site, always wanted to play with it
11:26.21kiozenbut it's hard work http://qlandkartegt.sourceforge.net/
11:26.51kiozensf.net is sooooooooooooo slooooooooooooooooooow
11:27.16BabelOkiozen: what version did you use, i take 1.5 rc3 .. not a good idea :)
11:27.19kiozeneven a snails is one kind of a racing car compared to this
11:27.34kiozen1.5rc3 - good idea
11:27.35BabelOwoua you are graphics designer too, you have a logo :)
11:27.58kiozenI always do the logos for my company
11:28.19kiozenas a freelancer you become a multitalent - somehow
11:28.51BabelO:)
11:29.23kiozenanyone knows a decent inexpensive webhoster?
11:29.29BabelOit is not too slow mine
11:30.25kiozenmaybe I switch back to my old design of just one file for the whole page
11:31.06kiozenBabelO: btw did you ever do any thing with sytlesheets and qtopia?
11:32.11BabelOkiozen: yes i play a little with it to add some new properties to edit box
11:32.26BabelOand also mask tab bar :)
11:32.40kiozencan you use it to make customized buttons?
11:33.24*** join/#htc-linux SmallR2002 (n=SmallR20@79-74-108-146.dynamic.dsl.as9105.com)
11:33.24kiozenin general to virtually display the buttons of a mobile device on the screen
11:33.42kiozento label their current function
11:34.07kiozeneach device would need it's own layout, but function would be the same
11:36.49BabelOback in few minutes :)
11:37.18BabelOyes you can override from base object a stylesheet
11:53.54*** join/#htc-linux toi (n=pleemans@d5152D3B4.access.telenet.be)
12:04.41BabelOkiozen: i follow this http://doc.trolltech.com/4.3/stylesheet.html
12:17.01*** join/#htc-linux Keizer (n=keizer@c-69-139-42-47.hsd1.fl.comcast.net)
12:34.49BabelOkiozen: how do you add picture with your app without a qrc file but with un pic file ?
12:36.03kiozenIn Qlandkarte I added pics by char array. Now I do it exclusively with qrc
12:37.32BabelOkiozen: ok
12:37.48kiozenAFAIK you can #include xpm files
12:38.21kiozenBut I consider this lousy style :))
12:38.31BabelOi have added a stylesheet to textedit ti add properties ( required and key in ) and want to show a background picture when these properties are set
12:38.42BabelOno xpm :)
12:39.18kiozenwhat's wrong in using qrc in that case?
12:40.07BabelOi don't understand how to access to picture, i use standard way :/icon/key-in.png
12:40.13BabelObut nothing :(
12:44.07kiozenhm, I would have done it the same way.
12:44.17kiozeneven the troll tell you that:
12:44.20kiozenQRadioButton::indicator:unchecked:hover {
12:44.20kiozen<PROTECTED>
12:44.20kiozen<PROTECTED>
12:44.50BabelOit works for you ?
12:47.07kiozenduno, just copied from the docs, I am not hat far yet :)
12:47.14kiozens/hat/that
12:50.40cr2hi
12:51.35BabelOkiozen: there is a PDA template for joomla :)
12:51.37BabelOhi cr2
12:52.11kiozendon't joomla on the pda ;) I need a MAP!!
12:52.19cr2kiozen: i can't compile your gui code. the mpr2tiff is ok.
12:52.31kiozenwhich one?
12:52.37cr2both
12:52.44cr2M and GT
12:52.48kiozenwhat is the problem?
12:52.54cr2also didn't get the purpose of M
12:53.04cr2qmake comlains
12:53.07kiozenM you have to set correct rootfs path, I am on that one currently
12:53.15cr2i'll look now again.
12:53.48kiozencan you pastebin qmake's complains
12:55.14cr2yes.
12:55.19cr2hm.
12:55.26cr2for GT it's CMake Error: Qt qmake not found!
12:56.19cr2for M: QMAKESPEC has not been set, so configuration cannot be deduced.
12:56.50cr2i have qmake in /usr/local/TrollTech/Qt-*/bin
12:57.10cr2i think i'll compile qt-4.3.3 now.
12:58.10kiozenhm, I have to admit that my SuSE system has the right setup as default :)
12:58.22cr2i have clean suse10.3 setup
12:58.37kiozenoh
12:58.51cr2without updates, because they break nfs lockd, and kde is completely fscked after that.
12:59.06kiozen:)
12:59.29cr2yes, i needed a complete reinstall after making an update ;)
12:59.48cr2suse comes closer to the microsoft quality standard.
13:00.24kiozenI placed home on my local disc and linked into nfs
13:00.36kiozensince that time I am free of perils
13:01.02cr2i use autofs for the cluster mounts.
13:01.14kiozenQLandkarte GT compiles as written on the homepage on my system...
13:01.30cr2ok, you know the first linux rule :)
13:01.37cr2never read the docs.
13:01.45kiozenlol
13:04.15cr2kiozen: nice page design
13:04.33kiozenyes and 10 grey hairs more
13:04.45kiozenit's default joomla ;)
13:05.02cr2is the top pixmap copyrighted ? :)
13:05.38kiozenyes, I still have to write a notice as told in the user agreement
13:08.38cr2hm. it seems that the ozi .map qt parser will be a nice addon.
13:09.27kiozenis there such a parser?
13:11.58cr2no, but it's easy to write one. readline+split. i had some awk code for that.
13:12.10cr2and gpsmapedit has some hints.
13:12.56cr2i think the most important part is to convert from its own datum names to epsg. then it'll be perfect.
13:16.56dcordescr2, yo, checked out http://wiki.xda-developers.com/index.php?pagename=Kaiser_MemoryMap_additions ?
13:30.40*** join/#htc-linux rmoravcik (n=moravcik@gtsgw.ttc.cz)
13:33.37BabelOkiozen, cr2 to compile M maybe you need to use qtopiamake ? just need an additionnal line in make file
13:35.30kiozenI use the qmake from qtopia/qtopiacore/target/bin/qmake
13:35.55kiozenthat creates makefiles with all neccessary paths and dependecies
13:37.14kiozencr2_ update the M version in svn, you can set the rootfs path in "common", now
13:38.51*** join/#htc-linux wireddd (n=wired@66-188-77-4.dhcp.athn.ga.charter.com)
13:55.50cr2ERROR 4: `by200.tif' does not exist in the file system,
13:55.50cr2and is not recognised as a supported dataset name.
13:55.50cr2CMapRasterSet::draw()
13:55.50cr2Speicherzugriffsfehler
13:56.29cr20x00002b7e2eecb558 in GDALDataset::GetRasterBand (this=0x0, nBandId=1) at gdaldataset.cpp:468
13:56.29cr2468         if( nBandId < 1 || nBandId > nBands )
13:57.01*** join/#htc-linux zefanja (n=zefanja@drsd-4db36079.pool.einsundeins.de)
13:57.24BabelOkiozen: i use qtopiamake from qtopia/depot/bin with an additionnal qtopia_project(qtopia app) in pro file and it setup everything :)
13:58.15kiozencr2: that is ok, you miss a map
13:58.27kiozenthe M version is just a test sofar
13:58.41cr2ok.
13:58.53cr2i'm compiling GT now
13:58.59kiozenI wanted to see if the ppc & gdal is fast enought to display a section from a large map.
13:59.21cr2do you use tiles ?
13:59.34kiozencr2 do you have a LVA map?
13:59.53kiozensure I use tiles :)
13:59.59cr2no, but can pick the samples.
14:00.23cr2i mean the gdal raw tile access interface
14:00.36kiozenlook at ./example to get an idea of how to write a map description
14:01.23cr2looks good. the "levels" are google compatible ?
14:01.36kiozen(cr2 chases satelites in space, but does not have a topo of earth, tsh... ;) )
14:02.31kiozengoogle what? they are QLandkarteGT compatible ;)
14:03.02cr2ok, then what is the zoom definition ?
14:03.32cr2i think you'd define another extention, not .map
14:04.10kiozenlevel - min = pixels read / pixels shown
14:04.38cr2i need to think about it :)
14:04.50kiozenfor the first level a 1 will be 1:1, a 2 will be 1:2..
14:05.23kiozensorry the other way round of course
14:05.32cr2projection ?
14:05.54kiozenhas to be coded in the GeoTiff
14:06.01cr2forget the google word :)
14:06.07kiozenplus reference point
14:06.11cr2osm tile compatible .
14:07.02kiozencr2: I make you a small map set...
14:07.02cr2ok, so you just draw the row/col matrix as is.
14:07.31cr2ok. mü-mü-ost
14:09.58*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
14:12.28cr2kiozen: why don't you use geos for the polygon ops ?
14:13.20kiozendon't know about it :)
14:13.21cr2it needs some effort at the beginning, but is better in the long run than some custom hacks.
14:13.32cr2i think it's part of gdal ?
14:13.45cr2or at least you can tell/compile gdal to use it.
14:13.54cr2gdal=ogr
14:14.08kiozenI hate sf.net
14:14.15cr2http://geos.refractions.net
14:14.25kiozenis there a fast ftp server a round?
14:14.38kiozen22MB
14:15.11cr2we can think about htc-linux.org :)
14:15.35cr2for the free data/code of course.
14:16.10kiozenthat is less a problem at the moment...
14:18.10kiozen20 min left..
14:22.00*** join/#htc-linux zefanja (n=zefanja@drsd-4db36079.pool.einsundeins.de)
14:22.40kiozenstalled, buhuuhuu!
14:23.16kiozenBabelO: didn't you have a nice ftp to dump files for a short time?
14:27.00kiozencr2: does your mail account digest 22MB ?
14:30.32BabelOkiozen: yes
14:30.39BabelOkiozen: wait i set it up :)
14:31.19BabelOkiozen: done
14:31.36kiozenerr how was the address again?
14:32.35BabelOkiozen, cr2 : http://invite:invite@82.238.28.28:7147
14:32.37*** join/#htc-linux dcordes (n=karl@f048226251.adsl.alicedsl.de)
14:33.29BabelOoups it is ftp:// :)
14:34.19dcordescr2, did you see the kaiser pds I added?
14:34.57cr2dcordes: yes.
14:35.22dcordesany useful?
14:35.24kiozenftp 82.238.28.28:7147 says connected but no login
14:35.24cr2dcordes: can you add the "values" column, and put the values there.
14:35.50dcordeserr you mean the third  column I get on the output?
14:36.34kiozenBabelO:  ftp 82.238.28.28:7147 says connected but no login
14:36.44BabelOkiozen ftp://invite:invite@82.238.28.28:7147 ?
14:37.28kiozenBabelO: this upsets konqueror :)
14:38.37BabelOkiozen: does it work now ? i just setup ipv6 quickly this morning and did not check if i broke something on ipv4
14:39.14cr2dcordes: the first column is the address, the second is the value
14:39.17kiozenftp can connect to it, but it does not get a login
14:41.59dcordescr2, that's what I added, the values
14:42.10dcordeswhere I didn't get one I got an exception and mentioned so
14:48.07cr2ok.
14:56.03*** join/#htc-linux rob_w (n=bob@X1056.x.pppool.de)
14:57.26dcordescr2, I did not add the '..x..'  things
14:57.33dcordesdo you mean them?
14:58.17cr2no.
15:04.25BabelOkiozen: sorry i don't understand, i do it from my work and it is ok
15:07.33kiozennever mind, I discovered some disc quota on another account I have got :)
15:07.46kiozenit's done in a minute
15:09.03kiozencr2: http://www.nepomuk-home.de/Top10Bayern48.2352_11.5623_15803x17483.tar.bz
15:09.59dcordescr2, a
15:10.05dcordessorry anything I can do right now?
15:12.11cr2kiozen: got it.
15:12.15cr2kiozen: thanks.
15:12.23kiozenok, I remove it
15:12.25cr2dcordes: no.
15:13.02cr2kiozen: where should i put it ?
15:13.17kiozensomewhere :)
15:13.24cr2ah. ok.
15:13.32kiozenbut you have to unpack it, lol
15:14.13kiozenyou have to use GT.
15:14.24cr2yes.
15:16.44cr2kiozen: it's necessary to be in the same directory where the maps are stored. otherwise the program segfaults.
15:16.58kiozenoops :)
15:17.10kiozenyou found a bug
15:17.18cr2kiozen: wow.
15:17.28kiozenthe bug or the map
15:17.30kiozen?
15:18.18cr2how it works :)
15:18.22cr2very nice.
15:19.32kiozenIf i would have the top50 zoom would be close to seamless
15:19.56kiozenThe geogrid viewer can't do this.
15:20.16kiozenGDAL is really fast
15:20.45kiozenfound your old apartment? ;)
15:21.01cr2yes :)
15:21.22kiozenyou can see every corner in a house
15:22.08cr2see a bug there :)
15:22.24cr2something not marked as a park, while it's a park
15:22.31kiozenhehe, the map is full of those
15:22.37kiozenmaybe an easter egg
15:22.42cr2maybe.
15:22.50kiozenclose to my place a street is missing
15:23.06kiozenand so it does in the garmin topo map :)
15:23.23cr2garmin bought these maps.
15:23.38kiozendefinetly
15:23.53cr2i find that "official" maps are buggy in general
15:24.23kiozencan't say, they contain more information in general
15:24.24cr2sometimes it's intentional, but often it#s just lazyness
15:24.47cr2yes, that was gathered with time.
15:25.03kiozenwell my street was killed, when they enhanced the one in parallel
15:25.22kiozenthe pasted the big one just over the small one
15:25.38kiozenbut there are two sepearte streets
15:25.46cr2if the person doing it does not know the area, it#s not surprising.
15:25.51kiozenmaybe the apprentice has done it :)
15:26.20kiozenyou should notice if you glue a street over a smaller one..
15:26.28cr2ok.
15:26.50kiozenbut that is my secret, I won't tell Garmin :)
15:26.58cr2so.  a stupid question came to my mind.
15:26.59cr2lol
15:27.11cr2even 2.
15:27.16kiozenok?
15:27.33*** join/#htc-linux imanex (n=imanex@c220-239-193-148.brodm2.vic.optusnet.com.au)
15:27.34cr21. how do we autogenerate the map index ?
15:27.48kiozeneasy, by dialog
15:27.53cr2let's take osm as an example.
15:28.19cr2you mean from the geotiff tags in each image ?
15:28.34kiozenyes, you define a level and add files
15:28.39cr2like the tileindex in gdal ?
15:28.51kiozenqlandkarte checks if all files have same projection an dresolution
15:28.53dcordescr2, how will one carry on with the kaiser display? Do we lack anything in order to create a driver?
15:29.02dcordesI only try to sort out the situation
15:29.08*** join/#htc-linux goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
15:29.16kiozentileindex?
15:29.27cr2dcordes: the values for the registers are missing. but i'll fill them.
15:30.00dcordesok
15:30.10cr2kiozen: http://www.gdal.org/gdaltindex.html
15:30.52kiozenyes something like that
15:31.04cr2but for the regular grid like osm, it's an overkill.
15:32.11kiozenyes, but you can't assume that, it's just a special case
15:32.51kiozencurrently I can render any pachwork of files
15:34.16kiozenoverlapping, non-overlapping filling the screen only partial, it doesn't matter
15:34.38dcordescr2, so when we have the mddi registers we can start with the driver?
15:34.49kiozenmany users grab their maps from screenshots
15:36.48imanexhey guys
15:37.54dcordeshi imanex
15:39.02imanexstill workin on the ehci problem
15:39.08imanexthere doesnt seem to be a fix
15:39.19imanexive installed like 4 different distros
15:39.23imanexsame problem
15:39.57dcordesthat's hilarious that a module bug is shipped with such a common chipset
15:40.17dcordesbut I thought you install derbian?
15:40.24imanexi did
15:40.26imanexand suse
15:40.32imanexeven tried mandriva
15:41.18dcordesok so you know it is the hardware.
15:41.49dcordespossibly reset your bios settings and recheck...
15:46.43imanexreset my bios
15:46.44imanexno
15:46.51imanexthere is nothing wrong with my comp
15:46.56imanexits their module
15:47.06imanexthousands of people complaining
15:47.19cr2kiozen: yes, that was my second idea. but the teotiff indexing will solve it.
15:47.28dcordestheir as in five different distro's? we are quite a bit offtopic :(
15:47.47imanexoops
15:47.49imanexsorry
15:51.19cr2kiozen: it is still an interesting problem: how to organize the OSM tiles in an optimal way for GT/M. creating a geotiff per 256x256 tile is silly.
15:51.59kiozenmake larger areas like 10kmx10km
15:52.08*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
15:52.51kiozenlike Garmin's top, they ouse a reqular grid
15:52.59cr2the m/pix and tile size are fixed for a zoom layer.
15:53.24cr2so "10km" can be converted into NxN tiles
15:53.38kiozenm/px is fixed , tile size is arbitrary (usually 256x256 to avoid overhead)
15:54.01cr2ok.
15:54.17kiozenall tiles of a layer need same m/px and same projection
15:54.23kiozenthe rest is don't care
15:54.31cr2but if we know the m/pix for a single tile, what is the "optimal" N number ?
15:55.00kiozenmaybe Frank Warmerdam knows :)
15:55.01*** join/#htc-linux Robot_ (n=robot@robot.kolej.mff.cuni.cz)
15:55.18cr21024x1024 ?
15:55.42cr2i think it depends on the screen size
15:55.52kiozendon't mix tiff internal tiles and and map tile size
15:56.02cr2yes, i know.
15:56.36kiozenI think as 256x256 is commonly used it seems to be a good trade off
15:56.56cr2probably the right answer is to make as little geotiffs as you can.
15:56.57kiozenbut have never made an expertise about this
15:57.12kiozenno
15:57.12cr2ozf2 uses 64x64
15:57.35cr2why ? you avoid the filesystem overhead.
15:57.39kiozenyou can read a block (tile) very efficiently
15:57.59cr264x64 is 4k=page size on arm and x86.
15:58.11kiozenah, ok
15:58.45kiozenfor osm that is ok, I don't want to resample 8 GB of Top10 :)
15:58.57cr2but 256x256 usuallyhas better compression.
15:59.02cr2ok :)
15:59.16cr2osm tiles are 256x256 too
15:59.24kiozenright you allways have to read the LZW table too
15:59.40cr2lzw ?
15:59.55cr2you don't use deflate ?
16:00.07kiozenLempel-Ziv-Welch (LZW)
16:00.26kiozendoesn't this use LZW?
16:01.39kiozenI have to admit as GDAL does it right, I never spent a 2nd tought
16:02.53kiozenon the other hand side geotiff is 15% less than mpr
16:03.03kiozenand mpr uses lzw
16:03.05cr2well, deflate is lz77, but it's an academic discussion.
16:03.41cr2http://www.zlib.net/feldspar.html
16:04.03cr2not really important :)
16:04.27kiozenright, GDAL does it
16:05.43cr2yes.
16:06.40cr2ok, i'll try to understand your zoom definition and ozi->epsg conversion.
16:07.01paulproteuskiozen, re: inexpensive decent webhost: nearlyfreespeech.net
16:07.22dcordescr2, will you let me know if you have the mddi registers? x_bruno would like to contribute in the display driver development
16:07.51Tipoloskocr2: interesting reading, thanks :)
16:08.04*** join/#htc-linux kiozen (n=oeichler@p5492A236.dip0.t-ipconnect.de)
16:08.36kiozenpaulproteus: thanks I will give it a look :)
16:08.50dcordescr2, he said he would work on a disassembler? is that what we need??
16:09.14cr2dcordes: i'll add the registers.
16:09.24dcordesok cool
16:10.51Tipoloskogoodbye :)
16:11.35dcordesTipolosko, you know the logs?
16:12.06dcordesTipolosko, http://irclog.iclem.net/?chan=htc-linux
16:13.46Tipoloskosorry dcordes.. yes, i know.. why?
16:14.31dcordesjust for information because you said you were reading I though you might make use of them if you possibly don't have them ;)
16:15.36Tipoloskodcordes: i was talking about http://www.zlib.net/feldspar.html
16:15.45Tipoloskoobviously all logs are interesting :)
16:15.59Tipoloskoleaving, sorry... bye!!!
16:16.25dcordesthat looks interesting. I never was thinkging about how compression worked.
16:18.09*** join/#htc-linux TimRiker (n=timr@70-7-95-133.area7.spcsdns.net)
16:20.08kiozendcordes: I do it all day :)
16:22.11dcordeskiozen, is it your metier?
16:23.02kiozenkind of, it's part of signal processing :) but I am no compression specialist
16:23.36kiozenbut I have to port a Huffman coder to a DSP as next bigger project
16:23.44dcordesdsp?
16:23.51kiozennext to QLandkarte :)
16:24.02kiozendigital signal processor
16:24.06dcordesah you are the all talked about QLandkarte dude?
16:24.24kiozenyes
16:27.44cr2bbl, need to send some letters.
16:29.54*** join/#htc-linux sadeness (n=viktor@88.87.86.31)
16:32.44BabelOkiozen: do you know git command line ?
16:32.57kiozenno not at all
16:32.59dcordesBabelO, I know a bit. you want to clone?
16:33.06BabelOno clone i know
16:33.12BabelOi want to switch
16:33.15dcordesdiff?
16:33.26dcordesbetween revisions? Don't know
16:33.33BabelOno switch between branch
16:33.40dcordeshrmm no idea
16:33.45dcordespH5 is pro at git
16:34.06BabelOyes i know, so waiting
16:35.13dcordeshope he will not feel used like manpage ^^
16:35.28dcordeshe had to explain git to me yet :)
16:42.33BabelOok i found what i need
16:47.55*** join/#htc-linux sadeness (n=viktor@88.87.86.31)
17:05.17*** join/#htc-linux GPFerror (n=gpferror@76.187.41.132)
17:12.39*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
17:13.07*** join/#htc-linux Pryan (n=pryan@84.125.94.98.dyn.user.ono.com)
17:13.14Pryancr2
17:13.37Pryani need all the hardware especifications to make drivers
17:13.53Pryanthey have answered me and will make the drivers
17:14.57*** join/#htc-linux BabelO (n=Fabrice@2a01:5d8:52ee:1c1c:250:fcff:fe46:5573)
17:16.23cr2Pryan: who has answered ?
17:20.09Pryansomebody of the linux kernel stuff
17:20.36PryanOn Wed, Dec 12, 2007 at 07:35:02PM +0100, Rodrigo Santidrian [ Pryan ] wrote:
17:20.36Pryan> > Hello, we want to port the mobile phone HTC Advantage X7500 to linux
17:20.36Pryan> > and we need some coders to make the linux kernel drivers. We have some
17:20.36Pryan> > hardware especifications and some code yet done, but we need more
17:20.36Pryan> > help. Please contact me. Thanks.
17:20.37PryanGreat, thanks for contacting me.
17:20.39PryanWhat specific drivers are you needing to have created?  What types of
17:20.41Pryandrivers and for what processor and chipsets?
17:20.43PryanAny technical information you can provide would be greatly appreciated
17:20.47Pryanso as to be able to determine exactly what is needed to be done here.
17:20.49Pryanthanks,
17:20.50Pryangreg k-h
17:21.35Robot_pryan: next time please use http://pastebin.ca/
17:21.52Pryanok
17:22.54cr2Pryan: http://wiki.xda-developers.com/index.php?pagename=AthenaResearch
17:23.18cr2i think this one has the best chances: S1R72V03 USB2.0/ATA100 controller
17:24.05cr2these is a working linux driver (and the docs) for this one too -> USB2.0 host ISP1583 . but the linux driver is very bad written.
17:24.45Pryanok, so i said to they that they must to write all the drivers
17:24.57Pryanfor make the phone working
17:25.16cr2this one needs more research: Chrontel video encoder CH7013B ?
17:25.21cr2it was only my guess.
17:25.58Pryanthe video encoder is to you
17:26.04cr2everything else is not useful / has no docs.
17:26.23cr2i'm not sure if this is exactly the chip used in athena.
17:27.00cr2so you can expect help with the Philips ISP1583 USB client driver
17:27.19cr2i'll put the code i've found into hh.org CVS
17:27.31cr2and the EPSON S1R72V03 USB2.0/ATA100 controller
17:27.55cr2it has full docs, and is used for the 8GB microdrive.
17:28.20cr2and you can forget everything else.
17:28.59cr2the ISP1583 will be an easy play for greg k-h
17:30.20Pryanput all drivers in a webpage and give me the URL
17:30.46Pryani sayd to him that review it to correct code
17:31.16Pryanand to make all the rest drivers to make athena working
17:40.57*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
17:44.11paulproteuscr2, So what's something useful I can do for the Universal?
17:44.18paulproteusShall I see about tracing modem sleep in Windows?
17:48.04cr2paulproteus: try it.
17:51.55goxboxlivecr2: have you checked out the git tree yet?
17:53.52Pryancr2 do you have updated the drivers or i said they do new ones ?
17:54.04BabelOcr2: lot of standards these days http://freesmartphone.org/
17:58.51cr2BabelO: isn't it written by the same User:Mickey from moko ? hehe. one more gplv2-only friend. i'm wondering if they are all paid by big business :)
17:59.25BabelOcr2: yes same it seems
17:59.56cr2Pryan: no
18:00.32cr2goxboxlive:  i've checked it out, but didn't do anything.
18:00.50Pryanok, they must do all the work
18:00.51goxboxlivecr2: how did you check it out?
18:01.13cr2BabelO: why don't they concentrate on moko2 instead ?
18:02.05paulproteusYou guys seen http://gnumonks.org/~laforge/weblog/2007/12/13/#20071213-htc_tytn_kaiser ?
18:02.15cr2goxboxlive: don't remember the exact path. Kevin2 has posted it some time ago
18:02.45cr2paulproteus: lol. google paid more ? :)
18:02.47goxboxlivegit clone ******** i dont have git. ANd it say it is installed on my machine
18:03.06paulproteusgoxboxlive, What distro?
18:03.13paulproteusYou might need to install "git-core" instead.
18:03.27goxboxlivei have git-core, i'll try that
18:03.52paulproteusYou should probably remove the git package, if it's not something you want (since git-core is the git we all know and love).
18:04.54goxboxlivepaulproteus: thx, i needed git-core installed :-) I thought i had it installed
18:05.05paulproteusNo problem. (-:
18:06.37cr2paulproteus: i'm wondering what is  "various XDA/WM6 hacker information out there"
18:06.50paulproteuscr2, I presume he means reading xda-developers.
18:07.07paulproteusUnless there's some separate super special l33t area we don't know about.
18:07.16cr2send him a link to the wiki. and to haret :)
18:07.20paulproteusxda-developers is sort of massive in size (and difficult to follow, I think).
18:07.34cr2special l33t are interested in other issues.
18:08.12cr2i'll try to send him the links.
18:14.18Pryani just sent the email, lets see what answers me
18:15.45goxboxlivecr2: checking out the git tree takes a long time. How huge is it?
18:16.01cr2goxboxlive: the kernel. 60-70MB
18:16.09cr2maybe more
18:17.08goxboxlivehmm strange
18:18.39*** join/#htc-linux ymerejt (n=jerry@ip-247.net-89-3-215.rev.numericable.fr)
18:20.27cr2bbl
18:24.09*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
18:26.13ymerejtHi there
18:26.24ymerejtI want to explore my device with haret
18:26.56dcordesymerejt, welcome what's your device
18:26.58ymerejtBut I don't know how to set a USB IP link between my WM phone and my linux laptop
18:27.05ymerejtuniversal
18:27.28dcordesOh universal is very well explored afaik
18:27.34ymerejtI want to find information about wakeup on incoming call
18:28.10dcordesymerejt, have a look at synce for usb networking
18:29.00paulproteusymerejt, cr2 was a few days giving me advice on how to trace the Universal for the incoming call wakeup.
18:29.17ymerejtAh
18:29.17paulproteusRead the past four days' logs on the web to find it; I have to do some work right now, but if you do it, I'll be very happy. (-:
18:29.47ymerejtWhat kind of information have found about the wakeup on incoming call
18:30.30paulproteusEverything I know is on IRC.
18:30.49ymerejtWell but a summary would be great
18:30.49paulproteusIn those logs with cr2.  So just read through them first, and then ask others for more info. (-:
18:30.50ymerejt;)
18:31.00paulproteusWell, I've forgotten most of it and would have to reread it myself!
18:31.10ymerejtok
18:31.37ymerejtplease give me the dates and hours if possible
18:31.56paulproteusI can try to find it myself in the logs online, one sec.
18:32.31BabelOymerejt: http://doc.ubuntu-fr.org/tutoriel/comment_connecter_un_pda_sous_windows_mobile_5_en_usb
18:33.12paulproteus17:17.56paulproteusWell, my top priority would be working wake on Universal.
18:33.15BabelOymerejt: this one is better http://www.synce.org/index.php/SynCE-Wiki
18:33.23ymerejtAlready on it
18:33.26paulproteusymerejt, http://apt.rikers.org/%23htc-linux/20071211.html.gz - look for the above quote
18:33.39ymerejtI have installed the ubuntu synce package
18:37.50ymerejtI didn't found your conversation ;(
18:42.26*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
18:43.57paulproteus17:17.56 @ http://apt.rikers.org/%23htc-linux/20071211.html.gz
18:44.16paulproteusHe says to use the use http://www.handhelds.org/moin/moin.cgi/ApachePhoneTrace and http://www.handhelds.org/moin/moin.cgi/HaRET_20Documentation to trace wakeup.
18:44.51Pryanhttp://gentoo-wiki.com/HOWTO_Synchronize_PocketPC_and_Evolution
18:44.58Pryanif you use gentoo
18:45.39paulproteusGentoo's Wiki is pretty good for non-Gentoo users, too.
18:46.09Pryanyes
18:46.22Pryangentoo is a standard distribution
18:46.59Pryanwhen the kernel is ok i'll see to get gentoo into HTC Athena
18:48.30paulproteusymerejt, iirc cr2 also suggested which GPIO(s) to trace in that conversation
18:48.37paulproteusymerejt, Let me know when you find the conversation I'm talking about....
18:48.52ymerejtThx, I would be perfect
18:48.59ymerejtFor now I'm working on synce
18:51.50ymerejtI have my IP configuration working
18:51.50ymerejtbut the WM doesn't respond to my ping . Maybe it's normal
18:52.26paulproteusMaybe your phone runs a firewall (-;
18:53.16ymerejtNo it was me. Bad address ;)
18:53.26ymerejtNow, I have my haret console ;)
18:54.35ymerejtI'm not used with windows IP prefix ;)
19:09.40ymerejtThe link  (about conversation) contains information about user status  ... not conversation ... or maybe I made a mistake
19:10.22paulproteusymerejt, As you scroll down you get to the part where he links to the ApachePhoneTrace wiki page.
19:10.23ymerejtI juste found a best link ..
19:10.54ymerejtAnd I just found the conversation
19:10.56ymerejt;)
19:11.01paulproteusGPIOB3
19:11.05paulproteusGreat, okay. (-:
19:15.01ymerejtHe says the correct  GPIO should be GPIOB3
19:15.16ymerejtI can add it and see if it works
19:15.24ymerejtin the linux kernel I mean
19:15.43paulproteusDon't you want to trace what gets written to that GPIO first?
19:15.49paulproteus(Or are these just bits?)
19:17.34ymerejtI think GPIOB3 means GPIO number B3 so 179 in decimal but I'm not sure
19:17.47paulproteusLook at the GPIO link he gave me.
19:17.47ymerejtIs somebody here can confirm me ?
19:17.59paulproteuscr2 said he was afk I think.
19:22.51*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
19:24.38ymerejtwhat does he means
19:24.41ymerejt?
19:24.53paulproteusymerejt, I don't understand your question.
19:25.05ymerejtafk
19:25.06paulproteusAn hour or so ago, cr2 said that cr2 was away.
19:25.13paulproteusaway from keyboard, sorry (-:
19:25.28ymerejtI AM sorry
19:25.43paulproteuslol, okay ymerejt
19:26.37ymerejtYear, in the table (the link he gave u) it's the only GPIO which could be related to phone wakeup
19:26.54paulproteusYes, that's what he said
19:27.57ymerejtBut I'm not a hardware developper and I don't the B  on GPIOB7
19:28.28ymerejtunderstand is the missing verb of couse
19:28.28ymerejt;)
19:28.37paulproteus(-:
19:28.46paulproteusI presume it's hex
19:28.53ymerejtMoreover I don't have another phone to make a test
19:28.58ymerejtI don't think so
19:29.25ymerejtBecause in linux kernel sources relatively I have found some dec value like 76 wich is 4C in hex
19:33.59paulproteusUnfortunately I don't know much more than you do.
19:34.08paulproteusBut let me look at that table again.
19:35.11paulproteus<PROTECTED>
19:36.01paulproteusYeah, I don't really know what's up with that (I'm looking at http://wiki.xda-developers.com/index.php?pagename=UniversalASIC3 ).
19:46.53ymerejtcr2, are you really there ?
19:49.32BabelOymerejt: what is your problem ?
19:49.54ymerejtI don't understand the GPIO numbering
19:50.12ymerejtAnd I want to made IRQ from GPIOB3
19:50.16BabelOah, it is gpio bank
19:50.18ymerejtfor my universal
19:50.31BabelOuniversal have 4 bank of gpio a b c d
19:50.45BabelOwith 16 gpios per bank
19:51.04BabelOhow to you look in haret ? and which oine do you use ?
19:51.10ymerejtthen the GPIO 114 is part of which one ?
19:51.16BabelOif you use haret console then it decode it for you
19:51.25BabelOgpio114 is pxa gpio
19:51.27ymerejtharet doesn't see anything
19:51.33BabelOso processor gpio
19:51.34ymerejtIs haret working fine on WM6 ?
19:52.07BabelOhm on universal and wm6 don't know, but it works on other device with wm6
19:52.25BabelOwm6 is just another  wm5 :)
19:52.30ymerejtso there is no really reason if it doesn't work on my universal
19:52.35ymerejtYes you're right
19:52.49ymerejtI want to implement the same solution like for blueangel
19:53.02ymerejtTo do this I need the correct GPIO
19:53.23BabelOwhich one ?. i don't reread the full log ;)
19:55.45ymerejt#define GPIO_NR_BLUEANGEL_GSM_ALERTING          6
19:55.58BabelOah  ok ;)
19:56.41BabelOi understand why you look at gpiob3 :)
19:57.10BabelOymerejt: first you need haretconsole, do you have it ?
19:57.15ymerejtYes
19:57.18ymerejtover rndis
19:57.21ymerejtit works
19:57.39ymerejtbut when I do watch GPIOS 1
19:57.44ymerejtnothing happens
19:57.50ymerejtWGPIO seems to work
19:58.02BabelOwhen you use wi 0 ?
19:58.38ymerejtseems to work to
19:58.49ymerejt2 irq handled ...
19:58.50BabelOok, but you have lot of trace right ?
19:59.17ymerejtwith wi 0 I have only 7 lines
19:59.41BabelOso you need to mask these lines first
19:59.54BabelObecause it is event you don't want to see
20:00.03BabelOyou just want to detect gsm
20:00.06ymerejtYes I'm agree
20:00.18BabelOline starts with gpio or IRQ ?
20:00.30ymerejtIRQ
20:00.41ymerejtthe first one
20:00.56BabelOso to mask these line use ibits irqs <number>
20:01.19BabelOyou can add all number on same line
20:01.45ymerejtOK but how I find the IRQ numbers I have to mask
20:01.58BabelOcan you paste just one line ?
20:02.22ymerejtof course irq:9044dd78@B07543F8=90d420ec abort:904415f4@B07543F0=90d42110 prefetch:9044d8e8@B07543EC=90d4213c data=90d11000 sizes=c:000011ac,t:000351ac
20:02.47BabelOno, not good
20:03.09BabelOcan you http://pastebin.ca all the lines ?
20:03.52ymerejthttp://pastebin.ca/815111
20:05.54BabelOhmm it is very slow
20:06.10ymerejtthe web u mean ?
20:06.26BabelOno, just the website for me
20:08.47ymerejthave u seen it ?
20:08.49BabelOymerejt: you use telnet <ip adress > 9999 or ./haretconsole <ip adress> ?
20:09.01BabelOymerejt: no i can't see it, don't now why
20:09.09BabelOother website works
20:09.17ymerejtI can send u by mail
20:09.26BabelOok
20:09.33ymerejtI use the console script provide by haretconsole 0.5.0 package
20:12.09ymerejtemail sent
20:14.42ymerejtdid you receive it . I'm not sure about your email address
20:14.51BabelOno
20:15.01BabelOstrange thing happen today
20:15.23ymerejt???
20:18.04BabelOboh :( can you try wi 5
20:18.09BabelOmaybe you can see more trace
20:18.58ymerejtno more lines
20:19.03ymerejtIt looks a sumary
20:19.14ymerejtirq:9044dd78@B07543F8=90d780ec abort:904415f4@B07543F0=90d78110 prefetch:9044d8e8@B07543EC=90d7813c data=90d47000 sizes=c:000011ac,t:000351ac
20:19.18ymerejtBeginning memory tracing.
20:19.19ymerejtReplacing windows exception handlers...
20:19.19ymerejtFinished installing exception handlers.
20:19.19ymerejtRestoring windows exception handlers...
20:19.19ymerejtFinished restoring windows exception handlers.
20:19.19ymerejtHandled 5043 irq, 1044 abort, 235 prefetch, 0 lost, 0 errors
20:19.23ymerejtI know it's bad
20:19.27ymerejtbut it works !
20:19.29ymerejt;)
20:19.57BabelOlook strange :(
20:20.11BabelOcan you wi 5 again then touch the screen ?
20:20.30ymerejtsame thing
20:20.41ymerejtmaybe I need to do something else
20:20.58ymerejtIt catch exception but does not dump it
20:21.42BabelOaccording to that you should see something http://wiki.xda-developers.com/index.php?pagename=UniversalGPIO
20:22.02ymerejtyes I know
20:22.04ymerejt;)
20:22.18BabelOwe can do with addlist then
20:23.54BabelOaddlist mmutrace p2v(0x10000000) 0xffff
20:23.58BabelOthe wi 5 again
20:26.06ymerejtI have this kind of line more :
20:26.06ymerejt004.895 098f4d00: e1d230b2 (??)         # a=a9200182 v=0000ffc0
20:26.06ymerejt004.895 098f4d08: e1c230b2 (??)         # a=a9200182 v=0000ffc0
20:26.06ymerejt004.895 098f4d10: e1d230b4 (??)         # a=a9200184 v=00007000
20:26.07ymerejt004.895 098f4d40: e1c230b4 (??)         # a=a9200184 v=00007000
20:26.50BabelOok, better, so you need asic3 gpios registers
20:27.00BabelOoand arm-objdump in your path ;)
20:27.21jgwyou guys have linux/android done for my kaiser yet? :-P
20:28.00ymerejtyes just put it
20:28.00ymerejt;)
20:28.40jgwcat /dev/zero > android.img ^c /dcc send jgw android.img?
20:30.41ymerejtWhat can I do now ?
20:31.18BabelOymerejt: arm-objdump in your path, then this trace loook more clear
20:32.01ymerejtI have already done it
20:32.06ymerejtNothing better
20:32.23ymerejtwait ...
20:32.23ymerejt;)
20:32.46BabelOKevin2: around ;) ?
20:33.02ymerejtyear,
20:33.05ymerejtIt's better
20:33.41BabelOymerejt: strh are store to adress and ldrh are load from adress
20:33.52BabelOit is  virtual adress
20:36.31ymerejtAnd what can I do to identy the wakeup IRQ
20:37.19BabelOin a nice world, just with wi you should saw IRQ line, but don't understand why it is not the case ehere
20:37.42BabelOwhen you use watch gpios 10
20:37.54BabelOyou see gpios on screen ? right ?
20:38.38ymerejtno
20:38.44paulproteusBabelO, pastebin.ca is slow if you have broken IPv6 BTW
20:38.49paulproteusThat was why it was slow for me anyway.
20:39.07ymerejtbut wg 1 show me line lise : GPLR[73] changed to 0
20:39.15ymerejtwhich looks more GPIO uses
20:39.19BabelOpaulproteus: yes, maybe i just switch this morning
20:39.43paulproteusymerejt, What does "Year" mean?
20:39.52ymerejtnothing ;)
20:40.03paulproteusI think you mean "yeah" then (-:
20:40.18ymerejt<PROTECTED>
20:40.36ymerejtbut it should happen with my so bad english
20:43.30BabelOymerejt: i think you have to wait cr2 or use gnuharet ;) it have hardcoded register for universal
20:44.06ymerejtWhen I go on suspend, I lose my connection and haret console is not really happy
20:44.50BabelOok i can connect to pastebin.ca over tor network with ipv4
20:45.05BabelOthat s really strange, bad dns lookup
20:48.52*** join/#htc-linux dcordes (n=karl@f048226251.adsl.alicedsl.de)
20:51.47dcordesdid harald find the very special xda developers yet? ^^
20:54.41paulproteusBabelO, Yeah, isn't it odd? (-:
20:55.46*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
21:01.37paulproteusymerejt, But haret logs to a file, right?
21:02.15ymerejtif you ask him ;)
21:02.46dcordespaulproteus, you said you mailed Laf0rge?
21:02.49BabelOymerejt: no if you use haretconsole it is always in a file in haretconsole directory
21:02.51ymerejtNow, I justg need a friend to call me during my phone suspend
21:02.56paulproteusdcordes, I did not mail him.
21:03.03paulproteusymerejt, Where are you in the world?
21:03.08ymerejtFrance
21:03.14paulproteusTres bien! (-:
21:03.37ymerejtpar contre d'ici 15 minutes c'est possible ;) (je dois manger et c'est sur le feu)
21:04.07ymerejt?
21:04.09paulproteusymerejt, Peut-etre qqn a #ubuntu-fr pourrait vous telephoner (-;
21:04.23paulproteussur le feu - near the fire?
21:04.34ymerejtmore like on the fire
21:04.39dcordesmaybe the food
21:04.44ymerejtyeah
21:04.48dcordes^^
21:04.49ymerejtMy chicken
21:04.54paulproteusOH, I thought the *HTC* was on the fire!
21:04.55ymerejtI'm really hungry
21:05.00ymerejtto much sport today
21:05.03dcordescommer un poco de pollo hmmmmm
21:05.18*** join/#htc-linux Pryan2 (n=Pryan@217.168.3.246)
21:05.26ymerejtsi senor
21:05.26Pryan2hi
21:05.44Pryan2hombre, un español
21:05.57Pryan2ke paso
21:06.13paulproteusAnyway ymerejt try asking #ubuntu-fr to see if they'll call you.  I'm in the USA so it'd be expensive for me. (-;
21:06.14dcordesouai je ne parles pas l'espagnol
21:06.37Pryan2ahm, it likes
21:06.46ymerejtYear, and I have some lack in english
21:07.03ymerejtnobody is perfect but everybody lies ;)
21:07.24dcordeseeu c'est ne pas grave
21:07.25Pryan2no, i dont lie
21:08.04dcordespaulproteus, possibly there are people who love to add phone numbers found in logs or wherever to mysexyringtonepicture.com
21:08.18paulproteusdcordes, hah, good point
21:08.41paulproteusStill perhaps you could get someone to private-message you, then, and send the number that way.
21:08.50ymerejtI think so
21:09.03dcordesof course just wanted to note ^^
21:09.10ymerejtPryan2, there is always an exception to confirm the rule
21:09.26Pryan2yes, hehehe
21:10.38Pryan2cr2 i have sent the email to that guy, i hope his team will make the drivers for athena
21:12.35Pryan2they are +300 developers without work :o)
21:13.15paulproteusPryan2, What's all this about?
21:13.31paulproteusDon't you need cooperation from HTC for the Linux Driver team to work on the drivers?
21:14.02Pryan2hmm. they are from linux kernel
21:14.39Pryan2and i send him the hardware especifications of cr2
21:15.04Pryan2so i hope they have enough info
21:18.08Pryan2how you see it ?
21:19.48*** join/#htc-linux imanex (n=imanex@c220-239-193-148.brodm2.vic.optusnet.com.au)
21:23.11Pryan2paulproteus
21:23.16Pryan2....
21:25.02paulproteusPryan2, http://www.linuxdriverproject.org/twiki/bin/view/Main/CompanyProcess says that the company needs to contact them.
21:25.12paulproteusIs there an HTC contact that you know that is willing to work with them?
21:25.54paulproteusPryan2, Do I misunderstand something?
21:26.20paulproteusIt seems you want to get the linuxdriverproject.org people to write a driver for some HTC Athena hardware, but linuxdriverproject.org says they need the company's assistance.
21:26.53Pryan2hmm, the guy doesnt referenced in any moment that we must have contact with HTC
21:27.08paulproteusPryan2, URL for what you're talking about?
21:27.32Pryan2and i have sent some mails to htc and i have no response
21:28.17Pryan2my contact person is greg kh
21:28.36Pryan2and its great
21:30.45paulproteusOkay, well, as far as I know he'll need a way to get specs for the devices you want drivers for.
21:30.54paulproteusThat's what the company contact is useful for.
21:31.20Kevin2ymerejt: What device?
21:31.33ymerejtuniversal
21:31.45Pryan2yes
21:32.36Pryan2kevin2 how you goes with the keyboard
21:32.41Pryan2some work.  ?
21:35.10Pryan2paulproteus i hope the cr2 info will be usefull enough
21:36.53paulproteusWas Kevin2 working on the Universal keyboard driver?
21:37.13Pryan2on the athena keyboard
21:37.32Pryan2universal dont know
21:49.10Kevin2Pryan2: I haven't had time to work on it.
21:49.26Pryan2oh ok
21:49.28Kevin2ymerejt: That is odd - Universal isn't showing any irqs being registered..
21:49.35Kevin2What version of haret are you using?
21:50.02Pryan2maybe there is some guys that make the work
21:50.28Pryan2lets see
21:51.52Kevin2ymerejt: You probably have 0.5.0. Can you try http://www.handhelds.org/~koconnor/haret/haret-20071209.exe  and http://www.handhelds.org/~koconnor/haret/haretconsole-20071209.tar.gz
21:57.41dcordesKevin2, your haretconsole lacks msm enchancement
21:58.20dcordeshttp://pastebin.ca/815221
21:58.30dcordesmy regs_msm.py
22:11.24cr2hi
22:11.47cr2Kevin2: did you add the asic3 decoding by pH5 ?
22:12.05cr2dcordes: i've e-mailed Harald, and he knows about out links.
22:12.15cr2s/out/our/
22:12.31dcordesthat's great :)
22:12.54dcordescr2, can you take a look at the pastebin if this is the right regs_msm.py now?
22:13.11cr2yes, maybe we'll move faster on the UDC and SD after all.
22:13.37cr2isnt
22:13.44cr2it already included ?
22:13.55dcordesnono I suggested it only to Kevin2
22:14.02dcordesbut that is the one I have been using.
22:15.59dcordescr2, hope I didn't trace wrong gpios/cplds all time now?
22:19.23cr2no, the cpld is ok, and the msm gpios too
22:21.34dcordeslatest haretconsole's regs_msm.py looks like this http://pastebin.ca/815247
22:24.03Kevin2cr2: I have pH5 asic3 stuff - I'm looking for confirmation that it works.  :-)
22:24.07*** join/#htc-linux gw280 (n=george@vm.gwright.org.uk) [NETSPLIT VICTIM]
22:24.07*** join/#htc-linux steve-_ (n=steve@s15244973.onlinehome-server.info) [NETSPLIT VICTIM]
22:24.22Kevin2dcordes: I checked in the msm haretconsole stuff.  Did you grab the 1209 version?
22:24.39Pryan2cr2 what about using gentoo on HTC Advantage ?
22:25.31Pryan2i am checking some pages about it and it looks possible
22:25.36dcordesPryan, you need to make sure you have a working hardware support until you think about putting desktop distros on your pda :D
22:25.48Pryan2yes
22:26.52Pryan2but for this we will have the linux dev people
22:27.06Pryan2hahahha
22:27.26Pryan2what is linux-msm
22:27.40Pryan2for what is work
22:27.42dcordesKevin2, I just noticed regs_msm looked different to me and thought you didn't include it. So I'm save to replace my current haretconsole with your latest?
22:28.40Kevin2dcordes: Yes, please use latest version.
22:28.50dcordesPryan, git.android.com it's a kernel for the qualcomm msm7200A chipset
22:29.35Pryan2ahm, you dont have pxa270
22:30.06dcordesKevin2, ok. What about harte.exe The few msm releases we tried don't carry any special msm stuff I need, do they? (currently use the #4 revision because I was not sure)
22:30.18dcordesPryan, no, htckaiser has msm7200
22:30.40Kevin2dcordes: Use the latest 1209 version of haret.exe also.
22:30.46dcordesgood
22:30.55Pryan2hm. i found gentoo for pxa270
22:32.18BabelOPryan2: link please ;)
22:32.49Pryan2http://gentoo-wiki.com/HARDWARE_PDA
22:39.09*** join/#htc-linux Genesis (i=laurent@86.74.78.149)
22:39.12Genesisyop
22:39.40dcordesPryan, would be ill if you would make it work :D
22:39.47BabelOPryan2: thanks
22:40.05dcordesBabelO, can you help me with openmoko-today2 screenshot in qvga?
22:40.21cr2BabelO: lol
22:41.20BabelOdcordes: don't know :( i rsize all themes by hand with imagemagick
22:41.28Pryan2dcordes i hope work it, but i need first the kernel drivers
22:41.52dcordesPryan, alrighto please let me know if this will work some day
22:42.00Pryan2ok
22:42.18Pryan2all this channel will know it
22:42.41dcordesI think koen's blog has one on a780 in qvga
22:43.03Pryan2aham
22:43.29Kevin2cr2: Can you verify pH5's asic stuff works?
22:43.36Pryan2great of athena is the keyboard
22:44.01Pryan2or if you can use a external keyboard
22:44.15Pryan2for the gentoo aplications
22:44.30Pryan2that they arent pdalised
22:45.27BabelOcr2: did you checkout kevin2 git ?
22:45.28Pryan2hahahhaha, who not
22:45.47Pryan2dcordes that will be very great
22:46.06Pryan2but hardware doesnt support it
22:46.34BabelOcr2: i found how to reset my artemis ... lol
22:47.43dcordesdoes somebody know what the status with magician is?
22:48.09BabelOdcordes: status is good :)
22:48.15cr2Kevin2: i'll update to the latest CVS, change the addresses to Universal and check.
22:48.20BabelOjust one thing, don't try to flash it ;)
22:48.31dcordesI just came across a flickr album with calling photos
22:48.40dcordesBabelO, brick-guarantee?
22:48.54dcordeslol looks like it's ph5's flickr
22:51.44cr2Kevin2: i've made a diff to CVS, and found that i also have this http://pastebin.ca/815288
22:57.10Pryan2well, i must to go
22:57.16Pryan2see ya
22:59.35dcordeshttp://img136.imageshack.us/my.php?image=openmokotoday2kaiserld0.png doesn't it look sweet? :D
23:00.15*** join/#htc-linux ImCoKeMaN (n=me@rrcs-67-78-122-67.sw.biz.rr.com)
23:02.28BabelOcr2: it seem like i ve same kind of issue with watchdog than ymerejt on universal
23:02.39BabelOsince i ve updated to official wm6 rom
23:02.47cr2BabelO: maybe :)
23:03.20cr2BabelO: there is even a "secure watchdog" on omap
23:03.46BabelOyes but when i compile watchdog in and activate it i can't connect over usb :(
23:03.49ymerejtI was not there
23:04.04ymerejtSomebody got the same watchdog problem ?
23:04.55BabelOymerejt: yes me on artemis ...
23:05.07ymerejtI don't have submitted a patch
23:05.35ymerejtI could provide it now
23:05.48ymerejtif someone needs it
23:06.08ymerejtBut I would prefer to improve it before
23:06.16BabelOGenesis: can you repost your link here about pibook ? i think cr2 like the idea :)
23:07.05Genesishttp://www.pipublish.com/fr/index.html
23:07.18Genesisit's not a good idea to have two touchscreen
23:07.20BabelOthx :)
23:07.28Genesiswe have some fun to enable it with xfbdev
23:07.42Genesiss/have/has
23:07.45Genesishad
23:09.36ymerejtgood night
23:10.27BabelOcr2: http://www.microsoft.com/surface/
23:10.49BabelOok it is microsoft, but i m curious how they locate phone on the tablet
23:11.09BabelOmaybe it is just a avi file :)
23:11.33cr2Kevin2: got a problem in pH5 pythod code
23:11.37cr2line 104, in getASIC3Defs
23:11.37cr2<PROTECTED>
23:11.37cr2TypeError: 'int' object is not iterable
23:12.10dcordesBabelO, I wonder if magician image will bot on prophet. I tried out an extremely obsolete magician kernel on prophet few months ago
23:12.18dcordesI had display and everything but it paniced
23:12.24cr2This site requires that scripting is enabled in your browser.
23:12.24cr2Please enable scripting and refresh this page.
23:12.25cr2BabelO:
23:13.05BabelOcr2: lol they want to track you
23:13.07cr2dcordes: prophet is omap950, magician is pxa272
23:13.25cr2s/950/850/
23:13.49dcordesah damn it was prophet/wizard not prophet/magician
23:13.52BabelOcr2: did you send ba cradle to ph5 ?
23:14.08dcordesso for wizard we don't have anything usabl either?
23:15.29cr2BabelO: not yet. was busy with other things
23:15.52BabelOcr2: ok
23:16.33dcordescr2, I wonder if harald will be able to help us with SD
23:18.20cr2dcordes: usb may be better.
23:19.05cr2dcordes: the SD is very good traceable afair.
23:19.05dcordesI thought I couldn't do anything right now :)
23:19.06Kevin2cr2: Can you run "cvs up" and try the code I just put into cvs?
23:19.08cr2with usb you can run off the ramdisk and login.
23:19.13cr2Kevin2: ok.
23:19.18dcordescr2, I see
23:19.31Kevin2cr2: I also pushed Athena support in.  (Renaming the cpld registers, though.)
23:20.04dcordesalthough usb will give us connection, what about the display? sorted out the display register thing yet?
23:21.47cr2Kevin2: ok, thanks. i need one more change
23:22.02cr2+# HTC Universal specific registers
23:22.02cr2+Regs_Universal = regs_pxa.Regs_pxa27x.copy()
23:22.03cr2+Regs_Universal.update(getEGPIOdefs(0x0a000000, 1))
23:22.03cr2+Regs_Universal.update(regs_asic3.getASIC3Defs(base=0x10000000, sd_base=0x0c000000))
23:22.03cr2+memalias.RegsList['Universal'] = Regs_Universal
23:23.16imanexyo cr2, wud u know how to change the partition of an sdcard to ext2 from within windows?
23:23.41*** join/#htc-linux Zoolooc (n=fredsiba@p54952E83.dip0.t-ipconnect.de)
23:23.47dcordesimanex, linux livecd with partition editor would be useful
23:24.19cr2BabelO: works with mplayer. the device seems a bit fragile to me.
23:24.29imanexdcordes good idea
23:25.06dcordesBabelO, cr2 maybe one could mentioin http://gparted-livecd.tuxfamily.org/ anything like this in http://www.linuxtogo.org/~htcpxa/
23:25.21dcordesmany windows based people come up with such question
23:25.42Kevin2cr2: committed.
23:26.44*** join/#htc-linux steve-_ (n=steve@s15244973.onlinehome-server.info) [NETSPLIT VICTIM]
23:26.55imanexbrb shower.
23:27.21*** join/#htc-linux gw280 (n=george@vm.gwright.org.uk)
23:28.50BabelOdcordes: it is done by Kevin2 in same way
23:30.27dcordesBabelO, where?
23:30.57BabelOdcordes: the one for universal made by goxbox works like this
23:31.36cr2dcordes: it's a new way to test linux for the windows people.
23:31.52dcordesthe cab install?
23:31.54dcordessounds sexy
23:32.01cr2those who know what they are doing can stay with the old one.
23:32.39dcordesgreat idea people
23:33.03dcordesI bet it will increase rate of testing dramatically
23:33.47dcordestime for some sleep. gnite
23:35.14BabelOcr2: i hope my friend answer me before i call him by phone :)
23:35.30cr2Kevin2: ok, now i need to mask the LCD data gpios first.
23:35.40cr2BabelO: it will be interesting :)
23:38.01BabelOcr2: yep, ok just compiling ba on kevin2 git :)
23:38.17BabelOebought for this evening i ll test tomorrow
23:42.30*** join/#htc-linux gw280 (n=george@vm.gwright.org.uk) [NETSPLIT VICTIM]
23:42.30*** join/#htc-linux steve-_ (n=steve@s15244973.onlinehome-server.info) [NETSPLIT VICTIM]
23:43.22cr2Kevin2: no, the asic3 is not traced.
23:43.43cr2show gpios
23:43.50cr2shows only pxa registers.
23:43.53Kevin2cr2: Did you run an "addlist gpios" on the addresses?
23:43.59*** join/#htc-linux gw280 (n=george@vm.gwright.org.uk)
23:44.57cr2no. i thought it's included in regs_asic3.py ?
23:46.14Kevin2No - the python stuff just maps addresses to names.
23:46.14cr2ok.
23:46.14Kevin2You need to modify src/mach/machlist.txt to tell haret which addresses to actually watch.
23:46.15Kevin2Or, of course, you can just add them to the list manually via telnet.
23:46.45cr2ok.
23:47.01BabelOi think BA doies not work with this kernel ;)
23:49.28BabelOKevin2 you have done lot of work ;)
23:49.59Kevin2BabelO: What branch are you testing?
23:50.15BabelOorigin/work
23:50.27BabelObut still have some isuues
23:50.36Kevin2Yeah - it still needs work.
23:50.56BabelOi m happy to see driver like SDIO UART/GPS ;)
23:51.31BabelOKevin2: it take me long time to understand git checlout origin/work, does not work for me
23:52.31BabelOgood night
23:57.55cr2need to stop for today. good night

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