IRC log for #htc-linux on 20070502

00:01.10cr2leOn: with wizard you are on your own. it's an undocumented cpu.
00:01.55cr2you need to do a lot of tracing, disassembling and comparing with other known omap devices.
00:02.27*** join/#htc-linux g3gg0__ (n=g3gg0@ppp-62-245-163-212.dynamic.mnet-online.de)
00:05.16leOni'm just asking because i've seen some stuff in linwinzard project page, and according to that i should be able to telnet to the device after the kernel booted
00:05.29leOnso i decided to ask here
00:08.06leOnwell .. just found some inconsintencies in the bootloader conf file
00:08.14leOnlet's see if that was it
00:09.16leOnthing is that although i'm rather experienced on linux systems, i'm no kernel freak
00:09.35leOndevice driver devel is not my thing
02:22.07*** join/#htc-linux khromu (n=luis@fwbox.uevora.pt)
04:35.10*** join/#htc-linux SmallR2003 (n=SmallR20@c-24-14-100-254.hsd1.il.comcast.net)
05:01.08*** join/#htc-linux sadeness_ (n=LamersIn@nat2.rlan.ru)
05:26.03*** join/#htc-linux _law_ (n=law@mail.stiftadmont.at)
05:29.49*** join/#htc-linux rmoravcik (n=rmoravci@pc-3s0zt5w2e4y0vzmhnrzq3a21zqajzfw.users.student.utc.sk)
06:15.10*** join/#htc-linux pleemans (n=peter@d5152D19B.access.telenet.be)
07:00.39*** join/#htc-linux rob_w|mis (n=rob_w@p549bac40.dip0.t-ipconnect.de)
07:23.00*** join/#htc-linux root2 (n=root@lun34-2-82-238-28-28.fbx.proxad.net)
07:29.10root2hi
07:29.22BabelOhi root2 :)
07:29.27*** join/#htc-linux pleemans (n=peter@d5152D19B.access.telenet.be)
09:05.14*** join/#htc-linux goxboxlive (n=goxboxli@176.84-48-210.nextgentel.com)
09:16.38BabelOhi goxboxlive
09:16.47goxboxliveHi BabelO
09:17.03goxboxliveIm trying to build gnokii form cvs now
09:17.09BabelOi answer to you yesturday, but you leave irc before :)
09:17.22goxboxliveIs there a lot of files i have to edit to add genhtc.c/h ?
09:17.31goxboxliveok, i'll check the logs
09:18.18BabelOit is about content of file qpe.conf
09:18.33BabelOit try to load opie by default
09:18.45goxboxliverealy, so i can just edit it and the voila boot right?
09:19.07goxboxlivei'll try now, (day off also today :-) )
09:19.26BabelOok, not for me :( day off was yesturday
09:20.16goxboxlive:-) soon i'll have 10 weeks permition? , home with child.
09:22.46*** join/#htc-linux MrVanx (n=chatzill@82-69-60-250.dsl.in-addr.zen.co.uk)
09:33.04*** join/#htc-linux twostupiddogs (n=towstupi@84.18.144.39)
09:42.07goxboxliveBabelO It still wouldnt launch. But the funny think is that it suspends after about 10 sec. after launching /opt/Qtopia/bin/qpe
09:42.17goxboxlives/think/thing/
09:46.18BabelOgoxboxlive: yes because it can't read battery status... so it suspend
09:46.47BabelOcan you pastebin your custom.cpp file ?
09:46.47goxboxliveahh, ok, is there a way i can disable it? Or do i have to recompile?
09:46.53BabelOdoes it segfault ?
09:46.58goxboxliveyes
09:48.03BabelOif it segfault need to add some trace, you can do that
09:48.22goxboxliveBabelO http://pastebin.no/1463
09:50.32BabelOyoua are the only user of pastebin.no :)
09:51.21BabelOi have harcoding some values ;)
09:51.57BabelOcheck that you have /sys/class/battery/main-battery/charge_now
09:52.30BabelOand
09:52.45goxboxliveWe have this for backlight: /sys/class/backlight/corgi-bl/ and the files under there
09:52.55BabelO/sys/class/backlight/..../max_brightness
09:53.31goxboxliveAnd we have battery as: /sys/class/battery/main-battery/
09:53.46BabelOto block suspend coment this system("apm -s");
09:56.02*** part/#htc-linux MrVanx (n=chatzill@82-69-60-250.dsl.in-addr.zen.co.uk)
09:56.36goxboxliveok, i will
09:57.02cr2hi
09:57.32cr2BabelO: why don't you just open the first direntry in /sys/class/backlight/* ?
09:57.33goxboxlivehi cr2
09:57.50goxboxliveI think i have to add corgi-bl to right? I cant see it in the file
10:03.05cr2please, don't hardcode any device names into the source code. it creates debugging and support nightmare.
10:03.50cr2somebody at sharp thought that's it's a good idea to hardcode corgi-bl, so every opie user suffers now.
10:03.59cr2let's avoid it in opie2.
10:04.07BabelOcr2: that's waht i am doing, fiorst device entry for backlight is opened
10:04.42cr2or 'sharp_buz' or 'omega_whatever' on the greenphone.
10:04.46BabelOthe hardcoded value is battery capacity, but i remove it by reading max charge
10:04.57cr2ok.
10:05.39BabelOcr2: the thing i don't like is lot of I/O to only retrieve some value
10:06.36BabelObut i think we need a module for some gpio event
10:06.49cr2BabelO: i'll go for I/O if it saves countless hours of 'why FOO does not work on my device BAR' on this channel.
10:06.55BabelOelse we have do create a daemon to poll all /sys/class entry :(
10:07.20cr2opendir(/sys/class) ;
10:07.22cr2:)
10:07.26cr2select()
10:07.46BabelOcr2: yes i know, but is each event trapped by select ?
10:08.15BabelOif i plug my headphone, it switch an entry under /sys/class, it is trapped ?
10:08.25BabelOi m not sure
10:08.35cr2it should be a SW_ event.
10:08.54cr2handled by the kernel on universal now, but i'll change that.
10:09.47cr2so you'll process it as any keyboard/switch event.
10:10.13BabelOcr2: ok for SW_Event so i have to add SW_event for jack phone, charger mode,
10:10.45cr2yes, i think it's the best and most clean solution.
10:10.56cr2just a notification from the kernel.
10:11.16cr2in a standard KEY_/SW_ form.
10:11.21BabelOok, i already use a Select for GSM event
10:12.00cr2GSM is also just a notification event.
10:12.40cr2you are free to ignore it if you'd like.
10:13.28BabelOcr2: i use select on ttyS0 to detect new CSQ, COPS values and update opie screen
10:13.39BabelOand same for RING and +CMT :
10:14.20cr2yes, why not :)
10:14.44cr2but a $GSM_DEV is better than ttyS0 :)
10:15.15cr2because on hermes it's ttySAC1, for example.
10:15.16BabelOi notice that when CREG=2 is used, if something change like signal quality or operator, i receive value on ttyS0
10:15.49cr2yes, these are 'unsolicited' events.
10:15.49BabelOcr2: yes ;), i can auto detect using parsing for phone module maybe ?
10:16.07cr2isn't there some phone.conf somewhere ?
10:16.13BabelOyes unsolicited event are better , no cpu consumption
10:16.22cr2need to look what the greenphone does.
10:16.42cr2but it also does a lot of stupid things, so just to be sure.
10:17.10cr2hm. you have port=
10:17.14cr2in the .gnokiirc
10:17.24cr2and model=
10:17.54cr2model=HTC is too generic, we have huge differences between TI and MSM.
10:17.57goxboxliveBabelO I added corgi-bl, comment apm -s , changed qpe.conf but still it wouldnt launch. Complaines about the qws server
10:18.34BabelOgoxboxlive: ? you don't need to add corgi-bl, it take first directory entry
10:18.47goxboxliveok
10:18.56BabelOif one day we have a phone with two backlight there is some problem ;)
10:19.10BabelOgoxboxlive: can i see output ?
10:19.32goxboxliveyes i do it with strace
10:20.37BabelOgoxboxlive: try without strace, and then pastebin.. and we add som trace
10:21.00goxboxliveok, but i have stated it allready
10:22.25goxboxliveBabelO http://pastebin.no/1464
10:23.36cr2BabelO: 2 LCDs are used on some phones.
10:23.52goxboxliveroot@htcuniversal:~$ /opt/Qtopia/bin/qpe
10:23.52goxboxliveUnable to open '/usr/share/zoneinfo/America/New_York'
10:23.52goxboxliveQTimeZone::data Can't create a valid data object for 'America/New_York'
10:23.52goxboxliveinitEnvironment() Invalid QTimeZone America/New_York
10:23.52goxboxliveSegmentation fault
10:23.52goxboxliveroot@htcuniversal:~$
10:24.24cr2goxboxlive: add this America/New_York timezone to reduce spam.
10:24.43goxboxliveI dont know where to add it
10:24.44cr2and try to run qpe in gdb, if it's not a shell script.
10:24.48BabelO/sys/class/battery/main-battery/charge_now say level 0 :( and status unknown
10:24.59cr2<PROTECTED>
10:25.13cr2copy this file from qtopia
10:25.30*** join/#htc-linux psokolovsky__ (n=psokolov@82.193.98.2)
10:25.38BabelOgoxboxlive: so custom.cpp is ok
10:26.14BabelOpsokolovsky__: i had issue with new ds1wm change
10:28.04BabelOgoxboxlive: is it present /opt/Qtopia/etc/default/Trolltech.conf ?
10:29.01goxboxliveBabelO no, just a folder named Trollteck
10:29.04goxboxlivech
10:29.46cr2BabelO: i've seen some ds1wm patch on magician recently. look in the CVS logs.
10:30.21psokolovsky__Hi!
10:30.22psokolovsky__BabelO: had or have?
10:30.43BabelOcr2: ok, i fix it on BA with asylumed patch which reading interrupt register of ds1wm
10:30.59BabelOpsokolovsky__: had, i fix it locally because i change ds1wm.c
10:31.44psokolovsky__BabelO: well, pls try to find proper fix. but post to k-d in either case ;-)
10:31.59psokolovsky__BabelO: all changes done to ds1wm were done for mainline inclusion
10:32.47BabelOpsokolovsky__: http://pastebin.ca/467124
10:33.29BabelOpsokolovsky__: but asylumed have already posted this, people are not happy about reading ds1wm INT register
10:33.56psokolovsky__BabelO: posted where?
10:34.07BabelOposted to kd
10:34.45psokolovsky__BabelO: link?
10:35.18BabelOpsokolovsky__: i m looking for, it is old
10:35.44psokolovsky__BabelO: if it's old, please post again, and tell why it's needed ;-)
10:36.08psokolovsky__BabelO: but please cleanup - that "return 0" and "u8" stuff doesn't fit
10:37.13BabelOpsokolovsky__: i found it in mail box, where is the link ?
10:37.29psokolovsky__BabelO: ask google ;-)
10:39.51BabelOthanks Mr google and CIA ;) http://www.handhelds.org/hypermail/kernel-discuss/29/2949.html
10:44.08psokolovsky__BabelO: thanks for the link, well, feel free to continue that thread, and post updated patch. if it's needed for you, we for sure need it to get into, even if hh.org version for now. just describe why you now not just read INT reg in one place, but do more.
10:44.45psokolovsky__BabelO: and thanks in advance - it depends on all us to elaborate such issues, ML is still the best medium ;-)
10:48.23BabelOi asck asylumed,because he found something else maybe
10:55.28*** join/#htc-linux WizMaui (n=WizMaui@62.112.90.250)
11:11.50tsdogsgoxboxlive: you there?
11:12.09tsdogsI have sent you an e-mail with a patch for the hinge/buttons
11:12.30tsdogsI think you'll find it in your spam folder in gmail
11:12.41goxboxlivetsdog: Yes i saw it. I have compiled it, but glib failes building
11:12.56tsdogsthat's an OE issue right?
11:15.06goxboxliveyes
11:15.56goxboxliverebuilding glib now
11:16.36tsdogsok let me know if it works. I submitted it already to opie-devel mailing
11:17.14goxboxliveok, good
11:17.19tsdogsI still need to find a way to interact with volume, though as there is no sound right now :)
11:17.41goxboxliveThe sound is working, but not opie-system sound.
11:17.53goxboxliveIt happend when we moved from Familiar -> Angstrom
11:18.08goxboxliveI think psokolovsky__ knows a little about it.
11:18.48tsdogsI saw his post on the mailing list about it, but no responses
11:18.55goxboxliveok
11:28.28*** join/#htc-linux g3gg0_ (n=g3gg0@ppp-62-245-163-212.dynamic.mnet-online.de)
11:29.14*** join/#htc-linux pleemans (n=peter@d5152D19B.access.telenet.be)
11:35.33*** join/#htc-linux g3gg0_ (n=g3gg0@ppp-62-245-163-212.dynamic.mnet-online.de)
11:46.59*** join/#htc-linux g3gg0_ (n=g3gg0@ppp-62-245-163-212.dynamic.mnet-online.de)
11:51.42*** join/#htc-linux pH5 (n=ph5@e178210057.adsl.alicedsl.de)
11:51.46*** join/#htc-linux g3gg0_ (n=g3gg0@ppp-62-245-163-212.dynamic.mnet-online.de)
12:03.01BabelOgoxboxlive:
12:03.22goxboxliveBabelO:?
12:03.54BabelOyes, can you add some trace to htcphonehardware ?
12:06.59BabelOif you want i can add some in my local file for you
12:20.31*** join/#htc-linux rob_w|mis (n=rob_w@p549bac40.dip0.t-ipconnect.de)
12:40.57*** join/#htc-linux BabelO (n=root@lun34-2-82-238-28-28.fbx.proxad.net)
12:43.04elliswayafternoon all
12:43.28goxboxlivehi
12:43.42elliswayhi goxboxlive hows it going m8
12:57.46goxboxlivefine ellisway, and you?
13:03.43elliswaynot bad just setting up 1 of my old dual p3 1u servers
13:04.30elliswaygonna see if i can put it in a rack at 1 of the colo`s later on
13:06.37elliswayanything new on the universal that i could play about with
13:09.06elliswaylast time i looked on your site i think u still had the images from april are they still the current images ?
13:19.00*** join/#htc-linux rob_w|mis (n=rob_w@p549BAC40.dip0.t-ipconnect.de)
13:22.00cr2goxboxlive: you are the only one who can check umts. have you tried something after last attempt ?
13:23.34*** join/#htc-linux cyrill62_ (n=cyrill62@205.245.146.195.dynamic.adsl.abo.nordnet.fr)
13:26.50goxboxliveellisway: I dont know if there is anything to play with, if you notice something let us know, ok.
13:27.39goxboxliveellisway: The images is the latest ones yes, but i think there are some newer ones in the same folders. Just browse them and you see.
13:28.35goxboxliveelleisway: It's not my site, we just borrow it form Funklord, but i am going to move the images over to either hh.org or linuxtogo in short time, because they are no private.
13:29.33goxboxlivecr2: Now i havent, i have been busy with Opie2 you know. I want to have Opie 2 running first.
13:29.58cr2ok.
13:30.00goxboxliveellisway: Right now i am not able to build any images, because my oe tree just broke down.
13:41.55*** join/#htc-linux rob_w|mis (n=rob_w@p549BAC40.dip0.t-ipconnect.de)
13:42.01elliswayk
13:43.08elliswayi`ll have a look through the dirs and see if there is anything newer than the image i have
13:49.36goxboxlivecr2: We have a bootloader ready, right? We just need informastion about the flash memory?
13:50.02goxboxliveso the status page could be updated to that we have a supported bootloader, right?
13:52.46*** join/#htc-linux rob_w|mis (n=rob_w@p549BAC40.dip0.t-ipconnect.de)
14:00.45cr2supported bootloader ?
14:06.58*** join/#htc-linux rob_w|mis (n=rob_w@p549BAC40.dip0.t-ipconnect.de)
15:13.20BabelOgoxboxlive: did you try something else ?
15:49.26*** join/#htc-linux Whack0 (n=Whacko@s5593e8a2.adsl.wanadoo.nl)
16:03.14*** join/#htc-linux goxboxlive (n=goxboxli@176.84-48-210.nextgentel.com)
16:04.10goxboxlivecr2: supported bootloader = Haret.exe with resumiinit
16:04.37goxboxliveBabelO : I ahevnt recompiled anything.
16:10.52cr2goxboxlive: does it work ?
16:11.16goxboxlivecr2: What, resuminitboot?
16:11.21cr2BabelO: looking forward for blueangel_phone.c and gnokii in xanadux CVS :)
16:11.26cr2goxboxlive: yes.
16:11.51goxboxliveNot last time i tried, but Kevin2 says it should work
16:13.39goxboxlivecr2: It was not 'resumeinitboot' i treid it out now, do you remember what it should be?
16:14.13goxboxliveresumeintoboot
16:15.27goxboxliveIt suspends, but doesnt resume. The phone leds still flashes.
16:19.57cr2hm. i need to look at the code.
16:23.55BabelOcr2: blueangel_phone.c http://pastebin.ca/467566
16:25.16*** join/#htc-linux RoEn_PC (n=roen@p54A661D2.dip.t-dialin.net)
16:28.16*** join/#htc-linux scorpio16v (n=scorpio1@ACADDDEF.ipt.aol.com)
16:38.41cr2ok.
16:39.13BabelOcr2: but phone shutdown is not working :(
16:39.28BabelOmissing something
16:39.42BabelOback to home now
17:13.00*** join/#htc-linux leOn (n=xxx@gw-staff-ci.fct.unl.pt)
17:13.08leOnhowdy
17:30.29*** part/#htc-linux BabelO (n=root@lun34-2-82-238-28-28.fbx.proxad.net)
17:30.41*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
17:33.45leOnfor the arm926ej-s processor, should i use generic_arm or arm926t ?
17:36.51tsdogsyou won't believe it. I was able to build opie2 after a lot of struggling with gnokii too... :)
17:37.03tsdogsNow let's test if it works
17:45.13BabelOtsdogs: does it start ?
17:51.31*** join/#htc-linux _law_ (n=_law_@213.173.86.202)
17:54.51*** join/#htc-linux goxboxlive (n=goxboxli@176.84-48-210.nextgentel.com)
17:59.41tsdogsstill trying, I receive sometimes an error from the mmblk not setting correct block size ?
18:00.16tsdogsOE is starting now...
18:01.25goxboxlivetsdog: Are you able to build glib-2.0 or is your failing too?
18:01.45tsdogshave not tried.... hold on
18:01.50goxboxliveok
18:06.07tsdogsbabelO: qpe linked to libstdc++.so.6????
18:07.08tsdogsgoxboxlive: configuring ...
18:07.38goxboxlivetsdogs: Yes it needs libstdc++.so.6
18:08.39tsdogsbut where it is, I have no libstdc++ in the rootfs ?
18:09.18tsdogsgoxboxlive: glibc-2.0 compiles for me.
18:09.39goxboxlivehmmm, then it is local
18:09.52goxboxlivemine failed a gain, check this
18:10.34goxboxlivepastebin.co.uk/13879
18:10.48goxboxlivewhat do i have to clean to have it running
18:11.06tsdogsYou updated OE? there were updates ...
18:11.33goxboxliveyes
18:12.01goxboxlivesome told me that it might be:  there is something mixed up with iconv in your envoriemnet
18:13.44tsdogsNo idea. gconvert.c does it include iconv.h ?
18:14.24goxboxlivei'll check
18:19.05tsdogsOK: now qpe does not find gnokiirc
18:19.31tsdogsis there a way to start opie2 without gnokii, just to check if everything works?
18:19.53*** join/#htc-linux psokolovsky (n=psokolov@82.193.98.2)
18:21.15tsdogsgoxboxlive: I found this
18:21.17tsdogshttp://www.gnome.org/projects/garnome/faq.html
18:21.19tsdogssection 3.5
18:22.21goxboxlivethx
18:23.01tsdogsmaybe rebuilding libiconv fixes the problem...
18:23.02goxboxlivetsdogs: To start without gnokii you have to comment 'include GNOKII' in the htcmachine.....cpp in htcdevice
18:23.23goxboxlivethe do make, you do not have to reconfigure
18:23.44tsdogsno way to not change the thing in the configuration?
18:24.24tsdogsI used gnokii .6.14 so I suppose there is no way to make it boot with it right?
18:26.11goxboxliveno
18:26.22goxboxlivethe rebuild takes 1 min
18:26.45BabelOhi
18:26.58goxboxlivehi BabelO
18:27.12BabelOgoxboxlive: i didn't answer to your question for including htcgen.c
18:27.34BabelOif i rememeber, you have only makefile in gnokii/common/phones directory to change
18:28.15goxboxliveright, that was the one i changed, and it started to build htcgen.c but it failed. DOesnt mather, .13 is building
18:29.13cr2tsdogs: do you use ~/.gnokiirc ?
18:29.23tsdogsnope
18:29.33tsdogswhere to find it?
18:29.39cr2create it.
18:29.50tsdogswhat to put in it?
18:30.06goxboxlivei can send it mine with libgnokii if you want
18:30.09cr2BabelO: can you commit htcgen.c (and the rest of gnokii) to xanadux CVS ?
18:30.18tsdogsyes please do that:
18:30.29BabelOcr2: yes, i m looking for command line and my password
18:30.42cr2BabelO: rsa_id ?
18:30.49tsdogstsdocs ****************** AT ******************* briosix ******************** DOT *************** org
18:30.51BabelOi need to go fast, because there is storm here :(
18:31.13tsdogs:(
18:32.22tsdogss/tsdocs/tsdogs/
18:32.26tsdogssaw it now...
18:38.51tsdogsgg eat, or I'll have a storm inside the house :). BBL
18:38.54*** part/#htc-linux tsdogs (n=towstupi@84.18.144.39)
18:59.17*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
19:01.05*** part/#htc-linux scorpio16v (n=scorpio1@ACADDDEF.ipt.aol.com)
19:15.58*** join/#htc-linux MrVanx (n=chatzill@82-69-60-250.dsl.in-addr.zen.co.uk)
19:16.16*** part/#htc-linux MrVanx (n=chatzill@82-69-60-250.dsl.in-addr.zen.co.uk)
19:20.06BabelOcr2: :( i made a lot of spam ?
19:20.07BabelOcan you test cvs ?
19:23.02*** join/#htc-linux tsdogs (n=twostupi@62.123.180.130)
19:23.25*** part/#htc-linux tsdogs (n=twostupi@62.123.180.130)
19:24.29*** join/#htc-linux tsdogs (n=twostupi@62.123.180.130)
19:24.40*** part/#htc-linux tsdogs (n=twostupi@62.123.180.130)
19:24.53*** join/#htc-linux twostupiddogs (n=twostupi@62.123.180.130)
19:33.26BabelOtsdogs: how many disk space OE is ?
19:43.43tsdogsthe build you mean or the source?
19:43.51tsdogsor the whole?
19:44.20BabelOthe whole, i need to buy a new harddisk ?
19:44.40BabelOyou have bootimage + opie compiled ?
19:44.55tsdogsyes and a few versions too
19:45.16tsdogsI think areond 40G
19:45.33BabelOok so minimum 250Go :)
19:45.36tsdogss/areond/around/
19:46.23tsdogsbbl (checking the exact one with du)
19:48.31*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
19:52.15psokolovskyhi folks!
19:52.24BabelOhi psokolovsky :)
19:52.26psokolovskyjust remind me, which devices use asoc already?
19:53.04BabelOpsokolovsky: asoc is sound right ?
19:53.14psokolovskyyep
19:53.33BabelOthen actually magician and ba, i m sure for this two device
19:54.12BabelOwhy this question ? some new change
19:54.29psokolovskyBabelO: cool. could you run alsa-utils's speakertest for me?
19:54.33*** join/#htc-linux TripleDE1 (n=sergio@68.pool85-50-202.dynamic.orange.es)
19:54.47BabelOpsokolovsky: yes i can on my ba, where is this tools
19:54.50*** join/#htc-linux FossiFoo (n=Fossi@e176104201.adsl.alicedsl.de)
19:55.48psokolovskyBabelO: OE package is called alsa-utils-speakertest
19:55.55psokolovsky"speakertest
19:55.58psokolovsky" exe
19:56.06psokolovskyspeaker-test
19:56.25BabelO:( i don't have OE, but i can compile from source
19:57.12psokolovskyBabelO: that sux ;-) src pacjage is alsa-utils, as you guessed
19:57.46BabelOok i try ipkg on ba wait ;)
19:58.09psokolovskyBabelO: yep, you can take it here: http://www.angstrom-distribution.org/repo/?action=details&pnm=alsa-utils-speakertest
19:58.56BabelOpsokolovsky: no acx news on h4000 ?
19:59.14psokolovskynope
20:02.29BabelOit is the last thing to do :(
20:02.37BabelOinstalling
20:06.44BabelOplaying shuuuuuttttttt
20:06.47tsdogsBabelO: I thought it was more ... it's actually 15G
20:07.29BabelOtsdogs: thanks tsdogs , i need a new want  because i have only a 30g part
20:07.41BabelOpsokolovsky: it is running
20:07.50BabelOpsokolovsky: hoow many time ?
20:08.08psokolovskyBabelO: plays noice when run w/o any params?
20:08.33psokolovskynoise
20:08.38BabelOyes noise without param
20:09.05psokolovskyBabelO: cool, now please run with "-c1", then "-c2" param
20:09.13bd2psokolovsky, according to [unusual] typos, you're drunk ;-))
20:09.45psokolovskybd2: hi! what did you think - I make typos only in commit messages? ;-)
20:10.35BabelOpsokolovsky: playing noise with -c1 but with -c2 it is noise - blank - noise - blank
20:10.52BabelObecause i ve no right channel :)
20:11.00psokolovskyBabelO: well, weird
20:11.04psokolovskyBabelO: why?!
20:11.13BabelOwait i plug headset
20:11.33psokolovskyBabelO: I mean, is it driver problem or what?
20:12.10BabelOpsokolovsky: yes driver problem, thanks for your tool :)
20:12.17BabelOi ll check
20:12.26psokolovskyBabelO: weird
20:12.37psokolovskyBabelO: Thanks for your testing!
20:13.16psokolovskyOutcome is: we all should likely switch to asoc, now that it is in mainline. Because default pxa-i2s drivers are buggy - they don't support mono.
20:15.14BabelOok how can i play stereo ? :)
20:15.30psokolovskyBabelO: -c2 does just that
20:15.50BabelOyes i understand, but i look in code...
20:16.19psokolovskywell, that's q to cr2 and pH5. I'm naive about asoc ;-)
20:16.51BabelOi ll look in magician code, maybe i miss something
20:19.43pH5psokolovsky: does asoc pxa i2s/ssp code support mono? I thought it was stereo only, too.
20:20.38psokolovskypH5: do you mean code or hardware?
20:20.45BabelOhi pH5 , is it working stereo for you ?
20:20.48psokolovskypH5: if code yes, that's exactly the problem
20:21.31pH5psokolovsky: not sure, I think I remember something about lrg telling me that he never got mono i2s to work. from the datasheets mono support should be possible. lrg would know.
20:21.46pH5BabelO: yes, stereo works. are you sure you have the correct mixer settings?
20:22.49BabelOpH5: i can play with balance when playing, but with speakertest i heard when it is left channel, then nothing when it is right
20:25.26*** join/#htc-linux goxboxlive (n=goxboxli@176.84-48-210.nextgentel.com)
20:29.50*** join/#htc-linux psokolovsky (n=psokolov@82.193.98.2)
20:39.10tsdogsbabelo: I have the opie2 image, and starting failes. libgnokii is the one goxboxlive is using.
20:39.14tsdogsI get this message:
20:39.17tsdogswrite: [AT+GMM<cr>]
20:39.17tsdogsInitialization failed (11)
20:39.17tsdogsTelephone interface init failed: Command timed out.
20:39.51tsdogsno segfault though like gocboxlive has, just quitting...
20:40.11BabelOtsdogs: ok good ;)
20:40.30BabelOcan you show me your htcphonehardware ?
20:40.38BabelOthe one from xanadux ?
20:40.51tsdogsI think it's the old one ... :/
20:42.54BabelOok
20:43.01tsdogsjeez, pastebin not working...
20:44.25BabelOtsdogs: on your email adress
20:45.02tsdogshttp://pastebin.ca/467978
20:45.50tsdogsok rebuilding...
20:45.58BabelOtsdogs: ok good ;)
20:49.30tsdogsjust update gpe?
20:49.44tsdogss/gpe/qpe/
20:50.01BabelOhum
20:50.07BabelOi copie all the time bin and lib
20:50.23tsdogswell the make only rebuilt qpe...
20:50.25BabelObin is when you touch to htcphone.... and lib is for custom....
20:50.44tsdogsok copying over...
20:52.31tsdogsrsync would be nice here... :)
20:53.07BabelOtsdogs: i mount oer NFS
20:53.17BabelOstarting kernel over NFS
20:53.38tsdogsI know, but I'd need a different environment, though it's faster...
20:53.45tsdogsok initializing.
20:54.02tsdogsit scrued up the screen though! :/
20:54.11BabelOtsdogs: ok spagetti for me ;)
20:54.20*** join/#htc-linux RoEn_PC (n=roen@p54A661D2.dip.t-dialin.net)
20:54.32tsdogsnow I have the segfault ...
20:54.38BabelOok good ;)
20:54.42tsdogswrite: [AT+GMM<cr>]
20:54.43tsdogsInitialization failed (11)
20:54.43tsdogsTelephone interface init failed: Command timed out.
20:54.43tsdogsQuitting.
20:54.43tsdogsNo headset audio devices available...
20:54.43tsdogsNo IRDA devices found!
20:54.48tsdogs;)
20:55.08BabelOok, can you remove a line for me ?
20:55.18tsdogssure which?
20:55.44BabelOline 172 QTimer::singleShot(30*1000, this, SLOT(delayedRead()));
20:56.15tsdogsdone rebuilding ...
20:56.24BabelOtsdogs: interesting, it say something about headset for you
20:56.58tsdogswell I had bluetooth in,  and using hh8 kernel...
20:57.55BabelOtsdogs: ok, how do you set bluetooth up
20:58.49tsdogsWell had to struggle a bit, I have a note somewhere...
21:00.30tsdogssrc/server : Makefile.target
21:00.30tsdogsBLUETOOTH_SOURCES=audiomanager.cpp \
21:00.30tsdogs<PROTECTED>
21:00.31tsdogs<PROTECTED>
21:00.31tsdogs<PROTECTED>
21:00.31tsdogs<PROTECTED>
21:00.32tsdogs<PROTECTED>
21:00.32tsdogs<PROTECTED>
21:00.32tsdogs+                  bluetooth/scomisc.cpp
21:00.37tsdogshmm different one now
21:00.48tsdogsInitialization complete.
21:00.57tsdogsand the segfault
21:01.50tsdogshttp://pastebin.ca/468022
21:03.01BabelOtsdogs: it seem that segfault occur in opie :(
21:03.20BabelOdo you have a Setting directory in /homr/root ?
21:03.25tsdogsI think it's a bin incompatibility with gnokii
21:03.31tsdogsyes
21:03.42BabelOtsdogs: no it is ok else gnokii didn't start
21:03.53tsdogsls -l
21:03.53tsdogs-rw-r--r--    1 root     root            0 May  2 23:56 PluginManager.conf.lock
21:03.53tsdogsdrwxr-xr-x    2 root     root         1024 May  2 23:56 Trolltech
21:03.53tsdogs-rw-------    1 root     root          817 May  2 23:56 Trolltech.conf
21:03.53tsdogs-rw-------    1 root     root          142 May  2 21:20 WorldTime.conf
21:04.52tsdogsTrolltech.conf conains a gfxdriver ???
21:05.12tsdogscom.trolltech.Qt.QScreenDriverFactoryInterface%3A\opt\QtPalmtop\qt_plugins\gfxdrivers\libqgfxtransformed.so=, Transformed
21:05.18tsdogsis this correct?
21:05.20BabelOtsdogs: /opt/Qtopia/etc/default/Trolltech$ file qpe.conf
21:05.46tsdogs[Appearance]
21:05.50tsdogsTheme=crisp.conf
21:05.54tsdogs[BatteryPower]
21:05.58tsdogsBrightness=255
21:06.02tsdogsDim=true
21:06.06tsdogsInterval_Dim=20
21:06.06tsdogsInterval_LightOff=30
21:06.06tsdogsLightOff=false
21:06.06tsdogs[HomeScreen]
21:06.06tsdogsInterval_HomeScreen=300
21:06.06tsdogsShowHomeScreen=false
21:06.33BabelOtsdogs: on my image i create a opie2 directory then link QtPalmtop to it and same for Qtopia then add a line in /etc/ld.so.conf to my /opt/Qtopia/lib directory then start ldconfig
21:06.59BabelOall directories under /opt
21:07.01tsdogsok trying, already done the Qtopia, missing the others...
21:07.07BabelOhave you done this ?
21:08.31tsdogsI already have a Qtopia / lib in ld.conf.so
21:08.41tsdogsshould I add also the others ?
21:09.04BabelOno
21:09.14BabelOyou have qtpalmtop ?
21:09.19BabelOthen start ldconfig now
21:09.21tsdogsAlready
21:09.23BabelOand restart qpe
21:09.59tsdogsTelephone interface init failed: Model specified isn't known/supported.
21:10.11tsdogshmm maybe some gnokii lib got somewhere else ...
21:10.46tsdogsnope
21:11.16tsdogsthis is very strange !?
21:11.23BabelOtsdogs: in your gnokiirc set model = AT for the moment
21:11.46tsdogsnope HTC
21:12.00BabelOset it to AT only to try, then we switch
21:12.10tsdogsAT or AT-HW?
21:12.14BabelOit is maybe because you have two gnokii lib in your imlage
21:12.19BabelOonly AT
21:12.34tsdogsno I only have one ...
21:12.43tsdogsthe other one I renamed.
21:13.05tsdogsnow it's initializing
21:13.34tsdogsvery slow...
21:13.54tsdogswrite: [AT+GMM<cr>]
21:13.54tsdogsInitialization failed (11)
21:13.54tsdogsTelephone interface init failed: Command timed out.
21:14.10tsdogssegfault again, but it seems to be opie.
21:14.20tsdogsshould I comment out the phone in the start script ?
21:14.27BabelOreally strange, i do same thing :(
21:14.42BabelOthe lastest thing is to enable opie log by hand
21:15.31tsdogsIt seems to me that opie is not starting, but for some other reason
21:15.45tsdogsscreen flashes first time, then phone init, then flash again and then segfault
21:16.22tsdogsshould I try without gnokii?
21:16.23BabelOtsdogs: :) http://pastebin.ca/468043
21:16.42BabelOcopy this to file named Log.conf in your /homr/root/Settings/Trolltech directory
21:17.12BabelOmaybe have to enable some more line but you can see more trace
21:17.25tsdogsI have also a Bluetooth.conf there ...
21:17.59BabelOok
21:18.02tsdogsI added also the nodaemon
21:19.15tsdogswrite: [AT+GMM<cr>]
21:19.16tsdogsInitialization failed (11)
21:19.16tsdogsTelephone interface init failed: Command timed out.
21:19.20tsdogssegfault
21:19.59BabelOenable Dbus and ressources
21:20.10tsdogshow?
21:20.32BabelOin Log.conf file, switch them to true ;)
21:21.02tsdogsok
21:21.32tsdogswait, I forgot to start the dbus daemon :(
21:22.45tsdogsretying
21:23.59tsdogsa lot of debugging but segfault again
21:24.06BabelOwhere ?
21:24.39tsdogsResource :    Tried directories: ("/opt/Qtopia/pics/", "/home/root/packages/pics/")
21:24.39tsdogsResource :    Tried files: ("qpe/qpe/DocsIcon_48_anim.xpm", "qpe/DocsIcon_48_anim.xpm")
21:24.39tsdogsResource :  "png" Image Resource "qpelogo" -> "/opt/Qtopia/pics//qpelogo.png"
21:24.39tsdogsSegmentation fault
21:24.39tsdogsroot@htcuniversal:~$ Did not receive a connection event from the qws server
21:24.59BabelOi ll look with my trace ;)
21:25.14tsdogshmm missing libpng is this ok?
21:26.19BabelOdo you have ldd tools for arm ?
21:26.50tsdogsnope, but I think I can build the easyly
21:27.09BabelOTelephone interface init failed: Command timed out.
21:27.09BabelOQuitting.
21:27.09BabelOResource :  "png" Image Resource "qpe/tri" -> "/opt/Qtopia/pics//qpe/tri.png"
21:27.10BabelOResource :  "png" Image Resource "keyboard/backspace" -> "/opt/Qtopia/pics//keyboard/backspace.png"
21:27.14BabelOthis is mine
21:27.51BabelObut i m not using crisp theme
21:28.12tsdogsno idea, maybe checking for something.
21:28.50BabelOi ll try with crisp
21:29.45BabelOhmm same thing it is working
21:30.17tsdogsyou mean that it works on your BA?
21:30.28BabelOyes works
21:30.54tsdogsok, probably some missing library I guess
21:31.13tsdogshow do I install a ipkg from filesystem?
21:31.33tsdogsnever mind
21:32.29tsdogsldd lists all the libs to be there...
21:33.12BabelOldd list librarie linked and show you if they are here
21:34.18tsdogsalso all liked seem to be ok, double checking
21:37.02*** join/#htc-linux TripleDES (n=sergio@122.pool85-50-141.dynamic.orange.es)
21:38.56tsdogssome missing exec presmissions could cause the problem ...
21:40.08tsdogsnope, it flashes twice then exits
21:40.30tsdogscreating a log to analize...
21:41.54BabelOi start opie2 from opie image
21:42.09tsdogsthere is no redirection damn!
21:42.33tsdogsfound tee
21:42.55tsdogsI wanted a clean one, so I took the console one.
21:43.31tsdogsPutting opie-image on there...(except for  /opt)
21:45.27*** join/#htc-linux TBBle (n=tbble@202.55.155.94)
21:46.34tsdogsbbiaf
21:47.41BabelOi don't understand our diff
21:56.56tsdogsI think I'm going to try disabling gnokii, to see if opie2 starts...
21:57.17BabelOtsdogs: yes, remove #define ;)
21:59.44tsdogsok, no tracing anymore !?
21:59.58tsdogsno screen flikering either.
21:59.59BabelOtsdogs: no :(
22:01.38tsdogsnow it flashed...
22:01.45tsdogswait enabling nodaemon
22:01.57BabelOtsdogs: for autodetect  cat /proc/bus/input/devices ;)
22:03.09tsdogsI don't get it, now it seems to start, but nothing on screen, neither, tracing... only:
22:03.14tsdogsStarting Qtopia....
22:03.14tsdogsUnable to open '/usr/share/zoneinfo/America/New_York'
22:03.14tsdogsQTimeZone::data Can't create a valid data object for 'America/New_York'
22:03.14tsdogsinitEnvironment() Invalid QTimeZone America/New_York
22:03.14tsdogsCould not find org.bluez interface
22:04.51*** join/#htc-linux psokolovsky (n=psokolov@82.193.98.2)
22:05.10BabelOtsdogs: bluez is not a issue
22:05.18tsdogsI know.
22:05.26BabelOwith debug it take a long time ;)
22:05.34tsdogsbut no more gnokii, and so debug
22:05.41tsdogsyes...
22:06.12*** join/#htc-linux psokolovsky_ (n=psokolov@empty-crossing.volia.net)
22:06.17BabelOit segfault too ?
22:06.38tsdogsit does seem to start correctly, but nothing on screen.
22:07.00BabelOwhat is your QWS_DISPLAY ?
22:07.05tsdogsas the pda keyboard is ** up I cannot see if it's running on some other terminal...
22:07.46tsdogsI disabled the QWS_DISPLAY as you sayd to goxboxlive yesterday
22:08.06tsdogswait, it's initializing now...
22:08.56tsdogsIt seems to be much much slower now...
22:09.33tsdogsok tracing ...
22:10.31BabelOit starts ?
22:10.46*** join/#htc-linux TripleDE1 (n=sergio@216.pool85-50-139.dynamic.orange.es)
22:12.00tsdogsstuck here:
22:12.01tsdogsResource :  "png" Image Resource "qpelogo" -> "/opt/Qtopia/pics//qpelogo.png"
22:12.02tsdogsResource :  "png" Image Resource "qpelogo" -> "/opt/Qtopia/pics//qpelogo.png"
22:12.08tsdogsCould not find org.bluez interface
22:12.31tsdogsto me it seems it is running, but nothing on display ...
22:12.47tsdogsagain bluetooth
22:13.03tsdogsok trying without gnokii...
22:13.36tsdogsshould I set the touchscreen ?
22:13.45BabelOyes
22:14.20tsdogsmhh hcid is using 99% of cpu, that's why it's slow.
22:15.16tsdogsrestarted by 99&
22:15.19cr2wow. a lot of text here.
22:15.23tsdogss/&/%/
22:16.09tsdogsok restarting, as the hcid daemon is stuck....
22:18.38tsdogshi cr2:
22:19.28BabelOhi cr2
22:20.36tsdogsok starting again...
22:21.11tsdogssegfault without gnokii too hmm :(
22:22.56BabelOtsdogs: try removing file in plugins directory
22:23.08BabelOstarting with opie2 lite edition ;)
22:23.20tsdogsok
22:24.26tsdogsno screen flashes and the segfault...
22:24.54BabelOtsdogs: you remove plugins diorectory ? ore rename
22:25.46tsdogsqt_plugins too
22:26.01BabelOanother test is to coment line in etc/Task.cfg
22:26.23BabelOi spent a  lot of time playing with this few month ago
22:27.11tsdogs#[startup]
22:27.11tsdogs#+ApplicationLauncher
22:27.17tsdogsis the + correct ?
22:27.30BabelOhum not#[startup] :)
22:28.13BabelOi don't remember but i think + or first character different remove line from startup
22:30.24tsdogsit seems it does not like it...
22:30.55tsdogsnow it seems to be starting (?)
22:31.00tsdogsno segfault ...
22:31.20tsdogsPowerManagement :  PhonePowerManager::setIntervals: 20 0 0
22:31.20tsdogsUnable to open '/usr/share/zoneinfo/America/New_York'
22:31.20tsdogsQTimeZone::data Can't create a valid data object for 'America/New_York'
22:31.20tsdogsResource :  "svg" Image Resource "new" -> "/opt/Qtopia/pics//icons/new.svg"
22:31.20tsdogsDid not receive a connection event from the qws server
22:31.25tsdogsbbiaf baby crying
22:34.48BabelOcr2: always here ?
22:39.56*** join/#htc-linux cyrill62 (n=cyrill62@205.245.146.195.dynamic.adsl.abo.nordnet.fr)
22:46.33tsdogsok back. Could it be a keyboard issue?
22:47.02tsdogssuspended and usbnet gone... restarting
22:48.30BabelOtsdogs: i don't think about keyboard, because you remove all QWS_KEYBOARD thing
22:48.58tsdogsbut it still changes keyboard behavier ...
22:49.51tsdogsthe gpe is still linked to libgnokii. Is this normal?
22:50.31tsdogswhat about QWS_MOUSE I commented that out too
22:51.35BabelOQWS_MOUSE is for touchscreen
22:51.55BabelOtsdogs: yes always linked because of Makefile.target
22:52.00BabelO-lgnokii
22:52.26tsdogsthought so.
22:52.41tsdogstrying to start it from console, let's see
22:53.56*** join/#htc-linux psokolovsky__ (n=psokolov@82.193.98.2)
22:55.52tsdogsIt's looking for a lot of pics which seem to not be there ...
22:57.45tsdogsnope segfault
23:01.15BabelOno more idea at this time
23:02.22BabelOthe last thing is to try like me from an opie image
23:02.37BabelOthis is the last diff i see
23:05.21tsdogswell, I took all the libs from that one, right now.
23:05.52tsdogsbut I'll try, I'm doing some debugging (changing logs to see what happens)
23:06.09tsdogsThough it's very slow
23:06.32BabelOok
23:06.51tsdogsI think I'm better enable all the debugging so to see what exactly is the last line...
23:07.01tsdogsUI :   set max window rect for screen 0 QRect(0,65 640x376)
23:07.01tsdogsUI :  Single Focus:  HomeScreen(0x23e2b0)
23:07.01tsdogsInput :  Updating IM Menu actions
23:07.01tsdogsSegmentation fault
23:07.26tsdogsI think it could be a keyboard issue...
23:09.26BabelOtsdogs: but no keyboard driver is loaded
23:10.03tsdogswell in the logs I have setting Key1 to Contacts, and so on... maybe the default one...
23:10.17tsdogswhow, log of sql going on here.
23:14.03tsdogscould this be of any help? Support :  Get device id "{802be8cf-25d6-43eb-88ec-1b2204ec668c}"
23:14.30BabelOno, :(
23:15.42cr2tsdogs: is it a binary ?
23:16.01tsdogswhat ?
23:16.07cr2i.e. can you run it in gdb ?
23:16.15BabelOcr2: i comit gnokii to xanadux cvs
23:16.20cr2that segfaults.
23:16.26cr2BabelO: ok. good.
23:16.52tsdogsit is a binary it's qpe, but have no gdb available right now...
23:17.47cr2take it from oe
23:17.54tsdogsThis are the last few lines of debugging... http://pastebin.ca/468210
23:18.24tsdogsbut as goxboxlive did run opie2 without gnokii, I think this is my problem.
23:30.05BabelOgood night
23:33.29*** join/#htc-linux leOn (n=xxx@85.139.76.121)
23:33.39leOnhello
23:53.00tsdogscr2?
23:53.04tsdogsProgram received signal SIGSEGV, Segmentation fault.
23:53.04tsdogs0x40c243ec in QExportedBackground::colorize ()
23:53.04tsdogs<PROTECTED>
23:56.31cr2bt ?
23:56.49tsdogssure?
23:57.00cr2run 'bt' in gdb
23:57.06tsdogsseems to me that is failing painting the background
23:57.12tsdogswait I exited.
23:57.25cr2yes, but you'll see the function call tree.
23:57.51tsdogsyes I thought you meant that the problem was bluetooth :)
23:58.47tsdogsis it normal that it takes the whole CPU 99% ?
23:59.41tsdogs#0  0x40c243ec in QExportedBackground::colorize ()
23:59.41tsdogs<PROTECTED>
23:59.41tsdogs#1  0x40c24804 in QExportedBackground::setExportedBackground ()
23:59.41tsdogs<PROTECTED>
23:59.41tsdogs#2  0x0003ae28 in ?? ()
23:59.42cr2it's not normal.
23:59.54tsdogsno debug infos in the program ...

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