IRC log for #htc-linux on 20081208

00:14.32*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
01:12.33*** join/#htc-linux tote_ (i=me@c-2abd72d5.018-24-73746f48.cust.bredbandsbolaget.se)
01:38.51*** join/#htc-linux tote (i=me@c-2abd72d5.018-24-73746f48.cust.bredbandsbolaget.se)
01:56.22*** join/#htc-linux infernix (i=nix@unaffiliated/infernix)
02:20.34*** join/#htc-linux Moku (n=John@e179108204.adsl.alicedsl.de)
02:41.50*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
02:47.58*** join/#htc-linux Kuma (n=John@f049187108.adsl.alicedsl.de)
03:00.41*** join/#htc-linux datachaos (n=datachao@189.27.190.203.adsl.gvt.net.br)
04:14.20*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
04:28.41*** join/#htc-linux user123 (i=ad404669@gateway/web/ajax/mibbit.com/x-7d984f73e534d11c)
04:28.53user123Anyone else having trouble accessing handhelds.org?
04:42.42*** join/#htc-linux datachaos (n=datachao@189.27.190.203.adsl.gvt.net.br)
05:25.13*** join/#htc-linux goxboxlive (n=goxboxli@mail2.hjellnesconsult.no)
06:20.41*** join/#htc-linux tekkdrone (n=tekkdron@72.183.115.231)
06:20.57tekkdronesurely, version control was invented by a man who like to drink and code
06:21.04tekkdroneliked* even
06:30.42tmzt_tekkdrone: hi, did you get a working kernel for apache then?
06:31.55tekkdroneoh I'd had one for a while, touchscreen support and all, but all the upper hardware required proper egpio access
06:32.03tekkdronewifi, audio, etc
06:32.50tekkdronefinding the right answer for egpio from Kevin sent me back to the code for a while, I actually started from scratch with a new understanding of things
06:33.11tekkdroneso far, I'm back to the android desktop, with keyboard, video, and mouse (touchscreen) with 0 hacks, all clean code
06:34.08tekkdroneof course I can't take credit for the original working apache kernel from handhelds.org's cvs, which is also the source of the values I'm plugging in on my new mach definition
06:35.05tekkdrone2.6.21 would've been hell to backport the android drivers to, so it made more sense to port the htc apache code up to the 2.6.25 android kernel
06:35.45*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
06:39.45tekkdronehey tmzt_: what's your ide of choice?
07:04.19tmzt_tekkdrone: don't really use one, I use gedit for most code editing now and compile on the command line
07:04.42tmzt_tekkdrone: are you using the non-msm android tree from google?
07:04.47tekkdroneyes
07:04.54tekkdroneand yeah, that's pretty much how i'm using kdevelop
07:05.01tekkdronea glorified text editor with a file tree
07:05.20tmzt_probably more similar to kate
07:05.52tekkdronemore or less, I like the ability to side-by-side code with include pages, gedit makes me split off a new window
07:05.54tmzt_I would like to have some project support in the sidebar but not everything anjunta provides
07:06.26tmzt_ah, right, it has tabs but not split views I think
07:06.32tekkdroneaye
07:06.44tmzt_I just arrange windows if I need that
07:07.05tekkdronei was for a while but it was getting out of hand, even with a 22" widescreen
07:07.25tmzt_you have a working pxafb and pxa tree with android support then?
07:07.42tekkdroneyes
07:08.12tekkdroneI had one about a week ago but was full of dirty hacks, the new one is clean
07:08.49tmzt_nice
07:09.02tekkdronestill a bunch of stuff to add support for of course, since I pretty much started over I still have to add in the newly-understood htc-egpio
07:09.23tekkdronethough I imagine I'll have to pull in the gpio from 2.6.27 to do so
07:09.45tekkdroneor at least, a couple struct members
07:09.52tmzt_why? for the gpiolib support for irq/masking?
07:10.56tekkdronenot sure yet, so far I've only been able to tell that the 2.6.27 htc-egpio requires a couple of struct members that aren't present in 2.6.25's gpiolib
07:11.23tekkdronepreviously I was using kevin's old gpio code from 2.6.21, hence the dirty hacks
07:11.42tekkdronenow i'm using 2.6.25's gpiolib
07:12.37tekkdroneo
07:12.50tekkdrone* i'm new to coding in the kernel, so my brain's still on fire
07:13.55tekkdroneI just started this a couple of weeks ago, was interesting trying to undertand what needed to be done to accomplish what I've got done so far
07:14.06tekkdrone*understand, even
07:17.53tmzt_are you using something like this?
07:17.55tmzt_.lcd_conn= LCD_COLOR_TFT_8BPP | LCD_PCLK_EDGE_FALL |\
07:17.55tmzt_+  LCD_AC_BIAS_FREQ(0xff),
07:18.24tmzt_instead of lccr0, lccr3
07:19.10tmzt_sorry, tekkdrone, that's a bad example, but I mean .lcd_conn
07:19.20*** join/#htc-linux kiozen (n=oeichler@p5492A16F.dip0.t-ipconnect.de)
07:20.25*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
07:22.34*** join/#htc-linux pleemans (n=toi@116.54-246-81.adsl-static.isp.belgacom.be)
07:25.30tekkdronehmmm .lcd_conn doesn't look familiar
07:26.23tekkdronei'm using .lccr0 = LCCR0_LDDALT | LCCR0_Act, in my pxafb_mach_info
07:26.50tekkdronepulled in from the original htcapache.c
07:27.02tmzt_the more common ones have a LCD_COLOR_TFT_8BPP or similar now
07:29.27tekkdroneaye, I needed to investigate those definitions as I noticed lack of alpha support in android when things like the volume dialog come up
07:30.22tekkdroneinstead of a nice, shaded dialog, I get a dialog that flickers a bit
07:30.51tekkdrone(being visual though, it got shifted to the bottom of the list)
07:32.00tmzt_.lcd_conn               = LCD_COLOR_TFT_16BPP, this is all I have for mine and it seems to work, no lccr0 or 3
07:32.23tmzt_I also have timings extracted from windows, but apache's are in the htcapache.c file
07:32.52tekkdroneaye, I think they were extracted from windows as well, I know at least the margins were
07:34.47tekkdronetouchscreen is smooth, I had to write some scaling though, android was not game for values in the thousands
07:35.12tmzt_0.8 wasn't or 1.0 also?
07:35.38tekkdroneI don't know, is 0.8 = m5?
07:35.47tmzt_yes
07:36.01tekkdroneI don't think I had touch working in m5 before moving up to release
07:38.05tekkdronehad gotten as far as a working battery meter and charging that may or may not detonate the phone before starting from scrath
07:38.05tekkdronescratch*
07:38.06tekkdrone(on 1.0)
07:38.06tekkdroneI started over after talking to kevin yesterday, this time I made alot more minor commits to my repository so I could backstep if I need to
07:41.48tekkdrone(apache's battery and ts control are based on the ad7877 chip)
07:42.00*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
07:42.12tmzt_there is a driver in 2.6.25/27?
07:42.47tekkdroneno, I pulled in the adc driver from 2.6.21-hh and made some small changes
07:43.02tmzt_both adc and ts?
07:43.14tekkdroneadc, ts-adc, and adc_batteru
07:43.19tekkdroneadc_battery*
07:44.51tmzt_http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:drivers:ad7877
07:45.02tmzt_http://docs.blackfin.uclinux.org/doku.php?id=touchscreen
07:45.15tmzt_is it on spi?
07:45.19*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
07:46.33tekkdroneno I don't believe it's using spi
07:48.31tekkdronenope, spi support isn't in the kernel at all at the moment
07:49.05tmzt_what do you mean? spi support for ad7877 or pxa?
07:50.15tekkdronespi support overall
07:50.40tmzt_it's in the openezx kernel, which is now based on 2.6.28-rcX
07:51.03tmzt_if it's not on spi it doesn't matter
07:51.04tekkdronenono, I'm sorry for the misunderstanding, it's not in my kernel at all at the moment
07:51.26tekkdroneit's in the kernel itself, but it's not configured for the build
07:51.27tmzt_you mean your not using it? it's not enabled in .config?
07:51.30tekkdroneright
07:51.30tmzt_ok
07:52.20*** join/#htc-linux rob_w (n=bob@p549BFA76.dip.t-dialin.net)
07:54.00*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
07:54.43tekkdroneis there an advantage in suing SPI over native hardware code?
07:54.50*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
07:54.51tekkdroneusing*
07:55.11tmzt_you mean it is spi and you are talking to it over ssp?
07:55.41tekkdroneaye I'm using pxa_ssp
07:56.13tmzt_I think chip_select is one reason, and that any upstream driver is going to use spi host
07:56.26tmzt_also, there is support for pxa spi host
07:56.40tekkdroneaye I noticed, as well as mmc/sd support over spi
07:57.10tmzt_apache is probably pxa-mci though
07:58.39tmzt_my first attempt to port linux to motoq used the apache code in hh kernel as base, my second used magician.c in upstream 2.6.26 and then imported that into openezx where the drivers I need are maintained for similar devices
07:59.07tmzt_one thing that worked was the sd driver using pxa_mci
07:59.12*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
07:59.19tekkdroneaye, it works like a charm using pxamci
07:59.33tekkdrone'cept it bitches about descriptors on some odd cards
07:59.41tekkdronehaven't had time to look into that yet
08:00.29tekkdroneand you're tempting me, don't make me appropriate the wife's Q
08:00.32tekkdrone>_<
08:00.49tmzt_cdma? oh
08:01.38tekkdroneaye we're both cdma
08:02.00tekkdrone*sigh* I am definitely getting outside help when time comes for the rol
08:02.03tekkdroneril*
08:02.16tmzt_on apache?
08:03.11tmzt_fso singleline might work, and if it's a msm6550 on usb host (ohci) you might just need to set UP3OCR properly
08:03.45tmzt_I do that and load usbserial (generic) with the right vend/prod_id's and it detects three serial ports
08:03.55tmzt_apache is probably a little different
08:04.43tmzt_for android, dzo's ril should work if you can get a clean serial port
08:06.39tekkdronehmmmm
08:07.04tekkdroneit's an msm6500, comes up as FFUART ttyS0
08:07.13tmzt_only?
08:07.33tmzt_does n_tihtc work?
08:07.52tekkdronewhat's n_tihtc?
08:08.11tmzt_line discipline for multiplexing protocol
08:08.49tmzt_I keep forgetting Kevin2 has documentation on most of this, but I don't think he traced usb access to the modem, there's a note about it in ApachePhoneTrace
08:09.28tekkdroneaye, that was going to be the starting point once I got to working on the radio
08:10.23tekkdroneonly being a couple weeks in, I haven't even glanced at it yet as I'm still gaining my understanding of the code kevin wrote while porting what I can over to 2.6.25
08:12.16tmzt_The PXA's FFUART port is attached to the phone. The connection carries phone commands.
08:12.19tmzt_The PXA's USB Host controller also communicates with the phone. It is thought that a second serial port comes up via the USB connection.
08:13.00tmzt_from http://www.handhelds.org/moin/moin.cgi/ApachePhoneTrace
08:14.15tekkdroneok, I remember reading that a while back and thinking it was related to using the unit as a slave modem
08:14.27tekkdroneand just hadn't gotten to investigating it further yet
08:14.58tmzt_<PROTECTED>
08:14.59tmzt_<PROTECTED>
08:14.59tmzt_<PROTECTED>
08:14.59tmzt_<PROTECTED>
08:14.59tmzt_<PROTECTED>
08:15.01tmzt_<PROTECTED>
08:15.03tmzt_<PROTECTED>
08:15.04tekkdroneI didn't see any host code for the apache, only pxa udc
08:15.06tmzt_<PROTECTED>
08:15.09tmzt_<PROTECTED>
08:15.11tmzt_<PROTECTED>
08:15.14tmzt_<PROTECTED>
08:15.17tmzt_<PROTECTED>
08:15.19tmzt_<PROTECTED>
08:15.22tmzt_<PROTECTED>
08:15.25tmzt_<PROTECTED>
08:15.46tmzt_tekkdrone: have you gone through Drivers\Active\ ?
08:15.54tekkdronewhere?
08:16.14tmzt_in the registry, use phm registry editor or similar
08:16.34tekkdroneahh, no I haven't
08:17.21tmzt_<PROTECTED>
08:17.21tmzt_237         .port_mode      = PMM_NPS_MODE,
08:17.21tmzt_238         .init           = ezx_ohci_init,
08:17.22tmzt_239 };
08:19.15tmzt_I didn't write it, but after adding it I could use lsusb and everything else to enumerate the usb bus
08:19.42tekkdronenice, I just saved it to my chat logs
08:19.55tekkdroneI've gotta crash, get up for work in 5 hrs
08:19.57tekkdroneugh
08:21.05tekkdronethanks for the insight tmz :)
08:27.59*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
08:51.14*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
08:56.00*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
09:25.45*** join/#htc-linux DasFx (n=John@dasfx-lptp.euronet.nl)
09:42.30*** join/#htc-linux kaze_work (n=kaze@ABordeaux-152-1-75-253.w86-196.abo.wanadoo.fr)
09:51.33*** join/#htc-linux glyph (n=glyph@c-24-63-201-31.hsd1.ma.comcast.net)
10:22.48glyphhello htc hackers
10:23.06glyphI have just installed android on my kaiser from http://linuxtogo.org/~lgorris/kaiser-bootkit/
10:23.16glyphit was incredibly easy, I made a phone call
10:23.22glyphmy mind is officially blown
10:23.35glyphbut, I can't do much more than make a call :).  I'm wondering how I can help out with development, get a toolchain going, etc
10:25.49glyphI am a competent enough developer, but not used to the arcana of kernel-land and I've only done a little bit of embedded work; the "enthusiast" instructions are really confusing and don't tell me how to actually compile an image :)
10:27.14glyphassuming I can get a zImage out of the end of this thing, what do I do to get started on i.e. making the touchscreen less tweaky or enabling landscape mode?
10:47.40*** join/#htc-linux cr2 (n=konversa@crpl6.physik.uni-wuppertal.de)
10:48.16cr2kiozen: http://wiki.openstreetmap.org/wiki/Mkgmap/routing
10:51.14*** join/#htc-linux dante_ (n=dante@net-93-148-250-129.t2.dsl.vodafone.it)
10:51.47*** join/#htc-linux mokolade (n=mokolade@85.221.112.173)
11:05.26*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
11:05.50*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
11:20.32*** join/#htc-linux datachaos (n=datachao@c9154e49.virtua.com.br)
11:44.27*** join/#htc-linux kimhoon (n=kimhoon@s559116c1.adsl.wanadoo.nl)
11:54.26*** join/#htc-linux timebomb (n=tb@e182095161.adsl.alicedsl.de)
11:54.41*** join/#htc-linux BadCluster (n=badclust@190.50.164.95)
11:55.17*** join/#htc-linux stefan_schmidt (n=stefan@c120.apm.etc.tu-bs.de)
12:23.28*** part/#htc-linux BadCluster (n=badclust@190.50.164.95)
13:57.56*** join/#htc-linux Othello (i=Othello@gateway/tor/x-5791d00d263b295d)
14:05.23*** join/#htc-linux metter (n=metter@84-14.3-85.cust.bluewin.ch)
14:37.05*** join/#htc-linux timebomb (n=tb@85.183.25.191)
14:46.50*** join/#htc-linux Xime (n=xime@dag94-3-82-233-170-230.fbx.proxad.net)
14:51.51*** join/#htc-linux LunohoD_ (n=alex@e180071214.adsl.alicedsl.de)
15:00.50*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
15:11.51*** join/#htc-linux fnord_ (n=fnord@24-151-90-116.static.nwtn.ct.charter.com)
15:12.57*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
15:16.06*** join/#htc-linux chab7 (n=kvirc@212.92.4.114)
15:19.02*** join/#htc-linux timebomb (n=tb@85.183.25.191)
15:19.27*** join/#htc-linux kirberich (n=robert@dtmd-4db28295.pool.einsundeins.de)
15:31.23*** join/#htc-linux infernix (i=nix@unaffiliated/infernix)
15:41.20*** join/#htc-linux LunohoD_ (n=alex@e180077206.adsl.alicedsl.de)
16:10.18*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
16:32.52*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
16:35.38*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
16:35.55*** join/#htc-linux LunohoD_ (n=alex@e180078073.adsl.alicedsl.de)
16:45.16*** join/#htc-linux ginge_w (n=ginge@host81-149-155-58.in-addr.btopenworld.com)
16:53.16*** part/#htc-linux Foxdie (n=foxdie@fox.akao.co.uk)
16:57.10marajin_ginge_w: 'lo there stranger
16:57.13*** join/#htc-linux msh07 (n=ldp@201.255.161.150)
17:00.12ginge_wmarajin_: evening
17:00.22ginge_wmarajin_: how goes
17:03.33marajin_not too bad.. tad tired but what's new eh?
17:03.39marajin_how about yourself?
17:16.32*** join/#htc-linux LanceHaig (i=3efdda0a@foresight/member/lhaig)
17:19.12*** join/#htc-linux tekkdrone (n=tekk@72.183.115.231)
17:23.42tekkdronetmzt_ I added that ohci init code this morning before coming to work and had some interesting results
17:23.50*** part/#htc-linux LanceHaig (i=3efdda0a@foresight/member/lhaig)
17:25.09ginge_wmarajin_: yeah not bad, busy at work leaving 0 time to hack :(
17:28.59*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
17:43.44marajin_ginge_w: any excuse :p
17:50.01AstainHellbringwhats the status of android for kaiser?
17:56.10*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87d4de.pool.einsundeins.de)
18:05.21*** join/#htc-linux MrObvious (n=paul@adsl-66-136-247-132.dsl.wchtks.swbell.net)
18:05.26MrObviousHello.
18:06.03MrObviousI'm getting the message booting up Android on my PPC6800: [ (numbers) ] android_power: wakeup (0->0) at (numbers) (time)
18:06.41MrObviousIt just loops.
18:07.12*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
18:20.50*** join/#htc-linux DasFx (n=John@5354790B.cable.casema.nl)
18:22.02*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
18:23.09MrObviousNevermind. Bad FAT32 format on SD card.
18:23.13MrObviousFixed now.
18:23.18*** part/#htc-linux MrObvious (n=paul@adsl-66-136-247-132.dsl.wchtks.swbell.net)
18:26.00*** join/#htc-linux ak_hepcat (n=ak_hepca@patroler.gci.net)
18:29.41*** join/#htc-linux tekkdrone2 (n=tekkdron@72.183.115.231)
18:45.18*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
18:52.14*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
19:15.16*** join/#htc-linux ALoGeNo (n=QUAKEIII@91.Red-79-148-92.staticIP.rima-tde.net)
19:27.27*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
19:28.44*** join/#htc-linux infernixx (n=nix@unaffiliated/infernix)
19:32.10*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
19:33.44*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
19:34.58*** join/#htc-linux infernixx (n=nix@unaffiliated/infernix)
20:03.26*** join/#htc-linux axe_hm (n=weechat@217.116.62.236)
20:28.13*** part/#htc-linux ak_hepcat (n=ak_hepca@patroler.gci.net)
20:36.26*** join/#htc-linux timebomb (n=tb@e176123054.adsl.alicedsl.de)
20:39.04*** join/#htc-linux metter_ (n=metter@17-154.3-85.cust.bluewin.ch)
20:40.27*** join/#htc-linux ginge_w (n=ginge@78-105-175-81.zone3.bethere.co.uk)
20:42.14*** join/#htc-linux dante_ (n=dante@net-93-148-250-176.t2.dsl.vodafone.it)
21:18.48*** join/#htc-linux iratsu (n=iratsu@modemcable018.234-59-74.mc.videotron.ca)
21:28.32*** join/#htc-linux infernixx (n=nix@unaffiliated/infernix)
21:28.56*** join/#htc-linux dwaradzyn (n=dwaradzy@damian8155.net.autocom.pl)
21:32.07dwaradzynbinder: 367:367 unknown command 25356
21:32.20dwaradzynbinder: 367:367 ioctl c0186201 be987af8 returned -22
21:32.30dwaradzynbinder: 367:367 ERROR: Thread waiting for process work before calling bcREGISTER_LOOPER or bcENTER_LOOPER (state 10)
21:32.44dwaradzynwhat does this mean? how to overcome that?
22:03.36*** join/#htc-linux sietse (n=sietse@vogons.xs4all.nl)
22:14.37*** join/#htc-linux ginge_w_ (n=ginge@78-105-175-81.zone3.bethere.co.uk)
22:18.15*** join/#htc-linux infernixx (n=nix@unaffiliated/infernix)
22:27.23*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
22:29.37dcordesginge_w, good evening. still around?
22:30.24ginge_wdcordes: evening.
22:30.38dcordeshow are you?
22:30.44ginge_wdcordes: good. You?
22:30.53dcordesI'm ok
22:31.08glyphgood evening
22:33.55ginge_wdcordes: so I started looking at the SD issue again :/
22:34.31ginge_wdcordes: did anyone make any progress on anything while I was away?
22:35.24dcordesginge_w, I fear no. dzo said we should use 2.6.27 msm_sdcc in order to use PIO.
22:35.47dcordeshttp://forum.xda-developers.com/showpost.php?p=3010313&postcount=1745
22:36.07ginge_wdcordes: ok. I can't help but think we should focus on getting DMA and datamover to stay in sync
22:36.52dwaradzyni tried to boot android 1.0 with latest git.linuxtogo.org kernel and there was no sd issue
22:37.09dwaradzynit unpacked system.img and data.img without error
22:37.28ginge_wdwaradzyn: really?
22:37.47ginge_wdwaradzyn: I always get about 1/3rd through system
22:38.10dwaradzyni was suprise too, i did not change any line of code
22:38.50ginge_wdwaradzyn: maybe my last effort was closer than we thought
22:38.59ginge_wscratches head
22:39.09ginge_wwhat card are you using?
22:39.18ginge_wsome of my cards work better than others for SD boot
22:39.22dwaradzyn8gb sandisk
22:39.31ginge_wSDHC?
22:39.32dcordesginge_w, what does datamover do? if you are interested in booting the newest android, you can just exctract the files
22:39.42dwaradzynginge_w: yes
22:39.52dcordesginge_w, on his website dzo says sdhc cards work better with his vogue kernel
22:40.19ginge_wdcordes: datamover is like dma for a9<->a11 comms
22:40.31ginge_wdcordes: damn I was specifically avoiding using SDHC
22:40.35dwaradzyni'll try to put it to harder test: make 4 parallel copying of a big movie file
22:41.08ginge_wdwaradzyn: it seems to break much faster on parallel read/writes copy 2 and write 2, that should bust it up
22:41.19dcordesdwaradzyn, what makes it always crash for me is doing fast forward in mplayer while playing a movie
22:41.51glyphthank you all so much for doing this work, btw
22:41.58ginge_w2.6.27 is not much different from 2.6.26
22:42.08glyphI booted android on my AT&T tilt last night and it took about 5 minutes of work, maybe less, my mind is completely blown
22:42.09dwaradzyndamn it, there is no way to do ctrl+z on green keyboard...
22:42.09dcordesglyph, thank ginge_w
22:42.15glyphginge_w: thank you
22:42.35glyphI am interested in trying to help out
22:43.00dcordesginge_w, well did we try 2.6.26 sd?
22:43.11ginge_wglyph: don't thank me, we all do our little part
22:43.57ginge_wdcordes: yes, do you remember that massive sdcc patchset a while ago. San sent it to me. It breaks faster then 2.6.25 because it uses interrupts for dma and datamover instead of polling for the dataend.
22:44.11ginge_wsort of brings the inevitable sooner
22:44.47dcordesI see. that's why it seems more tsable for people using git kernel
22:44.58dcordesstable
22:45.11ginge_wwhich git kernel? ltg or vanilla?
22:45.26dcordesthe htc-msm ltg one
22:45.40dcordeswhich dwaradzyn uses
22:46.03dwaradzynginge_w: i tried fast forward in mplayer and it rebooted my polaris after a while, not sure if it was caused by sd issue
22:46.25dcordesdwaradzyn, which green keyboard?
22:46.40ginge_wit doesn't normlly reboot... it just locks
22:47.01dcordesdwaradzyn, oh so you are using the osk. though you had a kaiser
22:47.20dwaradzyndcordes: i've made a full pc keyboard to play with angstrom
22:47.56ginge_wdcordes: htc-msm is .24?
22:47.58dwaradzyndcordes: but i had many problems producing a patch with that one and i did not post my changes
22:47.59dcordesyea
22:48.39ginge_wdcordes: yeah that kernel works really well with sd. There is an even older revision somewhere that works even better
22:49.58dcordesbtw, do you have some version where gps channel works? it's broken in htc-msm and newer revisions
22:50.13ginge_wdcordes: broken? howso?
22:50.43*** join/#htc-linux stefan_schmidt (n=stefan@p5B035B1F.dip.t-dialin.net)
22:50.43dcordesthe node doesn't work, you can't read from it
22:50.57ginge_wdcordes: Did I send you any notes for the CE sdhc dll disassembly?
22:51.11ginge_wdcordes: is the node automatic?
22:51.31ginge_wdcordes: some devices changed major num iirc
22:51.42dcordesyes I updated all the angstrom images on my site
22:52.04dcordesthe ones with static devices are gone
22:52.07ginge_wcan you diff to a working?
22:52.12ginge_win git?
22:52.22ginge_wdo we even have reviions that far back?
22:52.50dcordesunfortunately my search for a diff or tree where it's working remains unsuccessful
22:53.25ginge_wshound't be hard to fix... start in smd_tty and check to make sureit has a device entry in those ifchecks
22:54.07ginge_wdcordes: if not I have 12GB of all the crap that was ever pastebinned or diffed
22:55.01dcordesok that's great. I will see if I can get it working otherwise I will ask for your archivee
22:55.08glyphso if I'm interested in helping with something, do you have something that you could point me at to get started?
22:55.45dcordesginge_w, so about sd.. what would be wrong about dma and datamover? how can we try things out?
22:59.30*** join/#htc-linux datachaos (n=datachao@189.27.164.173.adsl.gvt.net.br)
23:01.39ginge_wdcordes: well, logging and decompiling the dll again (can't find my copies)
23:01.57dcordesginge_w, sorry- no you never sent me a mail about that
23:02.06ginge_woh well
23:02.19ginge_wdcordes: I suspect clocks
23:04.47dcordesglyph, which device do you want to help with?
23:19.12glyphdcordes: AT&T Tilt (AKA Kaiser, TyTN II)
23:20.30glyphdcordes: My main interest is getting Android running for real, but I don't know what else is possible / interesting :)
23:21.42dcordesthen you should try to sort out why 1.0 doesn't seem to work with the kaiser fb
23:22.49dcordesread last two days logs. I tried to make it start
23:22.55glyphdcordes: How can I get diagnostic information out of the phone?  Is there some kind of USB console thing I can inspect from my Linux desktop?  (Or should I be doing development in Windows?)
23:23.00glyphdcordes: OK, I'll go have a look at the logs
23:27.18*** join/#htc-linux Tinyboom (n=nahh@178.80-202-153.nextgentel.com)
23:28.15dwaradzynwhen i do git-diff the produced output does not include new file added by me
23:28.44dcordesdwaradzyn, git-add new/file.c
23:28.53dwaradzyndcordes: thanks
23:29.03dcordescheck with git-status what's added to your index, what's not
23:33.04dwaradzyngit-diff still does not include new file
23:34.09ginge_wwhat command are you using for git-diff?
23:35.39dwaradzyngot it, git-diff --cached > ../patch.diff worked
23:35.40ginge_wok, should be no problem there
23:35.40ginge_wand git-status shows your file?
23:35.47dwaradzynyes, it works now
23:37.06*** join/#htc-linux LunohoD_ (n=alex@e180065071.adsl.alicedsl.de)
23:39.11dcordesdwaradzyn, I use git-diff <branchname>
23:48.58dcordesginge_w, need some sleep
23:49.00dcordesgood night
23:56.43Bushmanguys, i need help with dnsmasq
23:56.49Bushmananyone can help me out here?
23:57.02Bushmanhow do i configure DNS?
23:57.32Bushmani can ping google.com from the machine running dnsmasq but not from the client

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