IRC log for #htc-linux on 20080630

00:01.11*** join/#htc-linux dzo (n=dzo@121.98.128.127)
00:04.56dcordesare we able to turn the modem on and off on the msms?
00:05.18dcordeshi dzo premy got gprs working on polaris/kaiser
00:06.47dzoI saw, nice work.
00:08.36dzofor the touchscreen, try my newer driver the old one was just polling, it is now all interrupt driven.
00:09.06gingeI saw, but I notice you are interrupting from a gpio for presses
00:09.13gingeI cant locate the kaiser equivilent
00:09.52dzoyes, on vogue a gpio is connected to the pendown irq, there must be something similar on kaiser.
00:10.20gingenothing in the gpio traces. Maybe on egpio?
00:10.55dzoare you tracing the second bank of gpios correctly, haret gets the address wrong I think.
00:11.22gingeoh? I am quite new to haret, what would you recommend as a command string?
00:12.01gingeanother question: After porting the onscreen keyboard, it works well but is drawing at the top of the framebuffer instead of the button as it should. Where should I start with figuring out that one?
00:12.51gingenot that we need it, but it would be nice to keep as much code as possible in common for the big merge
00:12.52dzoin regs_msm.py the second irq line should be 0xc0000004 not 0xc0000010
00:14.21ginge"out0_en" ?
00:14.50gingeI dont see any reference to 0xc0000004
00:15.05ginges/0xc0000004/0xc00000010
00:15.35dcordesdo you have only one irq line in regs_msm.py?
00:15.42gingeyes
00:15.54gingesounds like I need an update
00:16.33dcordesthink it's not on Kevin2's server
00:16.43dzoOK for the fb, in msm_fb.c change line 147 and 139 last 0,0 should be 0,320-240 i think
00:16.53dcordes<PROTECTED>
00:16.53dcordes<PROTECTED>
00:17.01dcordesthat's how it looks here ginge
00:17.06gingethanks
00:17.20gingecan you paste the whole thing somewhere please?
00:18.00gingedzo: its so butchered I am going to need the whole line if you don't mind :)
00:18.08dcordeshttp://rafb.net/p/aOo3JP51.html
00:20.45cr2dcordes: btw, you never trace the gpio conf registers.
00:22.22dzogpios are on chained on irq 64 and 65, cpld irq is chained on gpio 19 and ts irq is gpio 99
00:22.34dzo(on vogue anyway)
00:23.48cr2we can probably learn something from the SMEM names in http://wiki.xda-developers.com/index.php?pagename=TitanMemoryMap
00:23.57cr2and the struct sizes on diamond.
00:25.18dzoI think they are for power collapse, when the a11 powers down it saves some state in smem i think.
00:25.43*** join/#htc-linux mistadman (n=mistadma@adsl-250-197-103.msy.bellsouth.net)
00:25.58gingeI dont get any more useful output from haret with watch gpios 5  and ibit gpios 203 (spamming)
00:26.13gingeis that too simplistic?
00:27.42dzotry wi 5 instead and see if there are interrupts when you touch the screen.
00:28.29gingeyeah 16 and 19
00:28.37gingeconstant output
00:28.44cr2ginge: mddi ?
00:29.05cr2mistadman: have you seen my dpram edits ?
00:29.11dzothats just the mdp and mddi.
00:29.22mistadmancr2: no sir.
00:29.31mistadmancr2: I'll check now.
00:29.38mistadmancr2: What did you find?
00:30.26mistadmancr2: Nice
00:30.42mistadmancr2: Maybe this is what I was missing.
00:30.44gingedzo: nothing other than those
00:31.43mistadmancr2: I notice dcordes was making good progress on the kaiser. And was going to see what changes they made. I thought it might help me.
00:31.45dzohmm, there must be one, try addlist mmutrace 0xb4e00000 0x100
00:32.07mistadmancr2: I been to busy jumping out of planes though...
00:32.31dzoor rather addlist mmutrace 0xb4e00004 4
00:32.33dcordesmistadman: not really me
00:32.39mistadmancr2: I am now ready to continue with phone support on the athena.
00:32.50cr2mistadman: there are 6 channels, and they are controlled in a completely different way. it has nothing to do with msm*
00:33.02mistadmandcordes: Premey right?
00:33.12dcordesyes
00:33.13mistadmandcordes: and __Martin>
00:33.20dcordesyep
00:33.42mistadmandcordes: I have been following the logs. Good job!
00:33.45gingedzo: ok, what am I looking for?
00:34.04dzoany reads from 0xb4e00004
00:34.07mistadmancr2: I will get the phone working and move on to the rest...
00:34.25mistadmancr2: Should each channel get a different /dev link
00:34.42dzoyou could also look at 0xb4e0002c
00:34.48mistadmancr2: i.e. ttyPHone, ttyUTMS, etc...
00:35.04mistadmancr2: Since there different?
00:35.37cr2mistadman: we need to identify the channels. channel1 is AT command
00:35.45mistadmancr2: 0x3fc4 = power up? Should this be called during init/power up?
00:35.54cr2yes.
00:36.27gingedzo: nothing
00:36.37mistadmancr2: gpio53? Can you explain this a little more?
00:36.41cr2gps (sirf3) is a completely separate chipset. so it has nothing to do with dpram.
00:36.59dzoginge: vic may be mapped somewhere else, look through the mmu dump for other mappings to c0000000
00:37.05mistadmandcordes: What was the fix for not being able to send?
00:37.24cr2mistadman: you write head/tail and do gpioXX_fe to signal the msm6275 that the data is written.
00:37.28mistadmandcordes: Was it writel?
00:37.33cr2to the respective channel.
00:37.42cr2what ?
00:37.49mistadmancr2: Why didn't my traces catch this?
00:38.57cr2hm. good question.
00:39.29mistadmancr2: Thanks to you cr2, I am going to be up all night!!! LOL!
00:39.55dzoginge: try joinlist TRACES GPIOS before doing wi
00:40.36mistadmancr2: I know why I didnt catch it cr2: ibit GPIOS 53 32 16
00:40.54mistadmancr2: I was spamming me to death during traces.
00:41.22mistadmancr2: Had no idea it was related to dpram. Duh!
00:41.27cr2ok. each write does _FE, so it's obvious spam :)
00:43.12gingedzo: that looks more like it: 000.000 TRACES in2: in2-17(241)=0 in2-18(242)=0 000.000 TRACES in2: in2-17(241)=1 in2-18(242)=1
00:45.55dcordesginge: ATD*99***1# in init2, are you sure about the # at the end?
00:46.04dzots may be on cpld, try addllist mmutrace  0xba000000 0x20 too
00:46.16mistadmancr2: After I set gpio53 to 1, does the modem automatically change it back to 0 after msm6275 has processed data?
00:47.11mistadmancr2: Rewrite: After I set gpio53 to 1, is it automatically change it back to 0 after msm6275 has processed data?
00:47.59gingedzo: no trace data
00:48.38gingedzo: do the traces not map to gpios directly?
00:49.25gingeoh those traces are I2C
00:49.49cr2mistadman: no, you'd set 1, msleep 10, set 0
00:49.51dzounless you do joinlist traces gpios it won't watch gpios during a wi trace
00:50.03cr2mistadman: if i'm not mistaken :)
00:54.27gingedzo: adding that mmutrace address yeilds no data
00:55.01dzomust be mapped somewhere else, check the mmu dump.
00:55.18dzothere have to be cpld accesses
00:57.46*** join/#htc-linux ali1235 (n=al@62.24.214.38)
01:00.50mistadmancr2: And one last thing: What's gpio50_fe.
01:00.56mistadmancr2: _fe?
01:03.12mistadmancr2: How does gpio50_fe play in to all of this?
01:07.49Kevin2dzo: Do you have a better list of irq addresses for regs_msm.py and arch-msm.cpp?  The ones that are there in the haret repo are just cobbled together from various sources - it's more of an example than an authoritative  source.
01:08.18gingedzo I think it is on the cpld can you confim: http://pastebin.com/m26dfd5b
01:10.41dcordesginge: is APN the only thing to change in init? ?
01:11.01gingedcordes: to customise, yes
01:11.17dcordesI grapped dzo's initrd-android and changed nothing but the two files adding up web.vodafone.de as APN
01:11.24gingedcordes: you could edit the modem setup script to parse it as an addition kernel param
01:11.36dcordess/grapped/grabed/
01:12.00dcordesginge: do you do this?
01:12.23gingeparse it? not at the moment. its on the todo after I get this touchscreen coe working
01:12.29ginges/coe/code/
01:12.55dcordesno I mean do you put the setupmodem.sh after boot?
01:14.03Kevin2dcordes: Do you have an updated regs_msm.py script?
01:14.45dcordesno I just added the second irq line and just learned that's not the only change required
01:14.49dcordescr2: should keep more
01:16.19dcordes02:18 < dcordes> http://rafb.net/p/aOo3JP51.html
01:16.21dcordes02:20 < cr2> dcordes: btw, you never trace the gpio conf registers.
01:16.22mistadmandcordes: What did you fix to get sending working? I remember you couldn't send, just receive right?
01:16.35dcordesI'm not sure I didn't look at the differences
01:17.09dcordesfirst only receive worked, then premy made send work also
01:21.16dcordesginge: do you make anything in android in order to connect?
01:21.41gingeno, the connection is established before the android gui boots by ppp in the init
01:23.07dcordesnot for me
01:23.30dcordesshould debug from console image
01:26.25dcordesginge: know what's the major minor for ppp device?
01:26.29*** join/#htc-linux swc|666 (n=swc|666@unaffiliated/swc666/x-4934821)
01:26.43gingeno, sorry
01:26.59gingelook in devices
01:28.03dcordesteh script tells it but I'd like to put it into the image
01:30.39gingehow does cpld work? do I have to bitwise the banks to get the register value I need?
01:31.46dcordescpld driver is drivers/mtd/htc-egpio.c fwiw
01:31.56Kevin2dcordes: what type of machine do you have?
01:32.05dcordesmfd
01:32.08dcordesKevin2: htckaiser
01:32.38Kevin2dcordes: Does haret auto detect your phone?
01:33.32dcordeslet me check
01:34.59dcordesKevin2: found machine generic arm v6
01:35.48Kevin2dcordes: Okay - there is a "Kaiser" listed in the machines file, but it looks like it isn't correct.
01:36.27dcordescr2: said there were 3 kaisers in the arm linux machine number listing
01:37.43dcordesginge: how can I probe whether or not smd1 is ready for service?
01:38.04gingeI have no idea
01:52.19dcordesginge: sorry if I'm getting annoying but what did you do to connect from angstrom?
01:58.41gingeI ran premy's script
01:59.09gingeI need sleep anyway. I think I discovered a new CPLD register
01:59.28gingeCPLDF bit 7 is the touchscreen pendown request I think
01:59.44gingedoes the CPLD have an IRQ, even chained? I cant see it
02:02.18dcordesno idea. how do you test the connection? I think I lack something in the kernel
02:02.29dcordesdoes this create a network interface?
02:02.39dcordesor is it just done through ppp?
02:02.41dcordesd
02:06.00gingethrough ppp
02:06.19gingeit opens /dev/smd0 and then creates a ppp interface and does ifconfig
02:06.23gingegoodnight
02:08.27*** join/#htc-linux ali1235 (n=al@62.24.214.38)
03:02.55*** join/#htc-linux paulproteus (n=paulprot@2002:cbb2:8293:0:0:0:0:1)
03:39.51*** join/#htc-linux DesktopMa (i=DesktopM@hybellovas41.grm.hia.no)
05:06.10*** join/#htc-linux kiozen (n=oeichler@p54929ED7.dip0.t-ipconnect.de)
05:06.39*** join/#htc-linux goxboxlive (n=goxboxli@195.159.97.196)
05:07.08*** join/#htc-linux rmoravcik1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
05:31.36*** join/#htc-linux ali1234 (n=al@62.24.214.38)
05:41.20*** part/#htc-linux rmoravcik1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
05:46.49*** join/#htc-linux pleemans (n=peter@dD577D009.access.telenet.be)
06:28.14*** join/#htc-linux ali1234 (n=al@62.24.214.38)
07:19.42*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
07:22.05*** join/#htc-linux Othello__ (i=Magorium@gateway/tor/x-92e9e8e3dd14fbb9)
07:31.04*** join/#htc-linux rob_w|laptop (n=rob@p549B8DAA.dip0.t-ipconnect.de)
07:40.10*** join/#htc-linux ali1235 (n=al@62.24.214.38)
08:08.49*** join/#htc-linux premy (n=pr@73.205.76-86.rev.gaoland.net)
08:14.31premyhi
08:21.26premydcordes: ping
08:35.17*** join/#htc-linux Othello (i=Magorium@gateway/tor/x-1d4c633f7da4de33)
08:37.56*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
08:47.37*** join/#htc-linux ginge_ (n=baz@80.229.188.31)
08:49.42ginge_premy: Nice work. Got android running. The data connection makes the machine hard lock after transferring about 3k of data
08:58.48martin__ginge_: does my version still lock up for you?
09:05.21ginge_yes.
09:05.59martin__it works for me with phone
09:06.12martin__haven't set up an initrd for data yet
09:08.03martin__hmm
09:08.16ginge_martin__: you could sustai a data connection and pull a few k over it ok?
09:08.17martin__premy's new defconfig turns on DMA
09:08.39martin__ginge_: no, i've not done data with it yet just voice
09:08.41ginge_wait...
09:08.44ginge_let me try something
09:08.51martin__i thought it was locking on boot last night for you thoug
09:10.10ginge_that was a one off because I write code like a monkey
09:10.21martin__lol ok
09:10.41martin__basically i'm trying to work out if my version does the same as premy's
09:10.56ginge_thought as much. the fb seems to be locking. The keyboard works still, but the screen is not happening
09:11.06ginge_dma
09:11.08ginge_?
09:11.24martin__premy's config has CONFIG_HAS_DMA=y
09:11.32martin__the old kaiser defconfig didn't
09:12.12ginge_I will give it a go later. I am at work atm and the link back to my house is too slow to use
09:12.19martin__oh wait, sorry it did
09:12.21martin__i'm a monkey too
09:12.25ginge_lol
09:15.16martin__what did you do to android image to set the orange apn stuff?
09:15.27martin__i'm on orange too so could just use your image actually
09:17.13*** join/#htc-linux blackwrx (n=iojoij@c-71-198-253-128.hsd1.ca.comcast.net)
09:18.09ginge_you could, I will upload it somewhere. Any recommendations? I don't want to put it on my personal site as hackaday referrals ate my bandwidth
09:18.35ginge_all I actually did was change init1 and init2
09:18.45ginge_the paste to dcordes should be in last nights log
09:20.08ginge_http://pastebin.com/m581e24d2
09:22.08martin__i'll just do the same, save you the upload
09:22.29ginge_thanks :)
09:22.48premymartin__: the only changes to defconfig should be about ppp.
09:22.55martin__premy: yeah, i see that now
09:23.06premyIf there's anything else, it's my mistake.
09:23.45martin__i got confused because i diffed the old file to your one i got off rafb, and it showed a change at the end because of an extra newline at the end of the file
09:24.08premymartin__: as you must have seen, it was again about backporting a bit of smd.c. I think it would definitely be worth considering starting all over again from smd.c rather than from vogue-smd.c
09:24.37martin__premy: yeah, the problem with that is there's a whole load of stuff in smd.c
09:24.59premyThe lock up ginge is reporting might come from something that's already in smd.c
09:25.00martin__so pretty much anything we start with derived from smd.c probably won't work
09:25.16martin__it's probably easier to keep porting things over
09:25.29martin__and then look at what we left behind
09:25.46martin__since then we can actually test stuff
09:26.23ginge_premy: any idea if the CPLD has an IRQ? The keyboard driver indicates it doesn't and needs polling.
09:26.49premyIf I find the time, I'll try and see how it turns out. Did you start anything in this direction ,yet ?
09:27.06martin__premy: not really yet
09:27.21premyginge_: no idea. My polaris doesn't have a keyboard.
09:27.26martin__i started once but got a bit lost and then you made progress and i deleted what i'd done
09:27.51martin__ginge_: it seems unlikely it would require polling
09:28.11martin__probably the guy who wrote the kb driver just did it that way since he didn't know the interrupt
09:29.14premymartin_: I think it shouldn't be _too_ complicated to get something up and running. The major difference I see is that smd.c seems to rely on a smem map located at MSM_SHARED_RAM_BASE which we don't seem to have on kaiser/polaris.
09:29.52martin__maybe we can just abstract that out
09:30.04martin__so that smd.c gets its map from that on their chip
09:30.05ginge_martin__: yeah, I thought that. The jeyboard currently polls the cpld
09:30.22martin__and gets a hardcoded one for kaiser
09:30.33martin__and then others can just plug in their own maps
09:30.48premymartin__: yes, that's what I had in mind
09:31.18martin__premy: where's the stuff related to that in their code? I didn't get as far as figuring out where its addresses were coming from, I was looking at the channel stuff mostly.
09:31.47premymartin__: I've tried to find the map somewhere else in the shared mem, but to no avail.
09:32.12martin__might just be hardcoded for us
09:32.38martin__although that said I think cr2 was saying he couldn't find any addresses hardcoded in the wince stuff
09:32.49martin__so it must be somewhere
09:32.57martin__but might be in a different format to theirs
09:34.55martin__ginge_: which initrd did you start from, dzo's? and which file do those strings need to go in?
09:34.55premymartin__: it's all the smem_shared stuff, and do_smd_probe() in smd.c and smd_private.h
09:35.41ginge_martin__: Yes dzos has the hacked up ril that makes the phone work. init1 and init2 are the files the pastebin says which to put wach in
09:36.01martin__ok, so they're in his version
09:36.15martin__think the unpacked one I'm looking at here is the original sdk one
09:36.29ginge_that doesnt have the setup_modem.sh script that dzo hacked in
09:36.36martin__k
09:41.47*** join/#htc-linux exco (n=exco@e181109132.adsl.alicedsl.de)
09:43.48blackwrxhello guys
10:01.01*** join/#htc-linux Marex (n=vasum7am@auryn.karlin.mff.cuni.cz)
10:23.24*** join/#htc-linux TeringTuby (n=maarten@195-241-125-243.ip.telfort.nl)
10:33.36ginge_right, the touchscreen pendown is registered in the CPLD bank F bit 7. Just need to find the CPLD IRQ and then we can rewrite keyboard and touchscreen
10:43.10martin__ginge_: is it maybe 16 or 19?
10:43.16martin__do we know what those are?
10:43.43martin__they fire all the time, along with 15 iirc which is probably some timer
10:43.44ginge_MDDI IRQs
10:44.00ginge_15 is USB chip
10:44.16ginge_yeah, 16 and 19 are MDDI for the screen
10:44.24martin__hmm
10:44.41martin__i don't see why we wouldn't see a cpld in haret
10:44.45martin__maybe it really is just polled
10:49.45ginge_odd
10:50.44ginge_but ce doesnt read the cpld unless you trigger an action (like press the kb arrow keys) and then there is a large polled read of the registers. Must be an IRQ
10:51.39martin__still might not be an irq
10:52.07martin__could be some bit that gets set in memory somehow
10:52.16ginge_true, true
10:52.23martin__weird though
10:52.43martin__the cpld is a totally external chip, right?
10:52.49ginge_yeah I was expecting a chained IRQ
10:52.58ginge_yes, the cpld is external.
10:53.23martin__hmm
10:53.45martin__i really ought to hook my kaiser up to a logic analyser
10:54.43martin__must be at least a few juicy signals accessible
10:55.09ginge_yeah, I seriously thought about scoping it over the weekend. Problem is I kind of need the phone :)
10:55.53martin__yeah, likewise
10:56.09martin__though i've considered going back to my old treo quite often
10:56.18martin__the kaiser is just so slow in wince
10:57.11ginge_I know what yo mean. I went back to the blueangel for a bit, and it makes the kaiser look like a horse drawn carriage vs a ferrari
11:00.17martin__it's so dumb
11:00.30martin__as soon as you boot android on it you can see how much better the hardware can do
11:00.56ginge_even data is faster
11:09.20ginge_well if this CPLD is polled  then we have 2 options for the touchscreen 1) leave it as it is which is polled positional reading. 2) poll the pindown on the CPLD and trigger a touchscreen read
11:09.50ginge_both are quite irritating and pretty dumb
11:12.47martin__but will have to do for now
11:12.58martin__2) sounds more sensible
11:13.24ginge_I guess if we poll the cpld (2) we can change it easily if we do figure this whole mess out
11:13.32martin__yup
11:13.48martin__and polling the cpld alone should be quicker than polling the ts
11:13.59ginge_is the ts i2c?
11:14.07martin__we're already polling the cpld for the kb, right?
11:14.10martin__not sure
11:14.16martin__not looked at any of this stuff myself
11:14.23martin__it was all working before i came onboard
11:14.54ginge_yeah. I have added support code for reading the pendown, just need to figure out the best way to deal with that.  Hopefuly I can raise an intrerrupt
11:15.36martin__i guess what you want to do is poll the cpld and then if it's down, poll the ts as before
11:15.46martin__remember you need to deal with dragging as well as taps
11:16.07ginge_I was hoping to use dzos touchscreen code so we can have a nice merge of platforms
11:16.18martin__but that's interrupt driven?
11:16.21ginge_dzos is interrupt driven
11:16.40martin__well, merge the stuff that actually talks to the ts
11:16.56ginge_yeah
11:17.01martin__but have that called by a poll on kaiser and an interrupt on vogue for now
11:17.37ginge_did you try the data in android yet?
11:18.01martin__no, i'm pissing about with smd.c at the moment
11:18.13ginge_ahh
11:18.22martin__seeing what it would take to factor out the chip-specific changes
11:30.14ginge_martin__: yeah polling the cpld and then a touchscreen poll works. I can now clean the chip specific blah blah for merge of vogue and kaiser ts
11:31.23martin__cool
11:34.50*** join/#htc-linux pikapika (n=pikapika@mar75-8-88-164-227-147.fbx.proxad.net)
11:38.28kiozenBabelO_: ?
11:38.49BabelO_kiozen: :)
11:39.20kiozenBabelO_:  sssh, need qtopia.. u got one?
11:39.53kiozenpreferably 4.4 :P , lol
11:40.04BabelO_kiozen: you can take the one from git if you want to compile it yourself, url is written on top of qtopia channel
11:40.33kiozenBabelO_ how much brain damage will git cause?
11:40.42martin__does anyone actually understand proc_comm except dzo?
11:40.46BabelO_kiozen: none :)
11:40.54kiozenok, let's try...
11:43.20kiozenBabelO_ hope it's not the same disaster that oe ...
11:43.51BabelO_kiozen: nooo, compile just fine with the neo toolchain
11:44.16BabelO_kiozen: around 18min to compile the full package
11:44.25kiozenhm, I would prefere the one from oe to have same libc
11:44.59kiozengrrr, what pport does git use?
11:56.28*** join/#htc-linux cmonex (n=xy6091@apn-89-223-144-172.vodafone.hu)
11:56.37premymartin_: I'm currently looking at it. I think I can confirm that notify_other_proc_comm needs to write at MSM_A2M_INT(6).
11:58.54*** join/#htc-linux hlbot (n=adm@82.67.76.179)
12:01.27cmonexhi all
12:01.27cmonex:)
12:01.31cmonexcr2 yo there?
12:01.54cr2hi cmonex
12:03.57martin__premy: that's the same as smd.c
12:04.14cmonexhi cr2
12:04.15cmonex:)
12:04.31cmonexyou have a diamond?
12:04.48martin__premy: was meaning to ask, did you confirm that writing MSM_A2M_INT(0) was necessary for data to work?
12:06.25cr2cmonex: no, but i have some ram dumps made by others
12:06.31martin__i'm wondering what 0, 1 and 2 are for
12:06.40martin__and which we actually need to fire for what
12:07.05cr2cmonex: an i've extracted nk.exe from these dumps
12:09.19premymartin_: no, but I got some of those in haret when setting up GPRS connections. Might be worth removing it and seeing what happens.
12:09.57cmonexcr2: i have one here
12:09.59cmonexif that helps
12:10.00cmonex:)
12:10.40*** join/#htc-linux Othello (i=Magorium@gateway/tor/x-57a0b8df056c5b51)
12:11.40martin__premy: yeah at some point i'll try that
12:11.51martin__premy: at the moment i'm working on reorganising the smd.c stuff
12:12.16cmonexcr2: any idea on the RAM?
12:12.20cmonexI haven't looked yet
12:12.31cr2cmonex: i've tried to dump the imgfs with ImgfsToDump 2.0 RC 3 (maybe it's not the latest version), but failed
12:12.47cmonexyou used kaiser switch?
12:12.49cmonexin nbsplit
12:13.06cmonexbecause block size is still 0x800, and still NAND, not DOC
12:13.06cr2no.
12:13.11cmonextry that then :)
12:13.21cr2ok, where do i get the latest version ?
12:13.54cmonextadzio's thread
12:13.56cmonexfirst post
12:14.15cr2ok
12:15.24cr2cmonex: i'll let you know about the results, and put everything into wiki.
12:15.42cmonexok cool :)
12:15.48cmonexyou mainly use haret for experiments?
12:17.20*** join/#htc-linux goxboxlive (n=goxboxli@242.84-48-176.nextgentel.com)
12:18.22cr2yes. and ida/objdump.
12:18.54cmonexok
12:18.59cmonexany MSM datasheets?
12:19.16ginge_rolls on floor laughing
12:19.57cr2no, they are all nda. only android people have them.
12:20.06cmonexwell, I wondered because of stuff like MSM_A2M_INT(0) mentioned above
12:20.09cmonexah, android has it..
12:20.13cmonexso you got the stuff from there?
12:20.19cr2yes
12:20.21cmonexcool tip
12:20.26cmonexi didnt know about that :)
12:20.40cmonexso where is source code for all this online & downloadable?
12:20.56cr2yes, it's the best source for diamond. because of 'A' at the end.
12:21.25cr2the non-'A' chips are different, and it makes us some troubles here and there.
12:21.50cr2http://git.android.com
12:22.34kiozenBabelO_: searching for a link on how to compile qtopia, can't find my own notes :(
12:23.47kiozenreally misses the blog database he blew a few days ago
12:25.12kiozenBabelO_:  think I found it..
12:26.53*** join/#htc-linux par (i=par@dipole.idlepattern.com)
12:31.21martin__premy:
12:31.22martin__ginge_:
12:31.25martin__dcordes:
12:31.41premymartin__: ?
12:31.48martin__could one of you test a kaiser-smd.c with only MSM_A2M_INT(0) in the notify_other_smd?
12:31.52ginge_martin__: yes?
12:32.06ginge_martin__: I can give it a go.
12:32.09martin__cheers
12:32.16cr2BabelO_: do you know what is 'Compte Rende (Chimie)' ?
12:32.18martin__if that works it'll simplify this a bunch
12:33.03ginge_martin__: I only have writel(1, MSM_A2M_INT(0)); in notify_other_smd at the moment
12:33.14martin__oh, already?
12:33.32ginge_yeah. It was your last paste I am using
12:33.47martin__i thought that had 1 and 2 in it as well
12:34.40ginge_not here. Let me check the ~ file
12:34.51ginge_me == monkey
12:35.04ginge_I had smd.c open
12:35.06martin__looks like vogue-smd.c still needs different ones per channel
12:37.20ginge_martin__: what should I expect to happen?
12:40.33dcordespremy: pong
12:42.06cr2BabelO_: hmm. i think it's Comptes Rendus Chimie
12:45.47martin__ginge_: hoping for phone, data and gps to work
12:46.10martin__or at least one of them
12:46.28martin__the idea is to figure out which MSM_A2M_INT lines are required for what
12:46.37martin__on the 7200A it seems that 0 applies to all smds
12:46.53martin__on the vogue dzo seems to have different ones for different channels
12:47.38martin__i need to figure out what we may need to accomodate in terms of an API for the chip-specific part of the SMD stuff
12:50.09premydcordes: I was wondering what kind of problems you were having last night with the gprs stuff
12:51.45dcordespremy: I don't get online somehow on kaiser. In angstrom I make the device nodes (/dev&/smd? as usual) then run your script which asks me for a /dev/ppp device node, so I create that, rerun the script
12:51.59dcordesit goes with no error but I don't know what should happen then=
12:52.05dcordesI get no network interface or anything
12:53.13martin__what 7200A phones are there?
12:53.45dcordeshttp://pdadb.net/index.php?m=cpu&id=a7200a
12:53.51premyCan you try to ATV1 the modem, then to type in the two AT commands (AT+CGDCONT...., and ATD*99***1#) to see what the modem says ?
12:54.45martin__right, none yet.
12:55.26dcordespremy: ok a minute
12:57.31kiozenBabelO_: need some help on dbus
12:58.26dcordespremy: booting..
12:59.26dcordesATV1 ok
13:00.47dcordesthe whole thing ('AT+CGDCONT=1,"IP","web.vodafone.de?","",0,0\r')?
13:01.00premyyes
13:01.18dcordesI see nothing in cu because I have no tilde
13:01.53dcordesand n'either I have "
13:01.53premyyou can use echo and cat
13:01.59dcordesonly ´
13:02.02premycat /dev/smd0 &
13:02.16premyand echo -e "ATV1\r" > /dev/smd0
13:02.38dcordesalready done ATV1
13:02.42dcordesin cu it said OK
13:03.07premy' should be ok
13:05.11dcordespremy: can I also save the text to a file and then use "cat /dev/smd0 & cat <file> > /dev/smd0"?
13:07.08premyYou can just "cat /dev/smd0&", it will run in the background and print whatever /dev/smd0 spits, and then cat <file> > /dev/smd0 if the AT commands are in <file>.
13:08.53dcordespremy: ok when I send AT+CGDCONT=1,"IP",web.vodafone.de","",0,0\r
13:08.57dcordesmodem repeats ERROR
13:09.26dcordesthe exact text is in <file> and I cat <file> > /dev/smd0
13:11.31premyThen, you should probably remove \r from your file, and replace it with a proper carriage return
13:12.26premy\r is interpreted by echo and replaced with a CR
13:12.39dcordescring voice oh ^^
13:13.01premyATA ?
13:13.32dcordessomebody called me
13:13.38martin__hey guys
13:13.54premymartin__: ?
13:13.58martin__think i may know what the problem is with data after a while
13:14.09martin__it's probably an smd packet channel
13:14.20martin__the smd.c code has different stuff for packet and stream channels
13:14.25ginge_martin__: no phone, just a big red X
13:14.36martin__ginge_: okay
13:14.38dcordespremy: with a carriage return (I removed \r and put a blank after the command line)
13:14.43dcordesI get OK
13:14.58martin__premy: you definitely needed to write MSM_A2M_INT(0) to get data working?
13:15.24dcordesoh different caller
13:15.58premydcordes: echo -e "ATA\r" > /dev/smd0 to accept the call
13:16.06dcordesI get no audio
13:16.10dcordesI fear
13:16.24premymartin_: ok.
13:16.40dcordespremy: so now that I got the OK, what's next?
13:16.57premydcordes; OK was for the AT+CGDCONT command, right ?
13:17.04dcordesyesw
13:17.16premyok, then ATD*99***1# now
13:18.56dcordesCONNECT
13:19.00dcordes+PCD: 1,1
13:19.09premymartin__: are you sure ? from what I can see in the code, looks as though packet only adds a header before the data. If that were the problem, why would it only happen after 3k ?
13:19.25premydcordes: the GPRS connection is up..
13:19.33premydcordes: then you need to start pppd
13:19.40martin__dunno, thought it might be something to do with the wrapping
13:19.41dcordesok
13:20.13martin__but actually that's at 8k so if you started at the beginning of the circular buffer you wouldn't have hit it
13:20.16martin__just an idea
13:20.23martin__could also be flow control stuff
13:20.45premydcordes : pppd /dev/smd1 debug nodetach defaultroute usepeerdns name XX password XX novj
13:22.18ginge_martin__: I can get a more accurate figure for the lockup... give me a few mins
13:22.19premymartin__: yes I would look in this direction. Maybe the read_avail and write_avail stuff that needs to be checked.
13:23.39dcordespremy: looks like I'm online now
13:23.52ginge_martin__: 6.93kb downloaded + whatever was sent/received via tcp headers
13:24.11premyginge_: the best would be to instrument a bit the kaiser-smd code to get the exact figure and see if it correspond to the end of the buffer
13:24.17premydcordes: cool.....
13:24.46ginge_premy: a job for when I am not at work methinks ;) Pushing my luck already
13:25.02dcordespremy: thanks a lot. I will check through what I did now and double check with the script
13:25.05ginge_dcordes: try a wget
13:25.42premyginge: where did you get the figure from ?
13:26.11ginge_wget from sourceforge
13:26.28ginge_not particularly scentific, I know
13:26.46dcordespremy: wget http://linuxtogo.org => bad address linuxtogo.org
13:26.59dcordesalso when I try to ping a host it says bad adress <host>
13:27.25ginge_dcordes: dns
13:27.52premyginge_: ok, I just wanted to know if the figure was coming from ifconfig or such or if it was only the http data volume.
13:28.22ginge_premy: I could try a constant ping to see if I get the same lockup
13:28.30dcordesginge_: oh yes seems to be something with dns. when I ping IP it works so I'm online
13:28.47ginge_/etc/resolv.conf
13:28.55dcordes300ms to my home computer
13:29.10premyginge_: no no, it's not that difficult to instrument the code and get the exact figure. Thanks.
13:29.16martin__ginge_: that sounds like it could be the end of the buffer we're hitting
13:29.24premymartin_: agreed.
13:30.24martin__wrapping is the usual way to fuck up with circular buffers
13:30.37ginge_premy: got no proper build environment here. pita
13:30.42martin__and we've never put 8k into the AT channel so we'd not have noticed there
13:31.52dcordesg2g bye
13:33.18BabelO_kiozen: ah ah dbus :)
13:33.41BabelO_kiozen: export PKG_CONFIG=/opt/toolchain/arm-..../lib/pkgconfig
13:33.45BabelO_something like that
13:35.40kiozenBabelO_: ok, trying ...
13:36.18kiozenis happy that oe compiled on the laptop now (fixing some bugs)
13:37.28kiozenBabelO_:  ERROR: You requested -dbus but it was disabled.
13:37.51kiozenany idea?
13:39.26kiozenhm, do I need dbus anyway?
13:41.31premymartin_, ginge: I've got to go. bye.
13:41.38*** part/#htc-linux premy (n=pr@73.205.76-86.rev.gaoland.net)
13:57.09*** join/#htc-linux LunohoD (n=alex@e180074050.adsl.alicedsl.de)
14:02.35*** join/#htc-linux LunohoD_ (n=alex@e180071184.adsl.alicedsl.de)
14:09.09BabelO_kiozen: you need it, let me check
14:09.22BabelO_kiozen: you use FIC GTA toolchain ?
14:09.49kiozenBabelO_:  no the one from oe to avoid libc madness
14:10.12BabelO_kiozen: :( your are looking for big problem then
14:10.26kiozenhm, worked last time
14:11.18BabelO_kiozen: it is PKG_CONFIG_PATH
14:11.51BabelO_kiozen: you have to set this one to where the dbus-1.pc is located for arm
14:12.10kiozenyes i have figured out that one, but now I get some cross compiler snafu because ./configure uses bad path for includes
14:15.20BabelO_kiozen: yes got same problem when i use angstrom toolchain outside the tree
14:16.12kiozenBabelO_: ok, but having  two versions of all libs on the rootfs sucks, too
14:25.14kiozenBabelO_:  looks lie configure uses the values from dbus-1.pc
14:25.33kiozenBabelO_: is there an env var  to offset these paths?
14:25.52BabelO_kiozen: no i don't found it
14:26.27BabelO_+--+
14:27.03kiozenhm, but there must be, where is that toolchain, maybe I get a hint looking at the *.pc stuff
14:29.38cr2BabelO_: need your help :)
14:29.41cr2hi kiozen
14:29.48kiozenhi
14:30.10BabelO_hi cr2
14:30.11kiozencompiling software for embedded devices sucks ;)
14:30.37cr2kiozen: qtopia for moko1 should work
14:30.56kiozencr2:  yes, already downloading
14:31.06cr2BabelO_: i have such reference in the bibliography: "J. Seguier, Compt. Rend. 256, 1703 (1963)."
14:31.34BabelO_cr2: 1963 :) very old
14:31.52cr2BabelO_: Compt. Rend. seems to be a wrong name, because there are Comptes Rendus Physique, Chimie, ...
14:32.09BabelO_cr2: yes it is Comptes Rendus
14:32.39cr2http://france.elsevier.com/direct/COMREN
14:33.15cr2but i have not found physics there.
14:34.01*** join/#htc-linux exc1 (n=exco@e181109132.adsl.alicedsl.de)
14:34.44cr2BabelO_: Autres sciences  -> technical sciences ?
14:35.17BabelO_cr2: is it related to that "onde non linéaires". ?
14:35.59*** join/#htc-linux Zba_Phy_ (n=none@2a01:e35:8a13:a2b0:21c:c0ff:fe25:ff68)
14:36.20cr2hmm. it was a reference about the infrared spectra of Cd metal vapor.
14:36.40BabelO_cr2: sciences fondamentales
14:36.40cr2must be physics, or maybe physical chemistry.
14:37.35cr2http://www.elsevier-masson.fr/product_info.php?products_id=5217&osCsid=ivckhaeuqv5ts8guq80e31dqa3
14:38.43cr2hm. i doubt to find something from 1963.
14:39.23BabelO_cr2: http://www.zentralblatt-math.org/zmath/en/search/?q=an:0115.08401
14:40.47BabelO_cr2: lot of thing refer to "Comptes rendus 256" :)
14:42.25cr2hehe.
14:42.31cr2found this now :)
14:42.36cr2Prospective sur les besoins « défense » en détecteurs infrarouge
14:43.02BabelO_cr2: ah ah :)
14:43.06cr2lol
14:46.14cr2BabelO_: Technologies non refroidies. so it's only for high signal levels, not really interesting for me.
14:47.21cr2Journal
14:47.22cr2<PROTECTED>
14:49.20BabelO_cr2: lol -> direct scan http://www.zentralblatt-math.org/zmath/scans.html?volume_=115&count_=084
14:50.18BabelO_cr2: you are doing crazy thing :)
14:50.55BabelO_cr2: but does not look like what you want
14:58.24cr2nonlinear partial differential equations are not that difficult :) but i'm looking for other things. strange...
15:00.43BabelO_CdGeAs2 :)
15:01.48kiozenthink I really need a ./configure guru that is willing to speak :)
15:16.20kiozenBabelO_: http://qtopia.net/modules/newbb_plus/viewtopic.php?forum=16&topic_id=562
15:26.47*** join/#htc-linux dcordes_ (n=dcordes@unaffiliated/dcordes)
15:30.34cr2BabelO: http://www.academie-sciences.fr/publications/comptes_rendus.htm sends me to http://gallica.bnf.fr/
15:31.07cr2for an article search between 1835 and 1965
15:31.26BabelO_kiozen: you can also edit and build by hand in .config/dbus
15:37.11*** join/#htc-linux AstainHellbring (n=Administ@unaffiliated/astainhellbring)
15:37.47*** join/#htc-linux p3t3r__ (n=peter@wlan.net-you.de)
15:37.49BabelO_cr2: that's strange
15:38.25*** join/#htc-linux zwox_ (i=zwox@par69-7-82-243-234-94.fbx.proxad.net)
15:39.14ginge_cr2: I just noticed in an old htc-linux log that you mentioned that these cplds dont always have an IRQ. Are they really polled, or is there some other mechanism going on there?
15:41.16BabelO_cr2: http://jphys.journaldephysique.org/index.php?option=article&access=standard&Itemid=129&url=/articles/jphys/abs/1963/10/jphys_1963__24_10_737_0/jphys_1963__24_10_737_0.html
15:41.28BabelO_cr2: but not free :(
15:41.49BabelO_cr2: it is about infrared and argon gaz
15:43.27BabelO_ginge_: cpld driver have some irq mechanism, look at handhelds.org cvs to arm/arc/mach-pxa/magician
15:43.56ginge_cr2: thanks
15:47.21*** part/#htc-linux ginge_ (n=baz@80.229.188.31)
15:47.51*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
16:05.13*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
16:05.35*** part/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:05.35*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:05.35*** part/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:05.35*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:05.37*** part/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:05.37*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:05.42*** join/#htc-linux Alex[sp3dev] (n=alex_dfr@86.110.163.25)
16:06.08*** part/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:06.08*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:07.08*** part/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:07.08*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:08.08*** part/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:08.08*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
16:12.41*** join/#htc-linux kiozen (n=oeichler@rgnb-5d86553d.pool.einsundeins.de)
16:22.06*** join/#htc-linux Othello__ (i=Magorium@gateway/tor/x-05465b91cd1334fd)
16:29.37*** join/#htc-linux amiral_ (n=amiral_@adsl196-55-226-206-196.adsl196-8.iam.net.ma)
16:41.56*** join/#htc-linux ali1234 (n=al@62.24.214.38)
16:48.09*** part/#htc-linux exc1 (n=exco@e181109132.adsl.alicedsl.de)
16:54.35*** join/#htc-linux TimRiker (n=timr@70-1-110-232.area1.spcsdns.net)
17:06.07*** join/#htc-linux TimRiker (n=timr@pdpc/supporter/bronze/TimRiker)
17:06.41*** part/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
17:09.24*** join/#htc-linux amiral_ (n=amiral_@adsl196-55-226-206-196.adsl196-8.iam.net.ma)
17:10.32*** join/#htc-linux rmoravcik1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
17:31.53*** join/#htc-linux pikapika (n=pikapika@mar75-8-88-164-227-147.fbx.proxad.net)
17:34.40dcordes_we need mmc
17:35.36*** join/#htc-linux pH5 (n=ph5@e178215210.adsl.alicedsl.de)
17:38.45*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
17:40.19gingeyes, we do
17:40.25goxboxliveBabelO: there?
17:40.58BabelOgoxboxlive: yes
17:41.03goxboxlivehi
17:41.14goxboxliveAny Qtopia news yet? It's 30th today
17:41.41BabelOhi goxboxlive, always here :)
17:41.41BabelOgoxboxlive: no news
17:41.42goxboxlive:-)
17:41.42goxboxlivei c
17:41.42BabelOi look on qtopia channel,  wait
17:41.42goxboxliveI ordered a iphone today :-)
17:42.06BabelOgoxboxlive: hum no news, only kiozen asking question today :)
17:42.29BabelOgoxboxlive: me too, version 2
17:43.03goxboxliveBabelO: :-) yes the one with gps and 3g
17:43.15goxboxliveHow much did you pay for it?
17:43.46BabelOgoxboxlive: don't know actually, should be around 300 eur
17:44.51goxboxliveBabelO: ok i c
17:45.16goxboxlivei bought in on a auction for €474 without a contract
17:58.29lamabut with scratches weak battery no warranty and simlock
17:58.31lama:p
18:05.58*** join/#htc-linux JohnnyK (n=johnnyk@nfx-nat-229.pilsfree.net)
18:10.19*** join/#htc-linux premy (n=pr@73.205.76-86.rev.gaoland.net)
18:11.26*** join/#htc-linux AstainZZZZZZ (n=Administ@unaffiliated/astainhellbring)
18:14.18premyHi, is irclog.iclem.net down ?
18:19.46*** join/#htc-linux kiozen (n=oeichler@rgnb-5d86553d.pool.einsundeins.de)
18:25.12goxboxlivelama: no simlock, maybe weak battery but why scratches, it is new.
18:29.24dcordes_premy: hey premy. use http://apt.rikers.org/%23htc-linux/
18:29.45dcordes_or tell me what you look for if it was today
18:33.45dcordes_bbl
18:55.40lamagoxboxlive: huh no simlock?
18:56.44lamai think that even no contrack pre paid iphones 3g are with simlocks:p
18:56.59lamacontract
18:57.58goxboxliveno, just not all them. Some countries has laws against it, in example here in Norway. But it is very expensive to buy it without a contract.
19:05.55premydcordes: wanted to know if there had been any progress on gprs and the 6k problem ?
19:06.38premyginge: how exactly do you reproduce the lock up ?
19:07.24gingepremy: create the ppp device and connect. wget known_file.tar.gz ========6k lock
19:07.42premybecause it seems to work for me: ifconfig ppp0 -> RX bytes = 40480
19:07.49gingeodd.
19:08.30gingeI am just doing a fresh build with latest everything, so I will let you know how I get on
19:09.04premyI've not tried wgetting one large file. I'll try that.
19:12.28pikapikais there any project of linux on elf ?
19:21.45premyginge: what's the exact url ?
19:22.44gingepremy: seems ok now.
19:23.37premyginge: sure ?
19:24.23gingepremy: I need to check it further, but at least in console I can grab a 1MB file ok now
19:25.17premyginge: ok, that's cool, then.
19:26.00*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
19:29.53*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfe526.pool.einsundeins.de)
19:37.13premyginge: seems to work for me with android also.
19:42.26cr2goxboxlive: how many phones do you have now ? :)
19:43.04goxboxlivecr2: my a780 has died :-(
19:43.29goxboxliveMy son used it to clean the floor outside aftera rain wash :-)
19:43.42cr2hehe.
19:43.58goxboxlivehe thought it where a cool boat, to throw it along the outside floor
19:44.08cr2goxboxlive: send me the rest.
19:44.12cr2lol. nice guy :)
19:44.31goxboxliveit boots, but the navigation key is locked in up position
19:44.55cr2i have found the a780 schematics in the internet.
19:45.10goxboxlivei c
19:46.06cr2mine is still working, but is heavily scratched
19:46.39cr2didn't use a780 gps recently, because i still have the scandinavian map there.
19:47.19cr2maybe modifying some bits will help :) but it's low priority for me now.
19:48.17goxboxliveok. How do you transfer maps with linux? Dont youhave to use windows to change maps?
19:49.11cr2i'm using 2 256MB cards, and exchange them.
19:49.17goxboxliveic
19:49.28cr2yes, i've used windows 2 years ago to select the maps
19:49.34goxboxlive:-)
19:55.45BabelOcr2: do you found your publication ?
20:04.59*** part/#htc-linux premy (n=pr@73.205.76-86.rev.gaoland.net)
20:05.49cr2BabelO: no, mine should be about the cadmium lines, not argon.
20:05.51cr2NIST Atomic Spectra Database
20:05.51cr2Line Bibliographic Reference for Cd I
20:05.51cr2285. J. Seguier, Compt. Rend. 256, 1703 (1963).
20:07.39cr2BabelO: we have it only since 1998 in the library.
20:07.55BabelOcr2: ok :(
20:07.55cr2Académie des Sciences <Paris>     Comptes rendus de l’Académie des Sciences / 2 / B  Elektronische Ressource  
20:07.55cr21998 -
20:13.04*** join/#htc-linux exc1 (n=exco@e181109132.adsl.alicedsl.de)
20:13.57exc1hello everyone
20:15.07*** part/#htc-linux p3t3r__ (n=peter@wlan.net-you.de)
20:26.06BabelOcr2: out of scope, but while looking for, i found this website which is interesting http://simbad.u-strasbg.fr/simbad/
20:27.44cr2BabelO: yes.
20:43.06Marexeverything necessary for 0verkill 0.17 implemented
20:43.30Marexlooks like I just need to finish installation of OE compilation cluster and .... errrr
20:43.43Marexcr2: would you mind not listening to what I say ? :)
21:00.53cr2Marex: wm9750 is working ? :)
21:02.32Marexcr2: nah, I told you the OE cluster is still work in progress
21:23.21*** join/#htc-linux rmoravcik1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
21:23.40*** join/#htc-linux rmoravcik1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
21:32.20*** join/#htc-linux rmoravcik1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
21:32.39*** join/#htc-linux LunohoD (n=alex@e180071184.adsl.alicedsl.de)
21:42.17*** join/#htc-linux OliNex (n=xy6091@apn-89-223-144-100.vodafone.hu)
21:43.40*** join/#htc-linux stillunknown (n=stillunk@82-136-225-75.ip.telfort.nl)
21:48.43*** join/#htc-linux surgex (i=surge@pool-71-186-163-107.bflony.fios.verizon.net)
22:01.59*** join/#htc-linux zwox__ (i=zwox@par69-7-82-243-234-94.fbx.proxad.net)
22:20.08cr2ahi2dati
22:21.32cr2dcordes_: SOFTWARE\HTC\ATDbgLog
22:40.06Marexcr2: j/w can I get commit access to -hh kernel tree other way than through france ?
22:52.33cr2Marex: don't think so. Kevin2 can't even add me to the haret cvs list
23:01.18Marexcr2: :( and it took france more than a year now ... and I still dont have it :E~
23:01.22dcordes_hi
23:02.01dcordes_ginge: fwif I pinged my home computer quite a long time (like 2 minutes or so) from kaiser and had no lockup
23:02.48dcordes_I don't know if the traffic produced during that exceeds your lockup limit
23:06.53gingedcordes_:seems ok for me now
23:07.15cr2dcordes_: try ping -f
23:13.06*** part/#htc-linux exc1 (n=exco@e181109132.adsl.alicedsl.de)
23:19.02dcordes_ginge: what did you change in order to remove the lockup?
23:19.32gingenothing, I just removed all of by code and used stock git
23:19.39ginge+ patches
23:20.02dcordes_cr2: most websites seem to refuse the flood
23:20.36dcordes_ginge: including martin__'s cleaned up kaiser-smd.c with pemy's latest revisions?
23:21.15gingeseems so. I didnt do much testing
23:21.31dcordes_cr2: oh that is a local restriction. it works with #
23:23.06dcordes_ginge: is there a console for android? so we can provide an easy way for people to change their APN?
23:23.31gingeno, just change the init scripts to accomodate the apn
23:23.36gingeI will do it later
23:25.16dcordes_isn't it rather the problem that the init? scripts in android have the APN?
23:27.36gingeyes, but I am fixing that now
23:27.45gingejust means a new android image
23:28.11dcordes_ah you gonna put the APN as a variable you set in cmdline?
23:29.09gingeyeah
23:30.23gingeok that wasnt too painful
23:30.33gingeneed to build and test
23:30.54dcordes_great idea
23:31.19dcordes_I infromed the forum about the progress but told them it's not easy to change the apn
23:33.04gingeokay. we should have viable touchscreen very shortly too
23:33.17gingealthough the code looks like it was vomited up from the bowels of hell
23:36.22dcordes_yuck
23:36.27dcordes_will it be required in the long run or only to get the correct calibration data?
23:40.13gingekinda. It is required in the long run to stop it from polling the screen for pressure and instead react to pen down and pen up events like it is supposed to. If we ever find the CPLD IRQ it will then become very important as we can then handle it properly instead of this hack around
23:48.32dcordes_ok
23:49.04dcordes_I tried to reconstruct your touchscreen-doing-a-curve-at-bottom-of-screen phenomenon
23:49.21*** join/#htc-linux AussiedeviL (n=Aussiede@87-194-206-46.bethere.co.uk)
23:49.38dcordes_utilizing the android pointer devtool. I found it was not doing a curve but just stopping like 1cm in front of the bottom
23:50.21gingeodd must be different calibration
23:50.58dcordes_maybe that's useful
23:51.09dcordes_it's the ts driver from git head
23:52.35dcordes_ginge: btw did you try the navigation program in android with gprs and gps?
23:52.57gingeno, didnt know gps worked properly
23:53.57dcordes_I didn't do more than booting while gps is turned on
23:54.09gingeahh I see
23:54.13dcordes_and then cat the gps device in angstrom, watching the nmea data
23:54.32dcordes_and since I'm not too  familiar with gps (kaiser is my first gps device) I cannot tell if it is correct
23:56.55gingeassuming android libs dont do fancy things with the smd turning off the stream of data, it will be ok
23:57.31dcordes_can you try it?
23:57.57gingesorry, not anytime soon
23:58.34dcordes_I can't because I had no luck getting online in android
23:58.48gingeno luck how?
23:58.51dcordes_only this afternoon when premy instructed me to put the commands manually in angstrom
23:59.14dcordes_well yesterday I put the init? adding up APN in the one of them and I had no network in browser app
23:59.17gingedid you make sure your init scripts had enter after them in android
23:59.34gingeand you dont need a user/pass
23:59.38dcordes_let me check I have them extracted in the state I uploaded them too kaiser
23:59.49dcordes_I don't need them for vodafone right
23:59.55dcordes_I put user pass in angstrom and it worked

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