IRC log for #htc-linux on 20090410

00:01.00*** join/#htc-linux exco (n=exco@e181076011.adsl.alicedsl.de)
00:01.09excogood evening
00:02.37cr2good night :)
00:02.51*** join/#htc-linux miknix_ghost (n=miknix@bl3-200-223.dsl.telepac.pt)
00:03.18*** join/#htc-linux miknix_ghost (n=miknix@bl3-200-223.dsl.telepac.pt)
00:05.32*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
00:08.53excoif usb connect doesn't trigger any gpios in haret, how can I detect it?
00:15.03tmztexco: what device?
00:15.14tmztif it's non-A, have you looked at dzo's work?
00:22.58excotmzt: sorry, was so focussed on haret
00:23.25excodevice is a Polaris - MSM7200
00:23.33tmztright, non-A
00:23.36excoyes
00:23.44tmztso you want to try dzo's new work in the vogue branch
00:23.57tmztpola is kais without keyboard?
00:24.06exco~
00:24.12tmzttrying to remember, it's been a while
00:24.16tmztpolaris
00:24.25tmztkaiser
00:24.34excoaka touch cruise
00:24.47tmztyeah
00:25.03excohttp://pdadb.net/index.php?m=specs&id=801
00:25.18excoanyways - yes I want to make dzo's changes work
00:25.31excocurrently trying to get charging working
00:26.01excothe thing is - on nike for example there's a gpio change when plugging in usb cable - but on polaris there isn't
00:26.36excobut that should be visible as gpio change, not cpld?
00:27.57tmztwell, it depends on how the ulpi stuff is configured I think
00:28.00tmztor cpld
00:28.24tmztcpld has it's own gpios from what I understand
00:29.21excowell I do get a cpld change ... trying right now to compile a kernel and see if that works - but I thought cpld was the software controlled stuff  -  and if so  -  there shouldn't be a change in linux when plugging the cable
00:31.09tmztcpld is a piece of hardware in the phone
00:31.42tmztwhat do you mean by software controlled?
00:32.10excothrough drivers
00:35.25excono osk is a pain
00:40.57dcordesmaybe you can use usb net soon
00:42.38excoI'm trying to make it work
01:21.18*** part/#htc-linux exco (n=exco@e181076011.adsl.alicedsl.de)
02:21.39*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
02:33.48*** join/#htc-linux replicant (n=replican@adsl-074-183-167-249.sip.bhm.bellsouth.net)
02:45.59*** join/#htc-linux noodlesgc (n=noodles@97.72.68.195)
03:09.36*** join/#htc-linux mrmoku|easter (n=mrmoku@ppp-93-104-108-35.dynamic.mnet-online.de)
04:04.47*** join/#htc-linux Shinto (n=John@g227160070.adsl.alicedsl.de)
05:15.00*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
06:26.42*** join/#htc-linux dzo_ (n=dzo@121-98-128-127.bitstream.orcon.net.nz)
07:17.15tmztdzo: if you have some time (whenever) can you describe how to build libreference-ril modified with your patches?
07:26.58*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
07:28.10*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
07:30.05*** join/#htc-linux wolf`wolf (n=admin@202.179.80.65)
08:22.19*** join/#htc-linux cr2 (n=cr2@ip-90-186-127-174.web.vodafone.de)
08:27.54*** join/#htc-linux gnnnn (i=hix@94-171-9-158.cable.ubr19.uddi.blueyonder.co.uk)
08:29.35*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87ca5d.pool.einsundeins.de)
08:33.09cr2hi kiozen
08:34.16*** join/#htc-linux goxboxlive (n=goxboxli@204.84-48-126.nextgentel.com)
08:38.22kiozenhi cr2
08:38.39kiozenyou are early this morning
08:40.19cr2holidays :)
08:40.44cr2i'm hacking on the s3c2443 navi
08:41.04cr2it looks like a barebones config
08:41.24cr2triton is probably the same
08:41.46cr2can you convince somebody to run haret on it ?
08:42.42*** part/#htc-linux wolf`wolf (n=admin@202.179.80.65)
08:47.11kiozencr2: hardly now anyone to have one
08:48.17kiozencr2: did you try M?
08:48.26kiozenBabelO should have a new binary
08:58.21cr2ok, let's wait for BabelO
08:59.14*** join/#htc-linux goxboxlive (n=goxboxli@204.84-48-126.nextgentel.com)
09:04.00BabelOi m here :)
09:04.16BabelOkiozen: works well now it change map on fly while on the road
09:11.31dzotmzt: just set up the android build as they describe, do . build/envsetup (somethig like that anyway), change to the reference-ril dir and do mm.
09:11.57tmztok, thanks
09:12.07tmztI need to take out the audio stuff
09:12.28tmztfor raph800/500
09:12.53tmztthe funny thing is if smd devs are mssing android boots fine
09:13.15dzoyes, audio shouldn't be there, there's another shared lib for that but it's easier to put it in the ril, only thing that doesn't work is speakerphone.
09:13.20tmztbut if they are there ril shuts down the service and zygote reboots
09:14.36dzoit needs to write to /sys/class/vogue/something or other, put that in and it may work.
09:15.16dzolook at my vogue-hw.c and try to copy that.
09:15.44tmztit's rpc I think, not proc-comm
09:16.13tmztwaiting for maejrep to be unbusy so we can work on rpc servers/handshake
09:16.14dzoprobably, i do rpc for 7200 and proc_comm for 7500
09:16.30tmztthis is 7500A and 7501A
09:16.35dzoI bet the rpc is the same,
09:16.42tmztyeah maybe
09:16.50tmztwill have to try that
09:18.01dzoit's simple, 0x30000002
09:18.11dzowith a few parameters
09:18.55tmztI should say, with SMD-7500 (based on vogue) it turns off my phone
09:19.05tmztand panics raph800s
09:19.16tmztno idea how that's even possible
09:19.38dzoyes, but the rpc is only done for 7200 (kaiser)
09:20.14tmztI don't have the sysfs entries so it should fail to write
09:20.18dzoand doing a bad proc_comm will easily cause a9 to reboot.
09:20.20tmztnot turn off the phone
09:20.39tmztthat could be it
09:20.47dzodo you have working rpc?
09:21.04tmztif there's something else it's writing to that does proc-comm
09:22.29tmztthat's
09:22.32dzoI don't think so. I'll just check...
09:22.40tmztworking rpc?
09:23.16tmztI just don't see how a userspace program could turn off the phone without a kernel interface to proc-comm or rpc
09:25.39dzoperhaps an at command, are you sure the a9 has not crashed. is your mmap correct because on kaiser a9 uses 16M of ram in the middle somewhere.
09:26.21dzosome radios let it carry on but amss has crashed and when you try to do anything the prone will reboot.
09:26.38dzos/prone/phone/
09:27.34tmztwhat mmap
09:27.42tmztoh, mem map
09:28.01tmztno, I'm using raph800 kernel/mtype
09:28.19tmztpmemmap or dump * in haret would help?
09:28.49dzoyes but do you have all 128M available? vogue does but kaiser doesn't.
09:29.04tmztinternal is 64mb
09:29.18tmzttotal 192 I think
09:29.20dzowhen is the raph fb in physical memory.
09:29.23tmzthold on
09:29.34dzos/when/where/
09:29.36cr2dzo: amss on raph100 uses the top of 128M block
09:29.38tmztmust be same as raph800 because fb works
09:30.01cr2192 means 128M sdram + 64M sram
09:30.09dzoyes
09:30.29cr2raph100 has 128sdram+128Msdram+32sram
09:30.45dzocr2: on kaiser it uses 16M at the end of the first 64M
09:30.57tmztwindows reports 192mb ram size
09:31.05cr2dzo: yes. more of less the same on raph100
09:31.10cr2dzo: just x2
09:31.11dzovogue and kaiser have 128M+32M too
09:31.57dzoi got usb working on 7x00 now.
09:32.06dzovery differemt to 7x00a
09:32.09cr2dzo: great
09:32.13tmztsomebody was trying polaris
09:32.23tmztdidn't get net to work
09:32.25cr2dzo: we need working rpc for gps
09:32.51cr2dzo: i've disassembled everything that  goes, but rpc is the only available interface for gps ;)
09:32.53dzoyes, but i think the gps rpc is fairly simple.
09:32.55tmztare the differences all ulpi writes/regs?
09:33.52cr2dzo: i've started to add rpc numbers into wiki, but it's a real paramter maze there ...
09:33.59dzono, it has no ulpi.
09:34.49*** join/#htc-linux no2chem (n=no2chem@ip98-164-222-34.oc.oc.cox.net)
09:36.23tmztvery different then
09:36.45tmztI thought it was just transceiver ip
09:36.56tmztbut I guess it's the whole thing
09:38.04*** join/#htc-linux reed (n=reed@93-32-54-85.ip32.fastwebnet.it)
09:38.07reedhi
09:42.18tmzt01:39 < TommyBres> tmzt i'm aware of this? did you read what i just said?
09:42.19tmzt01:39 < TommyBres> 256 for the diamond and 288 for the touch pro, there's your difference
09:42.42tmztsorry, that's from #android, can some tell me what ram difference that is
09:43.48dzotmzt: yes, usb is only full speed with completely different otg core.
09:44.25reedis there a comparison matrix of android suport on htc phones?
09:45.03*** join/#htc-linux Pure4Real (n=pure4rea@93-45-229-234.ip104.fastwebnet.it)
09:45.59reedI'm looking at xanadux wiki pages now, but they see to refer to old htc models
09:49.50*** join/#htc-linux ali12341 (n=al@robotfuzz.co.uk)
09:53.49*** join/#htc-linux goxboxlive (n=goxboxli@204.84-48-126.nextgentel.com)
10:06.59dream_killhi
10:14.43*** join/#htc-linux dzo (n=dzo@121-98-128-127.bitstream.orcon.net.nz)
10:14.47*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
10:16.21*** join/#htc-linux MethoS (n=lem@host-091-097-240-007.ewe-ip-backbone.de)
10:42.57dcordesreed: I'm not aware of such a table but it's a good idea. xda wiki has some seperate status pages though. are you looking for the device with best linux support?
10:47.16*** join/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
10:47.54dcordesdzo: you said only thing that doesn't work is speakerphone. on the kaiser I get a speakerphone call when I only dial and don't touch anything else smd related after booting linux
10:53.05tmztdcordes: it wasn't setup like that in wm?
10:55.46reeddcordes: yes, looking for a (cheap :)) device that can run anything else but win
10:58.32dcordestmzt: that's in framworkd. I don't think it tocuhes anything audio routing related
10:58.59dcordesreed: cdma or gsm?
10:59.02tmztright
10:59.10tmztcheep
10:59.15tmztmaybe i780
11:00.15dcordesnike ?
11:00.52tmztdcordes: what was speakerphone setting in windows?
11:01.31dcordesnormal (handset)
11:01.53tmztdid you make any calls?
11:01.54dcordesI never use speakerphone and when I tried frameworkd on kaiser it always got me a call on the speakerphone
11:02.23dcordesprobably
11:03.43*** join/#htc-linux zycho (n=zycho@a89-182-196-227.net-htp.de)
11:04.18dcordestmzt: when you try the same on an -A device, you get no audio
11:06.00tmztstill makes no sense
11:06.17tmztunless rpc code initializes the audio path
11:07.54dcordestmzt: for the kais, I always assumed speakerphone would be selected as standard by AMSS
11:09.15tmztkais has proper rpc driver right?
11:10.03dcordescall when I only dial and don't touch anything else smd related  after booting linux
11:10.30dcordeswrong button there, sorry. yes, dzo can set everything correctly afaik
11:44.55reeddcordes: preferably umts
11:45.38reeddcordes: but I could opt to change operator for a nice phone (currenty on H3G, so I can use only umts)
12:04.04*** join/#htc-linux exco (n=exco@e181076011.adsl.alicedsl.de)
12:09.58*** join/#htc-linux tmzt (n=tmzt@adsl-99-164-62-86.dsl.akrnoh.sbcglobal.net)
12:10.32*** join/#htc-linux ChanServ (ChanServ@services.)
12:10.32*** join/#htc-linux bagpuss_thecat (n=bagpuss_@95.172.239.1.ip.static.x-ip.net) [NETSPLIT VICTIM]
12:10.32*** mode/#htc-linux [+o ChanServ] by irc.freenode.net
12:12.06*** join/#htc-linux lpotter (n=lpotter@218.185.108.156)
12:14.30*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
12:17.44duncangHi, folks. Can anyone point me at a summary of where the HTC-Linux developer/coordination resources are?  I know about this IRC channel, the xda-developer wiki (which contains some useful info), the xda-developer forums (which probably has lots of useful info, but the signal-to-noise is terrible), git.linuxtogo.org, balsat.servehttp.com and www.htc-linux.org.  Is there a mailling list specifically for HTC-linux, or one where htc-linux threads are
12:17.44duncangy exists, I'll happily write one on both wikis.
12:23.30excoduncang: no summary that I know of
12:23.35cr2tmzt: there are at@ commands for audio routing
12:23.48excojust widespread information and lots of noise in the forum threads
12:24.19duncangexco: OK, so is there a mailling list for patch exchange and discussion?
12:24.35excoduncang: also http://projects.linuxtogo.org/tracker/?atid=273&group_id=37&func=browse if you haven't already seen
12:25.43duncangexco: Ah-ha. That looks like the right place for me to be looking.
12:26.02excoduncang: atm if you have a patch you either post it in the "corresponding" thread or push it to dzo's branch
12:26.23excoduncang: what device ?
12:26.41cr2duncang: there was a kernel ML at hh.org, and i think there is a ML at linuxtogo
12:26.54duncangRAPH120.  Would you like a current status?
12:27.52*** join/#htc-linux TeringTuby (n=Maarten@195-241-125-243.ip.telfort.nl)
12:28.18cr2duncang: what are the differences to raph100 and raph110 ?
12:29.16excoraph 120 is the htc-msm-2.6.25 branch I suppose
12:29.48duncangcr2: That's exactly what I'm trying to figure out. Since I don't have a raph100 or a 110 to compare directly, I'm going on the difference between what people say works and what actually does or ought to...
12:30.57excothat http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-msm-2.6.27
12:31.07duncangexco: I'm using the htc-msm-2.6.27 branch, actually. But I haven't worked out why the kernels I build hang during boot.
12:31.10excolooks like your branch ... you should be talking to one of those guys
12:33.09cr2duncang: raph100 is documented rather well
12:33.46*** part/#htc-linux exco (n=exco@e181076011.adsl.alicedsl.de)
12:33.48cr2duncang: check the SD slot, gpios, smem channels, smem layout, mddi client chip, ...
12:34.00duncangKernel from http://connect-utb.com/index.php?option=com_jdownloads&Itemid=58&task=view.download&cid=24 works OK on my device (given a short rootdelay as I'm using an SD card as root fs).  I've backtracked through the commits to htc-msm-2.6.27 to 18 Feb, so it must be the config or my toolchain...
12:34.38duncangcr2: You're talking about http://wiki.xda-developers.com/index.php?pagename=RaphaelResearch yeah?
12:34.44cr2yes
12:35.36duncanghttp://wiki.xda-developers.com/index.php?pagename=RaphaelMemoryMap is broken for me (zero size).  Is this a known problem?
12:36.56cr2hm, probably somebody added too much new entries and exceeded the max size
12:37.59duncangWho's running www.htc-linux.org?  Is documentation going to be cleaned up and transplanted there?
12:38.49cr2yes, it's a good idea
12:39.16cr2we can do more than on xda-dev. also without googel spam
12:40.31duncangShould I start?  And what about a mailling list?  The linuxtogo lists look very quiet - although their issue tracker would be handy...
12:42.24cr2of course you'd start. i'm trying to do many things at once, and can't bring anything to an end ;)
12:43.15cr2RaphaelMemoryMap may be picked from google cache and split into smem and non-smem parts
12:44.39dcordesduncang: a mailing list for htc-linux.org would be nice
12:45.45dcordesduncang: we are working on pulling in the xda wiki sites with vital porting information (research sites)
12:46.06duncangdcordes: Are you running that domain and the wiki, then?
12:46.22dcordesduncang: no only had the ideas
12:46.40dcordesbut I have access
12:47.30duncangdcordes: Can I help with the sifting and porting of info, then? I might learn something in the process?
12:48.24dcordessure. the main problem with the wiki is to convert the phpwiki content from xda to our mediawiki
12:48.39duncangdcordes: I'm registered at both sites so can tag works in progress and add "please look over here now" type stuff.
12:48.54dcordesthat would be good
12:49.07duncangI speak Mediawiki quite well, but not PHPwiki.  I could learn cook some perl...
12:49.13dcordesif you can find a way to copy the tables, that would be even better
12:49.17dcordeswe had no luck so far
12:49.38dcordesit's impossible to get a dump from xda wiki
12:49.58dcordesthe administrator does not seem to reply to our iniquiry
12:50.51duncangThe whole site looks like a disaster zone to me.  It seems to be infested with people trying to sell paid unlocking services and hacking about with dodgy WinCE builds...  Yuck.
12:52.25dcordesit's true, there is a lot of unintersting stuff. it's not impossible to find info though. if you search for research, you can get a good overview of the documentation. it's better to have a linux only place though
12:52.33dcordeshence htc-linux.org
12:53.08duncangIndeed.  Is there a master plan for how to structure the new wiki?  If not, shall we make one?
12:53.25dcordeswe should make one
12:57.55dcordesthe structure of the research pages is ok already. instead of <Device> and <Device>Research sites, we could have <Device> sites only. things that are very specific to the device should be documented on the main <Device> site and not get a seperate site
12:58.08Marajinhey dcordes
12:58.10duncangWe could use Mediawiki's categories to tag pages per model.
12:58.22Marajindcordes: lookit you with your shiny @
12:58.25dcordesthat would be nice too
12:58.42dcordesMarajin: I might get a @ t-shirt
12:58.53Marajindcordes: they do sell nethack themed ones ;)
13:01.59dcordeswe should definetly get one Kernel site that has information on where to get the uptodate code for every device
13:03.04cr2duncang: they always posted useful tech info at xda-dev
13:03.33cr2for certain things there is no better (or other) source
13:04.10duncangdcordes: git.linuxtogo.org might be enough, if there was a sane approach to exchanging experimental code. Like a mailling list...
13:04.41cr2but it's a different community, that's true. more warez-oriented :)
13:04.49duncangcr2: Yeah, but it's _really_ hard to find the useful bits of a slow 300+ page forum thread...
13:06.02ali12341duncang: git is a much better way of exchanging experimental code than mailing patches around
13:06.57duncangcr2: back to the "wft is a raph120" thread; is there a complete descrition of the 100 or 110 against which I could diff the lump of metal on the desk
13:07.26cr2ali12341: i never read through the 300+ threads. only diffs
13:08.24cr2duncang: there is no such description, but there are some "markers"
13:08.36cr2120 should not be different from 1x0
13:08.57cr2maybe they dropped a cam, or added more sram
13:09.05cr2such minor, but annoying things
13:09.45duncangali12341: still need a sensible way to talk to eachother. http://projects.linuxtogo.org/mailman/listinfo/mobile-linux-discuss looks quiet. Should we encourage HTC hackers to congregate there?
13:10.46ali12341duncang: there's always irc
13:11.03duncangI said /sensible/ ;-)  Meaning non-real-time.
13:11.11ali12341irc isn't real time
13:15.07cr2ali12341: near realtime
13:16.23duncangPoint being I can respond to a mail thread days later when I've done something useful.  IRC it's difficult/pointless to contribute to threads I can see from last night.
13:17.33ali12341sure
13:18.24ali12341i don't know about the linuxtogo mailing list but i know the linwizard one is quiet. it doesn't mean nobody is listening though. it's only quiet because we all use irc instead.
13:19.31duncangI'm looking at the member list now and I can see several of the recent committers to the msm-2.6.27 branch.
13:26.31dcordesI put some kernel info in http://www.htc-linux.org/wiki/index.php?title=Kernel
13:39.29*** join/#htc-linux MethoS- (n=lem@dyndsl-085-016-163-139.ewe-ip-backbone.de)
13:46.01duncangI think I have the beginnings of a table converter.  Check http://www.htc-linux.org/wiki/index.php?title=Raphael_GPIO
13:46.12dcordesawesome!
13:46.23duncangneeds food and drink; back soon.
13:54.39duncanghas discovered a lifetime supply of hot cross buns.
13:55.00duncangAnd also that "preview" is broken on wiki.xda-dev.  Grrr.
13:57.06*** join/#htc-linux zycho_ (n=zycho@a89-182-7-109.net-htp.de)
13:58.13dcordesduncang: bon appetit
13:59.36dvaeycr2, are you the chris whos on haret list?
14:00.34*** join/#htc-linux dcordes (n=dcordes@unaffiliated/dcordes)
14:05.15cr2dvaey: no
14:05.40cr2dcordes: can you register medion e4430 at http://www.arm.linux.org.uk/developer/machines/ ?
14:05.45dvaeyok.. just he seems to be doing similar stuff to you, and i wondered
14:05.47cr2i forgot my password
14:05.57cr2dvaey: where ?
14:06.06dvaeyon haret-boot email list
14:06.12dvaeyhang on ill get you archive url
14:07.06dvaeywww.handhelds.org/hypermail/haret/current/
14:07.24dvaeydown near the bottom (ignore the recent spam ones)
14:08.27dvaeynot a heavy traffic list and looks like its only been there for a month or two, but some useful tidbits on there ive found anyway
14:09.03cr2haret list is at least 5 years old :)
14:10.12dcordeslol there are some new machine types for SoC'
14:10.28dvaeywell the index only goes back a month or so
14:10.30cr2dcordes: it's 2443
14:10.34dvaeyindex/archive
14:10.46cr2dvaey: hh.org is a _very_ strange site
14:10.47dvaeyive got 2450
14:10.53dvaeyheh
14:11.04dvaeyi dont care how strange it is, if i glean info from it :)
14:12.06cr2heh
14:12.31cr2i can't get haret cvs write access, although i have kernel cvs write access
14:12.38dvaeyheh
14:12.47cr2because nobody answers
14:12.52dvaeyim still even struggling to get mine to boot
14:12.58cr2but the site is still alive and running
14:13.13dvaeybut im using and abusing haret, so its good to be there :)
14:13.31dvaeykevin replies to emails regularly on the email list
14:13.33cr2write patches and tell Kevin2 about them
14:13.38cr2ok
14:13.58dvaeyyea, ive still gotta figure out where im at before i can start writing patches :)
14:14.49dvaeyid like to have a detect routine for s3c cpus too, but still fiddling with that
14:15.02dcordescr2: suffix is s3c ?
14:15.53dcordess3c2443
14:16.53dcordeshttp://www.arm.linux.org.uk/developer/machines/list.php?id=2170
14:19.37cr2no
14:19.48cr2i need to check 2.6.29
14:20.06cr2<PROTECTED>
14:20.47cr2dcordes: ok
14:21.13cr2hm. probably i'd start with hh.org
14:22.42*** join/#htc-linux muthu (n=chatzill@59.92.47.16)
14:31.43*** part/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
14:43.35cr2dvaey: does your navman support plain fb ?
14:48.04dream_killhi guys
14:48.13dream_killany updates on raphael port :P ?
14:49.00*** join/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
14:57.40cr2dream_kill: not yet
15:01.18cr2Kevin2: is 'PLATFORM_TYPE' an acceptable entry for mach table ?
15:01.24cr2Trying to detect machine (Plat='PLATFORM_TYPE' OEM='MERMAID')
15:01.25cr2Wince reports processor: core=ARM926EJ name=S3C2450 cat= vend=Samsung
15:02.12cr2Trying to detect machine (Plat='PLATFORM_TYPE' OEM='MDPNAE443X2TR01')
15:02.13cr2Wince reports processor: core=ARM920T name=S3C2443 cat= vend=Samsung Electronics
15:03.01cr2it seems that name= reported by wince is good enough, if the cpu is not defined by mach table
15:04.04cr2core= is not really useful, and cat= is always empty
15:04.45Kevin2cr2: Can just juse use MERMAID?
15:05.23Kevin2Oh - machlist requires both platform and oem - I guess if it is needed then it is needed.
15:05.38cr2Kevin2: mermaid is not my device, it's the navman of dvaey
15:06.04cr2dcordes has registered a mtype for me
15:06.15cr2[15:16] <dcordes> http://www.arm.linux.org.uk/developer/machines/list.php?id=2170
15:06.27*** part/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
15:06.55cr2but for the unknown devices the name= from wince seems to be very helpful
15:06.56Kevin2cr2: BTW, you're welcome to haret cvs access as far as I'm concerned - I don't know how to access an admin to get it though.
15:07.19cr2Kevin2: yeah, i remember about that problem
15:07.20Kevin2We can move to linuxtogo.org -- the admins there are helpful.  However, I didn't want to "rock the boat".
15:07.53cr2Kevin2: i think we should. it seems nobody is interested in haret development more than we
15:08.12Kevin2Do you have an account on linuxtogo?
15:08.32cr2no. probably i'd apply
15:09.27Kevin2Okay, we should probably reach out to the original author and make sure he is okay with it.
15:09.32*** join/#htc-linux mugsie2k (n=graham@78.16.72.164)
15:10.15cr2ok
15:10.38Kevin2We could just move the source repo - but that would mean pointing the wiki on hh.org to info at linuxtogo.  I'm not sure if that would raise people's ire.
15:10.55Kevin2The other option would be to move everything (mail list, src repo, and wiki).
15:11.32cr2well, since they dont even bother to reply, we may move.
15:12.05cr2i see some sporadic opie patches at hh.org cia log, but otherwise it looks dead.
15:13.21Kevin2Okay.  I'll send an email out later today to psokolovsky and zab to see if they have any objections.
15:13.31cr2ok
15:14.05cr2have not heard anything from psokolovsky for 2 years or so.
15:15.04Kevin2I haven't either - it can't hurt to cc him though.  :-)
15:16.03Kevin2I'll be back in a few hours.
15:16.42cr2ok
15:21.43*** join/#htc-linux wolf`wolf (n=admin@202.179.80.231)
15:37.47*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
16:28.25*** join/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
16:30.40*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87ca5d.pool.einsundeins.de)
16:33.00cr2Herald,     OMAP850 ,HERA,                        HERMES
16:34.37*** join/#htc-linux chab7 (n=kvirc@fibhost-67-206-132.fibernet.bacs-net.hu)
16:38.55cr2HaRET(2)# ramboot
16:38.57cr2boot params: RAMADDR=30000000 RAMSIZE=09000000 MTYPE=1213 CMDLINE='root=/dev/ram0 ro console=tty0'
16:39.26cr2WinCE reports memory size 150994944 (phys=129671168 store=425984)
16:39.35cr2hmm. needs a fix
16:39.52*** join/#htc-linux ellisway (n=ellis@78-86-162-166.zone2.bethere.co.uk)
16:41.22cr2Kevin2: haret should be more conservative about the ram size :)
16:41.35elliswayhi all
16:41.43cr2hi ellisway
16:41.54elliswayhi cr2
16:41.59elliswayltns
16:42.08elliswayhows things gong
16:42.38elliswaygoing
16:42.39cr2i'm trying to boot linux on a s3c2443 pna
16:43.49elliswaysimalar sort of cpu to the hermes
16:44.08cr2yes, i'm patching the hermes code
16:44.27elliswaycool
16:45.24elliswaywhat else has been happening you done any more work on the athena
16:45.45cr2i've just recompiled the athena kernel
16:46.25cr2but it should be better ported to a newer version
16:49.07*** join/#htc-linux diogene31_ (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
16:51.31cr2hm. hermes uses uart2 for debug messages. (IR)
16:52.53cr2CONFIG_DEBUG_S3C2410_PORT=y
16:54.21cr2hehe. selected at 2 places
16:55.14cr2recompiling
17:07.16*** join/#htc-linux noodlesgc (n=noodles@c-98-236-128-25.hsd1.oh.comcast.net)
17:09.40cr2000.000     IRQS   INTPND: INT_USBD(25)=1
17:09.40cr2000.000     IRQS   INTPND: INT_DMA0(17)=1
17:09.56cr2the dma addresses look like SD
17:11.13cr2029.293     IRQS   INTPND: INT_ADC(31)=1
17:11.17cr2on touch
17:11.27cr2+ timer3
17:12.28cr2006.186     IRQS   INTPND: EINT0(0)=1
17:12.28cr2on power button
17:16.39cr2007.643     IRQS EINTPEND: EINT4(36)=1
17:16.40cr2008.378     IRQS   INTPND: INT_DMA0(17)=1
17:16.46cr2on SD
17:17.10*** join/#htc-linux captnoord (i=5147a47b@gateway/web/ajax/mibbit.com/x-4792017e0e507500)
17:18.07cr2018.794     IRQS   INTPND: INT_UART0(28)=1
17:18.11cr2is BT
17:18.13cr2nice
17:20.33cr2091.498     IRQS   INTPND: INT_DMA1(18)=1
17:20.35cr2091.543     IRQS   INTPND: INT_UART2(15)=1
17:20.50cr2on navi on
17:21.01cr2probably gps
17:21.11cr2but may be tmc
17:25.55cr2080.077     IRQS EINTPEND: EINT18(50)=1
17:26.03cr2headset/tmc antenna
17:39.15cr2G9 and G10 sound
17:40.14cr2CO sd detect, F4 SD power
17:43.27cr2B6 and A8 lcd power (and BKL?)
17:45.24cr2E4 sound
17:47.01cr2powermon is not really implemented
17:57.57cr2mickeyl: have you tried umts on raph100 ?
17:58.16mickeyli don't have any data nodes
17:58.25mickeylno smd1
17:58.51mickeylmissing in kernel iirc
17:59.26mickeyland i can't upgrade to HEAD, since this breaks raph100
18:00.15mickeylstuck with a7bbc84bc783acc349b030a4621541eab84165e0
18:01.09captnoordYou have been able to pin point the commit that breaks it?
18:01.10cr2mickeyl: smd7
18:01.17mickeylright
18:01.18mickeylno smd7 as well
18:01.21cr2hmm
18:01.23mickeylagain, this just came in HEAD
18:01.27mickeylwhich doesn't boot on raph
18:01.39cr2mickeyl: can you add smd7 manually ?
18:01.48cr2it was a trivial patch
18:01.54mickeyltried that
18:01.55mickeyldidn't work
18:01.59mickeyl55740d71abb60f32ef09c13a9756a467584dca6d breaks raph
18:02.33mickeyli cherry picked 57f8b6c754c93c4614377fd281baef68bc1ea215, but still smd7 didn't appear
18:02.58mickeylthis holds more gprs work
18:03.18cr2hmm,i'll have a look
18:03.22mickeylthanks
18:04.07*** part/#htc-linux wolf`wolf (n=admin@202.179.80.231)
18:04.09mickeyli'm really relying on you guys, middleware keeps me 100% busy, can't help with kernel
18:04.24cr2ok
18:04.38cr2eh. linuxtogo is slow as always
18:05.45mickeylheh
18:06.55cr2http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=57f8b6c754c93c4614377fd281baef68bc1ea215
18:07.11cr2i think it's very simple
18:07.33mickeylyes
18:07.35mickeyllike i said
18:07.37mickeyli cherry picked that
18:07.50mickeyllet me try again
18:07.54mickeyljust to make sure
18:08.16cr2ok
18:08.28cr2there were no other changes in this area
18:08.42cr2i've just asked maejrep to add it
18:09.31*** join/#htc-linux ellis (n=ellis@78-86-162-166.zone2.bethere.co.uk)
18:09.34captnoord55740d71abb60f32ef09c13a9756a467584dca6d seems to focus on the 110 and 800
18:10.14mickeylafter 5574x booting raph stalls with a message regarding clock setting
18:10.28captnoordas I know from disasmbling my drivers is that the drivers aren't compatible with the 100
18:11.48mickeylsighs while waiting for WM to boot
18:12.36mickeylhmm, fun
18:12.42mickeylthis time it hangs
18:12.52mickeyl"usb: reset"
18:12.58mickeyldoes the battery thing
18:17.37captnoordlet me check my own driver stuff regarding that commit
18:21.11captnoordMOVL    R0, 0xC0100000 MOV     R2, #1 MOV     R1, #0x1000 BL      get_virtual_address
18:21.29captnoordinfo already in the source I hope
18:21.35captnoord0xC0100000 addr
18:21.42captnoord0x1000 size
18:24.03*** join/#htc-linux Xime (n=xime@bankize.net)
18:28.06mickeylcrw-rw----    1 root     dialout  254,   0 Mar 15 16:36 smd0
18:28.06mickeylcrw-rw----    1 root     dialout  254,  27 Mar 15 16:36 smd27
18:28.16mickeyleven with 57f8b6c754c93c4614377fd281baef68bc1ea215
18:28.34mickeylor do i need to change something in udev to create this node?
18:29.11cr2mickeyl: use mknod manually ?
18:30.17mickeylwho is creating the other device nodes?
18:30.56cr2don't know, maybe they are already there.
18:31.09mickeylunlikely
18:31.15mickeylthey're not present on my other devices :)
18:31.19cr2ok
18:31.25mickeylanyways, worth a try
18:31.28mickeylmknod'ding
18:32.40cr2i'm compiling the head myself
18:35.03mickeylnothing on /dev/smd7
18:35.15mickeyli get a connect on smd0, but no handshake frames
18:35.26mickeylso i guess the device is not registered
18:36.41mickeylany idea how to enable charging btw.?
18:36.54mickeylit sucks a bit going back to win mobile just to charge the device
18:37.01mickeyli only have one battery atm.
18:37.29cr2there are 2 or 3 gpios
18:37.54cr2check them with ac on, usb on, and ac/usb off
18:39.01cr21  0x01  1  0  1  O  set batt charge current (0=500mA, 1=900mA)
18:39.32cr2<PROTECTED>
18:40.07cr2<PROTECTED>
18:40.12cr2says wiki
18:40.22mickeylhmm, k
18:40.30mickeyldo you have something like the sysfs gpio interface?
18:40.40mickeylor how would you tweak individual gpios on this hardware?
18:40.53cr2the battery should be present
18:40.57cr2<PROTECTED>
18:41.16cr2with generic gpio interface
18:41.42mickeylheh
18:41.45mickeylwhich isn't in that kernel
18:41.50mickeyl*sigh*
18:41.55mickeylok, will tweak defconfig tomorrow
18:42.36cr2hmm. i'm looking for some example
18:42.45mickeylfor some reason charging gets reset during boot
18:42.55mickeylif the kernel crashes during boot, you see it's still charging
18:44.21cr2gpio_set_value() should be present
18:44.33cr2how do you know that it's charging ?
18:45.24mickeylthe magic LED
18:45.35mickeylswiping up and down
18:45.49*** join/#htc-linux Othello (i=Othello@gateway/tor/x-91fefdf9c0bb973b)
18:46.16mickeylAT+CBC seems to always show 100, so it's not doing anything useful on this hardware
18:46.42cr2ok
18:47.00cr2magic led is just an atmel microcontroller
18:47.13cr2it has no idea about charging. imho
18:47.13mickeylhmm, can we reprogram it?
18:47.41cr2well, it is possible to reflash atmegaX8
18:48.03cr2but you need to locate and disassemble firmware first
18:48.22cr2for the hardcore :)
18:48.22captnoordreprogrammable?
18:48.45cr2mickeyl: but it should be controllable from usespace too
18:48.55mickeylsounds like fun
18:49.01mickeylfor when the whole rest is done ;)
18:49.01cr2there is a brightness sensor too
18:49.14cr2don't know if this ADC is already supported.
18:49.21mickeyli just seen there's an accelerometer as well. would be cool if that could be exported as input device
18:49.47cr2j0b0 has written the driver, and i have it here.
18:49.53cr2somebody should commit it.
18:49.59cr2=accelerometer.
18:50.02cr2it works
18:50.24cr2ABS_X,ABS_Y and ABS_Z
18:50.39cr2but these are differential of course
18:50.39dcordesellis
18:51.02dcordesellis: duncang made a script to convert the tables http://www.htc-linux.org/wiki/index.php?title=Raphael_GPIO
18:51.31*** join/#htc-linux Othello (i=Othello@gateway/tor/x-bb07524ae8e150cb)
19:02.43*** join/#htc-linux dzo (n=dzo@121-98-128-127.bitstream.orcon.net.nz)
19:09.52*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
19:27.45*** join/#htc-linux hollo (n=hollo@3e6b7b2c.rev.stofanet.dk)
19:30.24*** join/#htc-linux noodlesgc (n=noodles@97.72.68.195)
19:37.35*** part/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
19:37.49*** join/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
19:39.55ellislooks good
19:40.10elliswhats the next step then
20:43.40captnoordhmm a app that only does the GPIO tracing and stuff..... in combination with haret of course.....
20:43.43captnoordbeen done?
20:45.11captnoordalso conserning the
20:45.11captnoordhttp://www.htc-linux.org/wiki/index.php?title=Raphael
20:45.21captnoordhttp://www.htc-linux.org/wiki/index.php?title=Raphael_GPIO
20:45.35captnoordbank0 stuff mainly used for camera stuff?
20:46.11captnoordshouldn't it be a generic data transfer thing
20:46.15captnoordlike 8 bit
20:46.23captnoordand with status channels
20:53.51*** join/#htc-linux swc|666 (n=swc@unaffiliated/swc666/x-4934821)
20:59.41*** join/#htc-linux mike18 (n=asdf@76.84.95.201)
21:03.51mike18This probably isn't the most appropriate place, but does anyone know of a good chan for HTC troubleshooting Q/A? I'm striking out in the forum
21:13.56tmzt#xda-devs #ppcgeeks
21:19.38cr2tmzt: the raph head compiles for me wit h standard armv5 toolchain
21:20.22cr2tmzt: or is msm7201A something special ? the kernel does not use fp, so it should not be a problem
21:24.58tmzthey
21:25.03tmztsorry?
21:25.35tmztcr2: I don't remeber asking anything about that
21:33.16mike18tmzt: thanks
21:33.46*** part/#htc-linux mike18 (n=asdf@76.84.95.201)
21:37.55Marajin'lo
21:37.57Marajinhey captnoord
21:38.36captnoordyooooo
21:38.44captnoordlast test next wednes day
21:38.59captnoordthen.... work on my minor time
21:38.59*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
21:39.12captnoordantena's
21:39.16captnoordand emission
21:39.27captnoordmath gives me headaches
21:40.12Marajinheh =)
21:40.16Marajinmath gives everyone headaches
21:40.17captnoordMarajin: how's life?
21:40.20Marajinit's math's secret purpose!
21:40.24Marajinah not too bad
21:40.31Marajinstill loving my new tablet PC and kovsky
21:40.32captnoordI've spend so much time coding and learning to code....
21:40.33Marajinno cracks yet!
21:40.47captnoordi'm like "damn I knew this....... arg^%$&^%$"
21:40.57Marajinheh
21:41.05captnoordits like all the knowlage is burried
21:41.07captnoorddeep
21:41.08captnoord:(
21:41.22captnoordtomorrow I need to fix the dishwasher.....
21:41.23captnoordarg
21:42.04captnoordhmmmm
21:42.23captnoordand I still haven't found the magic on arm 9 asm
21:42.24captnoord:P
21:43.09captnoordeven if I disasm the clock dll.....
21:43.11captnoordi'm like
21:43.15captnoordyea I know its in here
21:43.19captnoordbut I just can't find it
21:43.42Marajintake a break?
21:43.45Marajin(have a kitkat)
21:44.16captnoordhmmm..... I have played some guitar to ease the pain
21:44.23captnoordhttp://deja.jails.nl/trashbin/track%201_mixdown.ogg
21:44.26captnoordtryed some new stuff
21:44.32captnoordbut I just didn't get it right
21:44.52captnoordnew song I am trying to create
21:44.57captnoordit has the mood
21:45.01captnoordbut it doesn't have the punch
21:45.09captnoordthe power
21:45.23captnoordO btw skip the first 30 seconds
21:45.27captnoordsilence
21:45.28captnoord:P
22:06.50Marajinheh :)
22:08.48*** join/#htc-linux dcordes_ (n=dcordes@unaffiliated/dcordes)
22:11.52*** join/#htc-linux ellisway (n=ellis@78-105-45-135.zone3.bethere.co.uk)
22:21.56*** join/#htc-linux Moku (n=John@g227160070.adsl.alicedsl.de)
22:22.11*** part/#htc-linux exception13 (n=exceptio@testdrive.kgts.ru)
22:25.19*** join/#htc-linux captnoord (i=5147a47b@gateway/web/ajax/mibbit.com/x-d5635539e6137bdd)
22:39.29*** join/#htc-linux Untouchab1e (n=Untoucha@cm-84.209.89.86.getinternet.no)
22:39.31Untouchab1eGood evening
22:39.41captnoordgood night
22:39.41captnoord:P
22:39.54Untouchab1ehaha
22:39.55Untouchab1egood night
22:40.45captnoordUntouchab1e: how's life?
22:41.15Untouchab1eall good.. got back from a quick and nice holiday in Prague today
22:41.31Untouchab1eand now I am trying to get a hold of the "Android for Raph and Diamond" devs
22:41.48Untouchab1etrying to coordinate some better development routines
22:41.49*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87ca5d.pool.einsundeins.de)
22:41.56Untouchab1ebut I think I will wait untill after the holidays
22:42.00Untouchab1eand yourself? all is good?
22:42.22*** join/#htc-linux dcom (n=adsas@p54A87D69.dip.t-dialin.net)
22:42.28captnoordas in.... try to gather them in 1 place
22:42.30captnoordhmmm
22:42.33captnoordcould be better
22:42.39captnoordbig test next week
22:42.40captnoordheadache
22:42.48captnoorddishwasher to fix tomorrow:(
22:42.56Untouchab1ehah
22:42.56captnoordwhat I am trying to code doesn't workout
22:43.00Untouchab1ebetter get some sleep then
22:43.11captnoordhmmm i'm relaxing atm
22:43.18captnoordalso i'm trying to write a song
22:43.19captnoordbut
22:43.23captnoordthat also doesn't work out
22:43.38captnoordatm I am missing the "something"
22:43.51captnoordhttp://deja.jails.nl/trashbin/track%201_mixdown.ogg
22:44.01Untouchab1esleep on it! I am sure it will come to you soon
22:44.05captnoordits missing the something
22:44.11captnoordhehe yea
22:44.18captnoordUntouchab1e: maybe you know
22:44.26captnoordthe whole GPIO stuff
22:44.43captnoordis that also traced by hared ( I know you can trace it with haret )
22:44.51captnoordor does people use other programs
22:44.58Untouchab1eWe can talk it over tomorrow.. I need to get to bed :)
22:45.05Untouchab1eSee you soon!
22:45.06captnoordhehek
22:45.06Untouchab1eand good luck
22:45.07captnoordl
22:45.08captnoordk
22:45.11captnoordthanks

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