IRC log for #htc-linux on 20090703

00:46.34*** join/#htc-linux |Jason8|| (n=JayAte@znc.tiltshellz.org)
00:48.04*** join/#htc-linux stickboy (n=anonymou@ool-457e4101.dyn.optonline.net)
01:49.22*** join/#htc-linux xsacha-tv (n=sacha@203-214-116-29.dyn.iinet.net.au)
02:20.12*** join/#htc-linux rafyvitto (n=rafyvitt@24.54.253.34)
02:20.26rafyvittohello guys
02:21.55xsacha-tvhi
02:23.06rafyvittoi got quick question guys has the devs tryed using the latest android kernel(android-msm-2.6.29) for the raph/diam android project? or will this kernel be hard to port?
02:24.02rafyvittoi was reading that this kernel has more hardware support than the htc-msm kernel
02:26.43rafyvittoanyone? lol xD
02:44.54*** join/#htc-linux Gumby (n=Gumby@unaffiliated/gumby)
02:45.15GumbyHi all,  I'm re-looking into android on my HTC Vogue.  Just curious if there is a decent (hopefully free) exchange client out there yet
02:45.56*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
02:59.06*** join/#htc-linux boogeyman (n=boogey@unaffiliated/boogeyman)
03:00.43xsacha-tvtmzt, here?
03:04.30*** part/#htc-linux boogeyman (n=boogey@unaffiliated/boogeyman)
03:05.33*** join/#htc-linux Tinyboom_ (n=nahh@15.84-49-87.nextgentel.com)
03:09.38*** join/#htc-linux mrmoku|a` (n=mrmoku@ppp-93-104-118-205.dynamic.mnet-online.de)
03:12.26*** join/#htc-linux ali12341 (n=al@robotfuzz.co.uk)
03:19.49*** join/#htc-linux Tinyboom_ (n=nahh@15.84-49-87.nextgentel.com)
03:58.48tmztxsacha-tv: yeah
03:59.56xsacha-tvtmzt ok, i saw this pxa_set_i2c_info takes a i2c_pxa_platform_data sgh_batt_i2c_device but it seems that no one has used it before?
04:00.35xsacha-tvbecause it takes a slave_addr and a slave struct but i cant find anyone anywhere who has ever used it before :\ is it the wrong thing?
04:01.40tmztuh, I think you use chip info or somet5hing
04:02.06xsacha-tvall the other boards use i2c_register_board_info
04:02.17xsacha-tvbut they leave pxa_set_i2c_info(NULL);
04:02.33tmztWy: ping?
04:02.51tmztask him or look at another board file
04:03.01xsacha-tvok ill just do what the other boards do i guess
04:03.31xsacha-tvanyway, that battery driver is all worked out, 0xD2 is the command and then there's 0x21 to read voltage and 0x25 to read temperature :)
04:03.39xsacha-tv(i write those values)
04:03.44tmztyeah, that's the i2c host device which is already configure
04:03.51tmztyou just need the board info
04:03.54xsacha-tvoh ok
04:03.55tmztcool
04:04.06tmztthis is going really fast
04:04.16tmzthave you got integrated with omnia?
04:04.19xsacha-tv0x34 was the slave address
04:04.33tmztyeah, that goes in board info
04:04.35xsacha-tvyeah you asked that before :P i commited everything to omnia svn a few days ago and im working from their svn now
04:04.47tmztit doesn't go in your driver
04:04.58xsacha-tvstatic struct i2c_board_info __initdata sgh_i2c_board_info[] = {    { /* PM6558 Battery */    .type = "sgh_batt",   .addr = 0x34, },};
04:05.04xsacha-tvyeah i have that
04:05.44xsacha-tvjust trying to fix up the driver now, i need to make it poll somehow? to keep updating measurements
04:06.49tmztyeah
04:06.51tmztok
04:08.53tmztdo you get interrupts from that chip?
04:09.12xsacha-tvi dont think so, cant see interrupts mentioned in the windows driver
04:10.05xsacha-tvthe windows driver seems to make 5 calls to battery_sample which does the i2cwrite/i2cread and then it takes the average of these as far as i can tell
04:10.45tmztok
04:10.50*** join/#htc-linux Amaranth_ (n=travis@74-221-34-123.longlines.com)
04:10.51tmztso you need to probe
04:14.19xsacha-tvfor I2C_CLIENT_INSMOD_1 it wants a 'normal_i2c', what is this meant to be? should i just set it to I2C_CLIENT_END like chips that dont have detection do?
04:18.49tmzt?
04:19.33*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
04:20.01tmztnot sure
04:20.04xsacha-tvit goes at the start of the driver, apparently for detection
04:20.28xsacha-tvmaybe it's just for detecting slave address
04:23.32*** join/#htc-linux Moku (n=John@f054215173.adsl.alicedsl.de)
04:37.00xsacha-tvhmm my driver gets kernel panic.. driver_register -> i2c_register_driver -> sgh_batt_init -> do_one_initcall -> kernel_init (crash)
04:37.30xsacha-tv-> do_exit
04:38.59xsacha-tvsgh_batt_init just does i2c_add_driver
04:40.59*** part/#htc-linux Gumby (n=Gumby@unaffiliated/gumby)
04:42.02xsacha-tvnevermind, fixed that. but my driver never executes .probe
04:56.09*** join/#htc-linux Tinyboom (n=nahh@15.84-49-87.nextgentel.com)
04:59.13*** join/#htc-linux droid001 (n=mc@p4FDCD3BA.dip.t-dialin.net)
05:47.19*** join/#htc-linux Sot (n=Sot@CPE0014bf3f862a-CM0018c0d9db72.cpe.net.cable.rogers.com)
06:07.47*** join/#htc-linux kiozen (n=oeichler@p5492148D.dip0.t-ipconnect.de)
06:24.58xsacha-tvtmzt, hmm my driver works now.. but i get: <7>power_supply sgh_batt-0: prop VOLTAGE_NOW=65276
06:25.15xsacha-tvseems a bit crazy.. i guess i need to work with that number how winmo does
06:26.23xsacha-tvtmzt, im worried cause i got this message in dmesg: <7>sgh_battery 0-0034: negative current!
06:26.52tmztah
06:27.00xsacha-tvoh nevermind
06:27.07xsacha-tvi dont have reg for current yet, that was a placeholder
06:27.14tmztok
06:27.40xsacha-tvfor temp i get TEMP=13420 :P
06:28.30*** join/#htc-linux Zoolooc (n=fredsiba@p549523B6.dip0.t-ipconnect.de)
06:29.11xsacha-tvbut it seems like the write/read is working, so should be done soon
06:34.24*** join/#htc-linux cr2 (n=cr2@ip-77-25-30-103.web.vodafone.de)
06:34.31cr2hi
06:34.39tmzthello
06:34.52tmztsomebody is working on nuvis firmware
06:35.00tmztgarmin
06:35.27cr2tmzt: i've found a difference in your logs and my logs. we will need a separate adsp_6150.c ;)
06:35.38tmztyeah
06:35.41tmztsaw that
06:35.46cr2link ?
06:35.56tmztwere in #xda-devs
06:36.10tmztjust getting the updater figured out
06:36.26cr2newer nüvis are all linux
06:36.29tmztit seems it's omap based (2xx series nuvi)
06:36.40cr2ah, 2xx
06:36.54tmztlet me see if she wants to work here
06:37.17cr2well, when i've documented the 60cx regs, they were very omap850-like
06:38.13tmztcool
06:38.22tmztsilven's kernel should work then
06:38.41cr260cx had 2MB sram
06:39.01cr2at least when i've opened it. and 16MB nor flash intel)
06:39.57cr2so you probably need to have a xip kernel, to save sram space
06:40.14cr2and do some other minor hacks
06:40.20*** join/#htc-linux zeezee1 (n=jessica@71-35-190-33.tukw.qwest.net)
06:40.25tmzthey
06:40.29zeezee1heyy
06:41.07tmzt17:57 < tmzt> it seems it's omap based (2xx series
06:41.07tmzt<PROTECTED>
06:41.07tmzt17:58 < cr2> ah, 2xx
06:41.07tmzt17:58 < tmzt> let me see if she wants to work here
06:41.07tmzt17:58 < cr2> well, when i've documented the 60cx
06:41.10tmzt<PROTECTED>
06:41.12tmzt17:59 < tmzt> cool
06:41.15tmzt17:59 < tmzt> silven's kernel should work then
06:41.17tmzt18:00 < cr2> 60cx had 2MB sram
06:41.20tmzt18:00 < cr2> at least when i've opened it. and
06:41.22tmzt<PROTECTED>
06:41.25tmzt18:01 < cr2> so you probably need to have a xip
06:41.28tmzt<PROTECTED>
06:41.47*** join/#htc-linux pleemans (n=toi@d51A49C45.access.telenet.be)
06:41.58zeezee1mmm good news
06:42.04tmztwe are currently working on wireshark tracing the updater
06:42.37zeezee1actually i decided to download the newest wireshark first xD
06:42.51tmztok
06:42.57tmztin vm or outside?
06:43.04zeezee1my archive still had 1.0.2
06:43.10zeezee1outside
06:44.55*** join/#htc-linux Guest55555 (n=Guest555@rgnb-5d874c73.pool.einsundeins.de)
06:44.59*** join/#htc-linux KindofBlue (n=KindofBl@rgnb-5d874c73.pool.einsundeins.de)
06:46.08cr2the virtual/physical memory map is something to find out first
06:47.15tmztshe's trying to get a firmware so we can figure out the format
06:47.26tmztwould that be knowable from kernel
06:47.35tmztor we need the bootloader also?
06:47.38tmztjtag?
06:47.46zeezee1would be so much easier if they just had the file on their site xD
06:48.36high-rezWhat device?
06:49.10tmzthey
06:49.31high-rezHi
06:50.24KindofBlueOne more  trial: I have a HTC Universal running with Debian(Titchy) and Kernel 2.6.21-hh20.With 2.6.21-hh20 it consumes 30mA in suspend (WinCE 3 mA) this means ca. 2 days (linux) to 20 days (WinCE).Any idea what's the reason for this or better a solution ?I fiddled around a little with the power management in the 2.6.21-hh20, but it would be very nice to have a newer Kernel. Anybody who has a newer Kernel working on Universal ?
06:50.54tmztsame answer kob
06:51.02tmztwork on upstream stuff
06:51.20tmztadding pm to hh is too much work for little gain
06:51.56tmztget poky 2.6.23 and integrate into ph5 tree
06:54.11KindofBluetmzt: What's poky 2.6.23 ? How to get it ?
06:54.40tmztfrom poky linux
06:54.53tmztthere are patches at least
06:55.05tmztI think ph5 has some of this done though
06:55.15tmztor somebody
06:55.34tmztI've started on uni board with a few people
06:55.55tmztconverting keyboard and similar things
06:56.29tmztI would rather it be done to be comitted on ph5 tree before starting again
06:58.52tmztzeezee1: find it?
07:03.03*** join/#htc-linux zeezee (n=jessica@71-35-190-33.tukw.qwest.net)
07:09.28*** join/#htc-linux jim_p (n=Miranda@alc112.alcatel.be)
07:23.28KindofBluetmzt: I tried git clone git://git.pokylinux.org/poky.git. How to get the kernel sources (I don't know bitbake) ?
07:23.59tmztdon't clone that :)
07:24.17tmztlook in gitweb and find the .bb file for kernel
07:24.26tmztyou'll find the patches
07:25.16zeezeePOST /support/WUSoftwareUpdate.jsp HTTP/1.1Accept: text/*
07:25.16zeezeeUser-Agent: WebUpdater 2.4.2
07:25.16zeezeeContent-Type: application/x-www-form-urlencoded
07:25.16zeezeeHost: www.garmin.com
07:25.16zeezeeContent-Length: 783
07:25.17zeezeeCache-Control: no-cache
07:25.19zeezeeCookie: JSESSIONID=3EF092A64EC816DB4303597539F43509; LB=jahia0
07:25.21zeezeereq=%3c%3fxml%20version%3d%221%2e0%22%20encoding%3d%22UTF%2d8%22%20standalone%3d%22no%22%20%3f%3e%0a%3cRequests%20xmlns%3d%22http%3a%2f%2fwww%2egarmin%2ecom%2fxmlschemas%2fUnitSoftwareUpdate%2fv3%22%3e%0a%0a%20%20%3cRequest%3e%0a%20%20%20%20%3cPartNumber%3e006%2dB0827%2d00%3c%2fPartNumber%3e%0a%20%20%20%20%3cTransferType%3eUSB%3c%2fTransferType%3e%0a%20%20%20%20%3cRegion%3e%0a%20%20%20%20%20%20%3cRegionId%3e14%3c%2fRegionId%3e%0a%20%20%20%2
07:25.27zeezeeServer: Apache
07:25.29zeezeeContent-Type: text/html;charset=ISO-8859-1
07:25.31zeezeeDate: Fri, 03 Jul 2009 07:23:40 GMT
07:25.33zeezeeContent-Length: 4778
07:25.35zeezeeConnection: keep-alive
07:25.37zeezeeSet-Cookie: JSESSIONID=872D4F73993B8CD0F4D1F6E847D56112; Path=/support
07:25.39zeezeeSet-Cookie: LB=jahia3; path=/
07:25.41zeezeedamnit
07:25.52zeezeewhy doesnt it just leave it in one entry?
07:25.57tmztunescape req please
07:26.24tmztand response?
07:26.27tmztalso xml?
07:26.43tmztone entry?
07:26.54tmztthis is an http request
07:27.13zeezeeyes
07:27.15zeezeethe only post to check for the available update
07:27.42tmztdoes it get xml in response?
07:28.20tmzthow many bytes does wireshark say it is?
07:28.55zeezee60
07:29.27zeezee:P
07:29.29tmztok
07:29.32tmztpaste
07:49.22tmzt&(host_info[ i ].smphr)
07:49.22tmztnuvi SD Card
07:49.22tmztnuvi Flash
07:49.23tmzt&iop_app_main_msg_queue_smphr
07:49.23tmzt&my_timers_smphr
07:49.25tmzt%04d/%02d
07:49.27tmztS/W Update Done
07:49.30tmztS/W Update Started
07:50.04ali1234hey, what you doing?
07:53.00*** join/#htc-linux tiger2wander (n=tiger2wa@203.113.134.20)
07:53.03tmzt&iop_mac_task_smphr
07:53.03tmztMAC: GCD file missing
07:53.03tmztMAC: unrecognized device
07:53.03tmztMAC: SYS Ver %d
07:53.03tmztMAC: Prod ID %d
07:53.05tmztMAC: ping timeout
07:53.08tmztnuvi
07:53.16tmztlooks like it might be an rtos though
07:53.27tmzta lot of -smphr after everything
07:53.33zeezeeyea
07:53.46zeezee...where are you looking?
07:53.46tmztno linux that I can see
07:53.52tmztstrings
07:53.55zeezeeok
07:54.12zeezeethats what i thought...cus i see alot of that smphr
07:54.22zeezeetoo
07:54.49ali1234semaphore with the vowels removed...
07:54.49zeezeeit might also just be a data file where the updater throws all the commands
07:54.52tmzt" ?>
07:54.52tmzt<trkpt lat="%.6f" lon="%.6f">
07:54.53tmzt<trkpt lat="0.000000" lon="0.000000">
07:54.53tmzt<PROTECTED>
07:54.53tmzt<PROTECTED>
07:54.55tmzt<PROTECTED>
07:54.57tmzt<PROTECTED>
07:55.00tmzt<PROTECTED>
07:55.03tmzt&log_snr_smphr
07:55.05tmzt,%.012f,%.012f,%.3f,
07:55.08tmzt%f,%.012f,%.012f,%.3f,
07:55.10tmzthah, xml
07:55.21zeezeeyea they use alot of xml
07:55.57tiger2wanderhi guys & girls, Have any news about linux/android linux for port for blueangel/pocket pc?
07:56.46tmztOS20_02.06.13 ARM7 - Apr 13 2009 11:57:59
07:56.46tmzt(C)2007 ST Microelectronics
07:56.58tmztI would say nuvi 2xx is not linux
07:57.41tmztthe bootloader and maps app would not have so much in common if it was
07:57.47zeezeebut isnt it compatable with that cpu?
07:57.53tmztsure
07:58.05tmztbut a new mach maybe
07:58.22tmztyou want it for gps device?
07:58.49zeezeeidk what i want it for, i wanna find out moer about it first xD
07:59.38tmztmight be fun with rockbox but it's not an mp3 player either
07:59.51tmztsome mention of dsp
08:00.01tmztalso agps which is interesting
08:00.12tmztmsn data direct and rds
08:00.18zeezeeye[
08:00.20zeezeeyea
08:00.53tmztgetting a bare minimum kernel looks doable
08:01.01tmztdepending on ram size
08:01.18tmzthalf of the fw is libjpeg and libpng
08:01.32tmztif it's 8mb nor
08:01.49tmztleaves little room for much elze
08:01.57zeezeei think it has to be something a little significant b/c it has to buffer all the map request/responses etc
08:02.02zeezeethe ram that is
08:02.09tmztoh, looks like you can flash gcd from sd card
08:02.54*** join/#htc-linux zeezee (n=jessica@71-35-190-33.tukw.qwest.net)
08:03.36tmztcan you run file?
08:03.37*** join/#htc-linux g55 (n=g55@rgnb-5d874c73.pool.einsundeins.de)
08:03.42zeezeewhat?
08:03.54tmztfile nuvi*
08:03.57tmztin linux
08:34.09*** part/#htc-linux zeezee (n=jessica@71-35-190-33.tukw.qwest.net)
08:34.24*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
08:47.17xsacha-tvtmzt, lol woah xda-dev channel..
08:48.00xsacha-tvmy first time in there :P
08:48.39xsacha-tvalways get that heated?
08:51.32tmztoccassionally
08:52.43*** join/#htc-linux nebi (n=nebi@217.142.147.19)
08:52.49*** part/#htc-linux jim_p (n=Miranda@alc112.alcatel.be)
09:10.06*** join/#htc-linux DJWillis (n=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk)
09:28.02xsacha-tvibm released the world's first machine learning compiler
09:38.53*** join/#htc-linux KindofBlue (n=KindofBl@rgnb-5d874c73.pool.einsundeins.de)
09:56.02*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
10:05.44*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
10:35.28*** join/#htc-linux KindofBlue (n=KindofBl@rgnb-5d874c73.pool.einsundeins.de)
10:52.43*** join/#htc-linux MethoS (n=clemens@host-091-097-241-068.ewe-ip-backbone.de)
11:22.53*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
11:22.56*** join/#htc-linux chab7 (n=chab7@catv91EC01B3.pool.t-online.hu)
11:43.33*** join/#htc-linux mugsie (n=Administ@unaffiliated/mugsie)
11:45.19*** join/#htc-linux MethoS (n=clemens@host-091-097-245-178.ewe-ip-backbone.de)
11:48.52xsacha-tvtmzt, any help? :(
11:49.46xsacha-tvi cant seem to get any sensible results back thru i2c. the winmo driver seems to send 0xD2 0x21 and then reads (without any byte)
11:50.17xsacha-tvhow should i implement that because right now i do i2c_transfer's (also tried smbus)
11:54.15*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
12:07.36*** join/#htc-linux Zoolooc (n=fredsiba@p549523B6.dip0.t-ipconnect.de)
12:13.23*** join/#htc-linux mickey|ICE625 (n=M@92.117.55.198)
12:14.49*** join/#htc-linux xsacha-tv (n=sacha@203.214.116.29)
12:24.51*** part/#htc-linux mugsie (n=Administ@unaffiliated/mugsie)
12:44.05*** join/#htc-linux mickey|train (n=M@92.117.36.223)
13:10.44xsacha-tvtmzt, are you here?
13:14.32*** join/#htc-linux furtardo (n=mks@ops1.image.search.corp.mud.yahoo.com)
13:17.55*** join/#htc-linux furtardo (n=mks@ops1.image.search.corp.mud.yahoo.com)
13:52.30xsacha-tvtmzt my usb: http://img440.imageshack.us/img440/9528/screenshote.png
14:03.47*** join/#htc-linux furtardo (n=mks@nat/yahoo/x-27e005dcd535c302)
14:19.16*** join/#htc-linux parmaster (i=par@dipole.idlepattern.com)
14:35.20*** join/#htc-linux dcordes_work (i=d9739e83@gateway/web/freenode/x-a11ad097cf70ab5d)
14:51.28dcordes_workprovides channel with free beer
15:10.25tcccpdcordes_work: I provide funny pictures: http://bmvg.bund.be/~hey/images/fun/Sir_Isaac_Newton.jpg
15:11.26dcordes_worktcccp: trying to figure the funny part
15:11.45tcccpdcordes_work: See the woman's butt?
15:12.26dcordes_workyes
15:12.47tcccpAnd the physical reaction of what's below?
15:13.20*** join/#htc-linux goxboxlive (n=goxboxli@140.84-48-184.nextgentel.com)
15:14.20dcordes_worktcccp: ok
15:14.54tcccpI just had to take a picture :)
15:15.07dcordes_workI will look at the other funny pictures
15:15.14dcordes_workare you still in the wild west?
15:15.18tcccpnegative
15:15.23tcccpBueckeburg, Germany
15:22.02parmasterdcordes_work: god love ya for the beer
15:52.45dcordes_workparmaster: you're welcome
15:56.32*** join/#htc-linux Gigawatts (n=chatzill@krjohnson-6.st.bradley.edu)
16:09.15*** join/#htc-linux chab7 (n=chab7@catv91EC01FD.pool.t-online.hu)
16:19.50*** join/#htc-linux MethoS (n=clemens@host-091-097-243-127.ewe-ip-backbone.de)
16:20.13*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
16:26.18*** join/#htc-linux marex (n=marex@thor.hackndev.com)
16:46.25*** join/#htc-linux onen|openBmap (n=quassel@mry91-1-89-87-198-158.dsl.club-internet.fr)
17:07.31*** join/#htc-linux ltxda0 (n=anon@unaffiliated/ltxda)
17:10.12*** join/#htc-linux Echo31 (n=olivier@mir31-4-82-240-194-54.fbx.proxad.net)
17:14.16*** join/#htc-linux pH5 (n=ph5@e178218069.adsl.alicedsl.de)
17:24.56*** join/#htc-linux jaSOnGg (n=IamSOG@218.19.122.99)
17:36.03*** join/#htc-linux goxboxlive (n=goxboxli@186.84-48-184.nextgentel.com)
17:37.52*** join/#htc-linux cr2 (n=cr2@ip-77-25-35-111.web.vodafone.de)
17:50.34cr2tcccp: where have you found that sign? :) http://bmvg.bund.be/~hey/images/fun/183.html
18:01.27*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87de91.pool.einsundeins.de)
18:08.03Echo31hi cr2
18:09.42*** join/#htc-linux goxboxlive_ (n=goxboxli@230.84-48-212.nextgentel.com)
18:12.31cr2hi Echo31
18:15.07*** join/#htc-linux goxboxlive__ (n=goxboxli@170.84-48-184.nextgentel.com)
18:15.19*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
18:18.00*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
18:34.16*** join/#htc-linux NAiL (n=repvik@static.85-10-205-72.clients.your-server.de)
18:35.44*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
18:37.10*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl)
18:37.26*** join/#htc-linux stickboy (n=anonymou@ool-457e4101.dyn.optonline.net)
18:37.41NAiLI'm having strange issues with my Kaiser and USB. Windows XP doesn't like it at all anymore, and refuses to connect to the phone unless it's in the bootloader. No difference between advanced or not. No response when running android from a couple of days ago either (vilord).
18:40.16NAiLAnyone got a clue whats wrong? :)
18:43.31cr2NAiL: do you hae a linux machine ?
18:44.45NAiLhmm, no, not at the moment. But I do have a NAS that I can install debian on, if I just find a power cable...
18:51.28NAiLcr2: What should I be looking for when I connect it to a linux box?
18:53.31cr2lsusb
18:54.34NAiLjust to see if the ids are "normal"?
18:55.21dcordes_workhi cr2
18:55.48cr2hi dcordes_work
18:56.45dcordes_workdid you see my question about the georeferenced imagery?
18:58.03cr2where ?
19:02.07dcordes_workon the channel yesterday
19:02.59cr2no
19:03.19*** part/#htc-linux dcordes_work (i=d9739e83@gateway/web/freenode/x-a11ad097cf70ab5d)
19:03.29*** join/#htc-linux dcordes_work (i=d9739e83@gateway/web/freenode/x-a11ad097cf70ab5d)
19:03.35dcordes_workwrong button pressed
19:04.00dcordes_workthe freenode web chat is nice
19:12.24*** join/#htc-linux tuxhero (n=tuxhero@122.169.152.119)
19:12.44*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
19:12.44tuxherowhat's up cr2
19:13.02tuxherohow are you. how thing are going
19:21.39tcccpcr2: lustich.de
19:21.56dcordes_worktuxhero: I saw you merged the htc-msm-2.6.27 changes to android-msm-2.6.29 ?
19:33.39dcordes_workchtty
19:33.42*** part/#htc-linux dcordes_work (i=d9739e83@gateway/web/freenode/x-a11ad097cf70ab5d)
19:38.02tuxherodcordes_work: ya merging went fine it's just copy paste but real work starts now
19:40.17*** part/#htc-linux tuxhero (n=tuxhero@122.169.152.119)
19:56.49*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
19:57.09*** join/#htc-linux NetRipper (n=netrippe@netripper.nl)
20:00.14*** join/#htc-linux surge (i=surge@pool-98-118-158-217.bflony.fios.verizon.net)
20:20.27*** join/#htc-linux LTxda (n=anon@unaffiliated/ltxda)
20:23.54*** part/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:24.04*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:24.18tmztcr2: seems that nuvi is not linux
20:27.09IceBoneGarmin Nuvi?
20:27.31tmztyes
20:29.38Captnoordhmmm maybe not on topic
20:29.54CaptnoordI picked up a long lost thing of mine
20:29.58Captnoordwriting songs....
20:30.10Captnoordany one interested in giving a opinion?
20:30.18cr2tmzt: only latest nüvis are linux
20:31.06cr2the older ones use some garmin os
20:31.31tmztshe still wants to try an omap kernel and says it has 512mbyte nand and 2gb storage
20:31.36tmztbut I'm not sure
20:31.55tmztI'm more worried whether it will work with an initramfs
20:32.08tmztdid you get the url?
20:32.24tmztit has rds and agps of some sort by the way
20:32.32tmztas well as msn direct
20:33.21tmztbut I'm not sure it's (ti) omap, it may be st micro or that maybe be the flash
20:35.00*** join/#htc-linux tuxhero (n=tuxhero@122.169.152.119)
20:38.32*** join/#htc-linux surge (i=surge@pool-98-118-158-217.bflony.fios.verizon.net)
20:40.47Captnoordhttp://deja.jails.nl/trashbin/morning_mist_bit_better.ogg
20:41.08tuxherocr2: r u there?
20:41.35tmzttuxhero: hello, where is this tree you're working on?
20:41.43tmztin ltg?
20:42.47tuxherostill no tree i am setting it up at http://androidkernel.org after i setup i will let you know
20:43.17tmztwhy?
20:43.50kri5i think he wants to have a complete working platform
20:43.51tmztyou mean your setting up git there as well?
20:44.10kri5with mailings, website and git
20:44.11tmztbut only for blak?
20:44.59kri5tmzt: has he said in a post on xda, he will work first for black, but after for other devices, tell me if i'm wrong tuxhero
20:45.22tuxheroi try setting it up in my server but failed i try github but i don't like it much so i am trying to put fresh server for only this project
20:46.24tmztcurrently blak stone is supported on htc-msm-2.6.27 but only if it's the only device enabled
20:46.25tuxheroall our dia/black/pro/pro2/dia2 share most things in common so i tool blackstone as base device
20:47.16tmztif we can have on zImage for all devices that cuts down testing, simplifies support
20:47.34tmztharet will detect the device and set mtype
20:47.45tmztkernel uses that to init the correct device
20:47.49*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:47.59kri5yep, like most binary based distribs
20:48.06tmztis there something about wvga that requires a seperate android userland?
20:48.46tuxherono android does not need any thing except correct size in msm_fb
20:49.02tuxheroYou guys did that already :)
20:49.15tmztyes
20:49.35*** join/#htc-linux [2]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:49.39tmztandroidkernel.org is your site?
20:50.01tuxheroyes but i did't put any website still
20:50.15tuxheroiam getting the site ready
20:50.46kri5tuxhero: is the server yours?
20:50.52tuxheroyes
20:51.16kri5tuxhero: will you use a ready made website?
20:51.42kri5tuxhero: for a project i'm doing at school we use redmine for git integration and bugtracking and wiki purpose
20:51.48kri5it's really cool
20:51.55kri5but that's just an idea :)
20:52.11kri5i think you already have yours
20:52.14kri5:S
20:52.17kri5:D
20:53.01kri5is getting killed by the temperature
20:53.06tuxheromy brother is a web and graphic designer he will be desigining
20:53.54tmztbug tracker could be helpful
20:53.54tmztcompile testing would be really helpful
20:54.18tuxheroya i am looking around for a good one i will surely put it
20:54.19tmzthow would the forums work?
20:54.27kri5i can't give you my project website address because we chosse not to communicate on our project since september :/
20:54.49kri5but i think you can find redmine demo on the web
20:55.14kri5it integrates all the nescessary tools to dev and communicate on a project
20:55.36tmztirc, cia, some kind of build bot
20:55.42tuxheroi want to do it some thing like kernel.org mailling list,git.gitweb,bug tracker,wiki
20:55.44kri5wiki, bugtracker, info pages, git browser etc...
20:56.00tmztbut how many git trees are we going to have?
20:56.14kri5tuxhero: so you should have a look to redmine, and mailman for mailing list :)
20:56.32kri5and redmine can manage more than one project ;)
20:56.49tmztwe've had android patches integrated from the beginning, being downstream from android.git.kernel.org
20:57.01kri5and as said tmzt, a cia bot is very useful to be informed by irc
20:57.08tuxherocurrently one but can be incressed when we started takeing care of other device which need another git repo
20:57.18tmztif we ever decided to move to upstream we would like maintain a version with adnroid patches
20:57.37tmztnot what I meant
20:57.59tmztwhy should each device need it's own repo?
20:58.21kri5http://redmine.lighttpd.net/projects/show/lighttpd
20:58.24kri5for example
20:58.34tuxheroi am also trying to do the same i want to build kernel that can fully integrate with android.git.kernel.org
20:58.46tmztthe A/non-A split is historical because dzo had a different approach to some of the driver code having developed it before the trout release
20:59.15tmztall current devices are A or qsd (coming)
20:59.34tmztall of which can be supported by google's tree
21:00.13tuxherotmzt: i had one small question
21:00.15*** join/#htc-linux j0b0 (n=jobo@5ED40048.cable.ziggo.nl)
21:00.25tmztsure
21:01.17tuxheroI heard that qdsp need to rewrite for wince based devices as it has to be implemented diffrently is it correct?
21:01.43tmztyes
21:01.55tmztnot a full rewrite
21:02.23tmztdifferent proc's devices enpoints mostly
21:02.25tuxherook qdsp need to be rewrite but many other device use rpc we might get them working by sending hello package
21:02.46tmztthere's a difference between documenting binary drivers through a process
21:03.00tmztwe don't send hello packet
21:03.05tmztwe receive it
21:03.19tmztsince the device is already booted we faake the receive
21:03.46tuxherook i understand
21:04.21tuxherobut why other rpc based devices are not working?? do they also need to rewrite?
21:04.43tmzthow long is it going to take to set up a new git server anyway?
21:04.54tuxherojust few mins
21:04.58tmztwhich devices?
21:05.16tmztph5: you here?
21:06.26tuxherocurrently i am preparing patchs for blackstone i will put it first later i as soon as i prepared for diamon/rap i will put them also
21:06.45tmztput what?
21:07.15tuxherosorry i mean commiting code
21:07.57tmzthow mqany people are going to be maintaining this?
21:08.30tuxherocurrently i am alone. looking for some help
21:08.53tmzton your forums?
21:09.11tmztmost of the people use irc for this kind of thing
21:09.16tmzthere
21:09.29tmztmost of the people here use irc for this kind of thing
21:11.27tuxheroya i understand that but getting friendly with people on irc is also a very hard job
21:11.36*** join/#htc-linux leaigor (n=laigor@188.134.36.14)
21:12.53tmztwhy is that?
21:14.15tuxheroiam very bad at making friends and most people here are geeks making friends is some what diffrent
21:15.21tmztmost people where?
21:15.34tmztall of irc, freenode, this channel?
21:15.51tuxheroirc. See just for no reason i had a big fight with cr2
21:16.36kri5personnaly i just use irc for informationnal and work purposes
21:16.43tmztover what? you mean in pm?
21:16.54tuxheroin forums
21:17.14tmztwe can't have drivers developed from wm code, they will never go into linux
21:21.36tuxherobut they will help us understand how they work reduces some R&D work
21:22.04*** join/#htc-linux dwaradzyn (n=chatzill@chello089079067084.chello.pl)
21:23.10*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
21:42.31NAiLcr2: ping? In linux now, and kaiser attached
21:43.44tuxherorun lsusb command
21:44.47NAiLBus 002 Device 002: ID 0bb4:00ce High Tech Computer Corp. mmO2 XDA GSM/GPRS Pocket PC
21:45.52tuxheroi think it's fine may be your windows drivers has some problem
21:46.36NAiLI'm pretty sure the hardware is OK, since I can flash new firmware using the bootloader and usb
21:48.26NAiLBut how can I fix the drivers on XP? I've removed activesync and reinstalled, I've deleted the device from device manager... I'm kinda stuck
21:49.22tuxherois your USB Not detected at all or detected but not able to install drivers?
21:49.41NAiLIt detects it, but fails to install
21:52.35tuxheroThen it's better cr2 answer your query i never been into windows much
21:58.51tmztNAiL: hello
21:59.37tmztyou mean for ruu flashing? they can help you in #xda-devs
22:00.18NAiLtmzt: I can flash just fine. I can't connect with activesync ;-)
22:00.45tmztsame thing
22:01.07tmzt#xda-devs
22:01.08NAiLyeah
22:05.11NAiLhmm... isn't usb working on android?
22:07.34tmztwhat do you mean?
22:07.54tmztwhat device?
22:09.57Echo31cr2: The usb ohci host works.
22:09.57NAiLkaiser.
22:11.23tmztok, what kernel?
22:15.48NAiLtmzt:
22:15.51NAiLuh
22:16.02NAiL2.6.28-13
22:17.14tuxherogood irc client for pocketpc?????????
22:18.45NAiLtmzt: nothing shows up in dmesg or lsusb when I plug/unplug my kaiser while it's running android. It appears to be charging though...
22:25.57*** part/#htc-linux tuxhero (n=tuxhero@122.169.152.119)
22:35.03tmztin windows you need the zaurus driver
22:35.13tmztsorry, got disconnected
22:36.09tmztNAiL: kernel on your kais I meann
22:38.07NAiLhmm, how do I check that? It's vilords from a couple of days back
22:40.09tmztrecent dzo has usb support
22:42.41Amaranthhas anyone tried banshee's G1 support with another phone running android?
22:43.02AmaranthI suspect you'd have to tweak the code a bit to make it recognize another phone the same way
22:43.23*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
22:43.25tmzthaven't tried it
22:51.28NAiLtmzt: Where can I get zaurus drivers?
22:53.52tmztNAiL: not sure
22:54.13tmztif it doe3sn't work in linux though we need to find out why firsti
23:10.23*** join/#htc-linux MethoS (n=clemens@host-091-097-243-127.ewe-ip-backbone.de)
23:15.01Echo31cr2: Now, the usb ohci works. i will try to implement the touchscreen ad7877. Does it use with the SPI ?
23:18.12Echo31cr2: the boards from /arch/blackfin/mach-bf537/boards/ implement already the ad7877

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