IRC log for #htc-linux on 20070617

00:00.04goxboxliveso ther eisent a way i just can shutdown it down
00:00.50BabelOgoxboxlive: you did not found how to start a command from config file ?
00:01.14goxboxliveBabelO, is that doable?
00:02.30BabelOgoxboxlive: just modify htcbuthandler.cpp for PWR_button and execute system("apm -s"); command ;)
00:03.12BabelOor change menu entry with a .desktop file :)
00:03.20goxboxliveBabelO, but i will loose suspend with that method
00:03.53BabelOso add a menu entry with a .desktop file
00:04.07goxboxliveyes, that i can do.
00:19.51BabelOgood night
00:29.40*** part/#htc-linux GSV (i=GSV@c-71-202-155-188.hsd1.ca.comcast.net)
00:37.40goxboxlivegppd night
00:48.07*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
01:33.38*** join/#htc-linux Ro_En (n=roen@p54A66D10.dip.t-dialin.net)
05:26.55*** join/#htc-linux Ranpha1 (n=Ranpha@hlm-n-73ed.adsl.wanadoo.nl)
06:10.05*** join/#htc-linux eczema (n=ecze@eczema.ecze.com)
06:18.01*** join/#htc-linux Ranpha1 (n=Ranpha@hlm-n-73ed.adsl.wanadoo.nl)
06:27.23*** join/#htc-linux ecze (n=ecze@eczema.ecze.com)
07:18.11*** join/#htc-linux goxboxlive (n=goxboxli@176.84-48-210.nextgentel.com)
07:25.20goxboxlivehmm the qtnamescape.h says :    // F25 .. F35 only on X11 . My power button is at F34 so i guess it will not work then
07:43.38cr2_goxboxlive: the kernel does not send any F*, it must be translated somewhere inside qt itself.
07:44.06goxboxlivecr2_, yes it is in the htcbuthandler.cpp i guesss
07:47.33goxboxlivecr2_, what is this, in example for universal: etc/defaultbuttons-<platform-spec>.conf
07:47.52goxboxliveplatform-spec, what is the correct? HTC Universal or htcuniversal?
07:48.45goxboxliveor is the platform-spec 'htcphone' .
07:48.52goxboxliveljp there?
08:29.39cr2_goxboxlive: are the patches of BabelO included in opie2 now ?
08:30.14goxboxlivecr2_, no he hasent commited them yet. I dont know why dont do it
08:31.42*** join/#htc-linux rmoravcik (n=rmoravci@pc-3s0zt5w2e4y0vzmhnrzq3a21zqajzfw.users.student.utc.sk)
08:33.06cr2_i'd suggest to forget about the perfectly working phone app now.
08:33.42cr2_having a working qt4 pda environment is ok for me. it's better than nothing.
08:37.36goxboxlivecr2_, no i dont agree with you there. Who wants a pocketpc-phone without a working phone.
08:37.48goxboxlivewhat's the point
08:38.39goxboxliveI think the most important thing for is to have most of the hardware working, otherwise non will think this is interesting.
08:40.27*** join/#htc-linux pH5 (n=ph5@p5485D130.dip.t-dialin.net)
08:48.15goxboxlivehi pH5
08:48.28pH5hi!
08:49.17cr2_goxboxlive: incremental development is better than nothing. we don't want to take the openmoko route.
08:50.10pH5cr2_: oh we can't do that anyway, we have the hardware out in the open ;)
08:50.56goxboxlivecr2_, no that's is correct. But such a basic thing as phone should be the most important thing to have working on our devices. Else noone see the effort to have linux running on it. Why carry around with one linux pda and another phone when you can have both with wince.
08:50.59cr2_hi pH5
08:52.41cr2_goxboxlive: it's true, i've just wanted to say that the moko phone software is also far from being in a perfect state, while having paid developers.
08:57.29goxboxlivecr2_, right
08:58.00goxboxlivepH5, something wierd is going on in OE with magician. LIsten to this.
08:58.58goxboxliveWhen i use the kernel zImage and modules from OE magician wouldnt suspend, but with manually installed modules and zImage suspend is working.
08:59.06goxboxliveEven though i am using the same defconfig
09:00.17cr2_goxboxlive: and the same compiler ?
09:00.43goxboxlivecr2_, no
09:01.13goxboxliveso thats why then
09:01.25pH5goxboxlive: which kernel version? 2.6.21-hh8 ?
09:01.33pH5does the defconfig have MAGICIAN_PM=y?
09:02.36goxboxlivepH5, like i said i am using the one you commited (magician_defconfig) in both OE and in my manuallt kernel tree
09:02.50pH5goxboxlive: ok, so it's my fault ;)
09:03.12pH5change CONFIG_MAGICIAN_PM to y (it's y in the OE defconfig)
09:03.31pH5because OE doesn't install the magician_pm.ko module, it has to be built in
09:04.05goxboxlivepH5, like i said, i am using the same defconfig, i am overwriting the one in OE with the one from kernel tree.
09:04.19goxboxlivepH5, ok
09:04.28pH5goxboxlive: but does the OE-installed module directory have the _pm module?
09:04.48goxboxlivepH5, why dont you set autoload modules in your machine.conf file?
09:06.01pH5goxboxlive: because I thought having suspend/resume or power management support as a module in the distribution wouldn't make any sense - it should be compiled in.
09:06.23pH5but I think it's a good idea to add it to the machine.conf anyway. current suspend/resume support is wince specific, after all.
09:06.32goxboxliveok
09:09.47goxboxlivepH5, so we keep it as it is as a module right, and add 'module_autoload_magician_pm = "magician_pm" ' to our machine.conf file right?
09:10.41cr2_pH5: i'll commit the Kevin's patch.
09:10.58cr2_didn't do anything kernel-related recently :)
09:12.53pH5cr2_: yes, please. :) I'll see if I can make it work here and add bus_shift support later.
09:13.19cr2_ok.
09:13.30pH5goxboxlive: right, also kernel-module-magician-pm should be added to MACHINE_EXTRA_RRECOMMENDS
09:16.49pH5cr2_: can you also fix the small coding style issues pointed out by bd2 in the last mail?
09:18.28pH5wow, I just tried post 0.4.8 haret for the first time - nice work on the boot progress bar / boot messages
09:21.40cr2_pH5: yes.
09:21.58pH5great
09:24.07pH5bd2: I've checked my wince bootloader, it unconditionally sends 0x28 0x1a over the PWRI2C during resume. I guess that'll be the reason that it hangs during resume at higher frequencies.
09:26.52cr2_pH5: 0x28 is the chip address (*2)
09:27.12cr2_what does this command mean ?
09:27.45pH5cr2_: yes, I don't know what 0x1a means, but I think it sets the max158something to a voltage lower than what is needed for >= 384MHz
09:30.18pH5yuck, when I boot from the bootloader avahi hangs in a 100% cpu loop when I try to connect via ssh. when booted from wince it works.
09:30.32cr2_pH5: it's a bit strange syntax. i always forget are the even addresses 'write' ?
09:31.08cr2_then it should be "addr reg val"
09:32.14goxboxlivepH5, in your latest x11 image, is magician_pm compiled in to the zImage?
09:33.17pH5cr2_: 0x1a could be the voltage value (mV-700)/25, so 1350mV?
09:34.04pH5goxboxlive: yes
09:34.12goxboxliveok
09:34.50cr2_pH5: i don't understand into which register it is written.
09:35.06goxboxlivepH5, do you have a lot of diff for magician compared to the OE repo?
09:36.42pH5cr2_: maybe the max chip doesn't have any registers? the pxa27x_voltage driver just sets the chip address and writes the voltage command to PCMD(0) and then starts the voltage change sequence
09:38.55pH5goxboxlive:  12 files changed, 35 insertions(+), 7 deletions(-)
09:40.06goxboxlivepH5, could you send me your mtn diff
09:40.40*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
09:40.54cr2_goxboxlive: is the DPM used on universal ?
09:41.04pH5goxboxlive: sure. wait, I'll check in some of them and pastebin the rest.
09:41.14cr2_pH5: i need to look in the datasheet.
09:41.25goxboxlivecr2_, i dont know
09:41.31goxboxlivepH5, great
09:46.32goxboxlivepH5, just for your intrest:
09:46.33goxboxliveroot@magician:~$ openmoko-dialer -s
09:46.34goxboxliveopenmoko-dialer: error while loading shared libraries: libxosd.so.2: cannot open shared object file: No such file or directory
09:46.34pH5what I still don't get is why it hangs during boot at 416MHz.  1350mV should be enough for that.
09:47.14pH5huh? libmokoui should depend on libxosd now :(
09:48.05cr2_what is libxosd ?
09:48.46pH5some hack that displays OSD style text on top of the desktop, I guess.
09:49.05pH5I think xosd was some kind of volume up/down overlay applet or something like that.
09:50.17pH5ah, it just build-depends on it. but as it doesn't link, there is no run-time dependency. way to go openmoko.
09:52.28*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
09:53.45cr2_pH5: i've committed the CPLD patch.
09:54.05pH5goxboxlive: this is my mtn diff, nothing important: http://en.pastebin.ca/571780. the rest is committed now.
09:54.13pH5cr2_: ok
09:55.52goxboxliveok
10:16.26pH5cr2_: linux/mfd/htc-egpio.h is missing
10:16.37cr2_pH5: ok.
10:18.11cr2_pH5: done.
10:19.33pH5thanks
10:26.05*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
10:26.46*** join/#htc-linux Ranpha1 (n=Ranpha@hlm-n-73ed.adsl.wanadoo.nl)
10:40.00*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
10:51.41goxboxlivehi BabelO
11:25.39*** join/#htc-linux administrator (n=chatzill@173.230.62.81.cust.bluewin.ch)
11:25.45*** part/#htc-linux administrator (n=chatzill@173.230.62.81.cust.bluewin.ch)
11:47.56goxboxlivepH5, do youknow what this is? Yesterday i didnt had this issue: pastebin.no/2077
11:48.37goxboxliveYou see, i need libstdc++6 to have OpieII running. That's why i have made a custom console image
11:52.57pH5goxboxlive: no idea, I didn't build libstdc++
11:53.10goxboxliveok
11:53.39goxboxlivestrange that it hapend today. There have to be some changes that was commited today. Maybe something with gcc or something.
12:00.19goxboxlivehmm i think the openmoko-dialer qvga theme looks good
12:00.56goxboxliveWhen i am installing it in my images it's a little bigger so the "DIAL" button doesnt appear
12:02.39goxboxlivepH5, do you have some other source than available in openmoko source?
12:04.09pH5goxboxlive: http://en.pastebin.ca/571928
12:04.24pH5That's the patch (kludge, really) that I've put into openmoko bugzilla.
12:04.49goxboxliveok
12:49.23*** join/#htc-linux jeanseb (n=jeanseb@gazypan.dyndns.org)
13:06.33*** join/#htc-linux jeanseb (n=jeanseb@gazypan.dyndns.org)
13:07.45jeansebhere's my pb...i havent any way to format the sd on compouter
13:07.45jeansebi managed boot linux on the phone... but there is no fdisk on initrd disk (could be cool to add it) any URL to SL it then scp it on the phone ?
13:11.01jeanseb?
13:11.38cr2_jenaseb: on wjhich phone ?
13:17.22bd2pH5, yeah, there is no registers. just addr and value
13:28.35*** join/#htc-linux |dion| (n=dion@inhex.net)
13:30.14goxboxlivepH5, Why dont you add the dielaer qvga patch to openmoko-dialer as SRC_URI_append_magician = . I dont know wich versiopn this patch is for, but it failes compiling for me.
13:30.47goxboxlivepastebin.no/2078
13:31.33pH5goxboxlive: that's why, I didn't recompile after the latest svn changes yet :/
13:31.34jeansebcr2 blueangel
13:31.57jeansebi've found the  blue angel tar ball
13:31.58goxboxlive:-)
13:32.03pH5I'm currently trying to get Kevin's EGPIO driver to work here - after that I'm going to look at gsmd/dialer again.
13:32.10jeansebbusybox is used for fdisk right ?
13:32.17goxboxlivegood
13:39.05*** join/#htc-linux SmallR2002 (n=SmallR20@88-107-35-245.dynamic.dsl.as9105.com)
13:42.23cr2_jeanseb: yes
13:46.47jeansebcr2_, is initrd busy the same , ie just link neeeded ?
13:51.38cr2_only if it was compiled with fdisk support.
13:52.28cr2_tsdogs: i don't understand some things about polyline rendering.
13:58.01jeansebcr2_, wasn't :D
13:58.20jeansebi got fdisk on the card (and ip changed to avoir trouting problem so i can use irc and taest the same time)
14:02.06*** join/#htc-linux rob_w (n=bob@X1248.x.pppool.de)
14:03.01jeansebsd car is /dev/rd/1 right ?
14:03.20jeansebsd car is /dev/rd/1 right ?
14:05.32*** join/#htc-linux jeanseb (n=jeanseb@gazypan.dyndns.org)
14:05.41jeansebre
14:05.49jeansebcr2_, sd car is /dev/rd/1 right ?
14:07.25cr2_jeanseb: you use this ancient ramdisk/zImage/etc ?
14:08.03jeansebyes , http://wiki.xda-developers.com/index.php?pagename=BlueangelKernel
14:08.09jeansebfrom there
14:08.17jeanseb2.6.12
14:08.35cr2_hmm.
14:08.52jeansebrd seem to be 14 Mb size so not good
14:09.11cr2_it's ok.
14:09.22cr2_it includes Xserver afair
14:09.25cr2_http://handhelds.org/moin/moin.cgi/BlueAngelHowtoInstallLinux
14:09.42cr2_this description should be more complete.
14:10.26jeansebread it too
14:10.47jeansebbut all stuff is about do the partitioning on the pc... and i can't
14:11.18jeansebi've scp the fdisk on the blueangel but can't find the dev file to pass in arg to fdisl
14:11.21jeansebfidk
14:11.24jeansebfdisk
14:11.44jeansebmay be i need a mknod ?
14:16.39goxboxliveI have had my first successfully call with magician-. No complaines from the other end :-)
14:17.15cr2_jeanseb: have you loaded asic3_mmc and so on ?
14:17.30cr2_goxboxlive: that sounds very good :)
14:17.35jeansebcr2_, now yes
14:17.49goxboxlivecr2_, yes it does. Now we only miss sound working
14:17.49cr2_goxboxlive: it should be the same for blueangel.
14:17.58jeansebcr2 pâste lsmod in private ?
14:17.58cr2_goxboxlive: where ?
14:18.08goxboxliveon magician
14:18.12cr2_jeanseb: is your card detected ?
14:18.24goxboxliveit doesnt ring when on a incomming call
14:18.28jeansebhow to check ?
14:18.34cr2_dmegs
14:18.36cr2_dmesg
14:18.58jeansebHX4700_ASIC3_SD_CONFIG_ClkStop=0xc000240
14:19.01jeansebHX4700_ASIC3_SD_CTRL_CardStatus=0xe00081c
14:19.12cr2_goxboxlive: it's the same pita with the mixer.
14:19.35cr2_jeanseb: what about mmc_block ?
14:19.38goxboxlivecr2_, What do you mean. As on Universal?
14:20.01pH5cr2_: the default mixer setup is fine on magician. just load snd-soc-magician and aplay something and it will happily blurt out sound on the main speaker.
14:20.03cr2_goxboxlive: yes. there should be some mixer intermediate layer.
14:20.19*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
14:20.22pH5this is an issue of connecting the bits (play a sound on RING from the modem)
14:20.34jeansebcr2_, was missing :D thxs
14:20.43cr2_pH5: we should target 'htcphone'
14:20.45jeansebnow got /dev/mmc/block0....
14:20.50jeansebnext step !
14:21.17cr2_jeanseb: there was some third module.
14:21.22jeansebcr2 i try to take note to write a litlle how to ;)
14:22.04cr2_jeanseb: it's really outdated stuff. BabelO should have much more advanced setup.
14:22.21jeanseb?
14:22.37cr2_cat /linuxrc on the ramdisk
14:23.19cr2_http://ibot.rikers.org/%23htc-blueangel/20060409.html.gz
14:23.19jeanseband ?
14:23.34cr2_it seems you have the needed modules.
14:23.45cr2_run fdisk
14:24.05cr2_<PROTECTED>
14:24.57jeanseb<PROTECTED>
14:25.29jeansebok now i see the vfat part used to boot linux
14:25.54jeansebcould now d and do th two part for linux btt and use
14:25.57jeansebthxs a lot
14:28.16cr2_delete vfat ?
14:28.27cr2_and create new partitions.
14:28.35cr2_like on any pc.
14:28.46cr2_do you have mke2fs ?
14:30.03*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
14:36.18jeansebcr2_, non only mkfs.minix
14:36.48cr2_jeanseb: you need mke2fs
14:37.02jeansebi couldreinstall windows modbile for vfat part... but will still have probleme for linux ext3
14:39.02jeansebcr2_, not in the tarball too !
14:39.07jeansebwhere wan i fint it ?
14:45.58jeansebhttp://purl.rikers.org/%23htc-blueangel/20051108.html.gz <- it seem to possible
14:46.42cr2_jeanseb: you ask about very old stuff :) i don't remember. of course it's possible.
14:47.22jeansebhey hey, any tarball with a mkfs on  it ? the one i got aint having it ?
14:50.01cr2_look for some old familiar ramdisk to ipaqs.
14:50.13cr2_s/to /for /
14:50.44jeansebuniversal seem to be the one
15:00.02goxboxlivecr2_, the initrd image we used for universal shouldt that work if he replace the universal modules with BA's
15:00.32goxboxliveBabelO, are you awake?
15:00.57cr2_goxboxlive: actually we need a new ramdisk ;)
15:01.08BabelOhi
15:01.19cr2_as in cpio.gz
15:01.23goxboxlivecr2_, why? the one we have is good enough for preparing a sd card
15:01.32cr2_to link it into linload.exe
15:01.39goxboxlivecr2_, why dont you try build a initramfs with OE. They have added it
15:01.54cr2_goxboxlive: it's too small.
15:01.55goxboxliveBabelO, what's the status of the dialer in Opie2
15:02.04cr2_it should be an initrd.
15:02.12goxboxlivecr2_, the one in OE or the old one?
15:03.22goxboxlivecr2_, why suddenly initrd? You have requested a initramfs for over a year now :)
15:06.07cr2_goxboxlive: initramfs for the modules.
15:06.22cr2_32MB initrd for funny stuff.
15:06.23BabelOgoxboxlive: yesturday evening i just finish adding incoming call stuff, but no ring :(
15:06.40goxboxliveBabelO, great, so you are working on it.
15:07.42goxboxliveBabelO, so now you are able to both make and receive calls with Opie2?
15:08.37BabelOmaking call is ok, but incoming need more tps
15:08.59goxboxlivegood
15:09.20goxboxlivewhat is tps (truobleshooting?)
15:09.41BabelOif someone help it should be faster
15:10.31BabelOgoxboxlive: yes, keyboard problem
15:10.54goxboxliveBabelO, is there any way i can help? Is it some copy paste stuff ?
15:12.14BabelOyes and no :) now need to understand how can i setup ringing
15:12.24goxboxliveok
15:12.32goxboxlivelet me know and i'll help
15:12.49BabelOok
15:31.03*** join/#htc-linux goxboxliveGPE (n=goxboxli@176.84-48-210.nextgentel.com)
15:32.56cr2_wow.
15:33.50BabelOcr2_: ?
15:33.54goxboxlive?
15:35.19cr2_fixed an omission in the code, so all lines are labeled now, not only the roads with routing information.
15:35.28BabelOathena is fully working :)
15:35.42BabelOah
15:35.51cr2_athena comes soon.
15:36.11cr2_i want to have a real killer app for htc-linux :)
15:37.11cr2_BabelO: how to drop a row ?
15:37.28cr2_drop from borders where gid=XXX; ?
15:38.26BabelOa row yes
15:38.55cr2_syntax erro
15:39.18BabelOdelete
15:39.26cr2_ok.
15:39.33BabelOin place of drop
15:39.42cr2_thanks.
15:39.52cr2_sql is too expressive.
15:40.23cr2_add, insert, drop, delete
15:40.43BabelOupdate
15:41.21cr2_vacuum
15:41.40cr2_the best is 'vacuum analyze'
15:42.12cr2_hehe. label code is probably confused.
15:42.37cr2_when i click it works.
15:43.21cr2_but the label is not displayed.
15:44.05cr2_probably it can't calculate the rotation angle, when division by zero happens.
16:01.00*** join/#htc-linux Ranpha1 (n=Ranpha@hlm-n-73ed.adsl.wanadoo.nl)
16:09.18jeansebcr2_, can i use  Universalramdisk with blueangel  ?
16:12.50cr2_jeanseb: yes, if you'll copy ba modules there.
16:13.08*** join/#htc-linux rob_w (n=bob@X0513.x.pppool.de)
16:13.47jeansebso i need to edit it ,
16:14.06jeansebmount on linux box rw is possible ?
16:14.22jeansebwith loopback
16:16.17cr2_yes.
16:16.27cr2_it's an ext2 fs
16:19.17jeansebso i mount both ramdisk files then copy the bluenagel modules to the universal  ramdisk then unmount and gunzip
16:22.13cr2_yes.
16:22.39cr2_you can also remove universal modules from the new ramdisk.
16:22.54goxboxlivepH5, after your updates in kernel tree compiling failes
16:23.26jeansebyes of course.
16:24.11goxboxlivehttp://en.pastebin.ca/572289
16:25.59pH5goxboxlive: strange. egpio_get/set should be in magician.c
16:27.09goxboxlivepH5, i have been using magician_defconfig
16:27.27goxboxliveand i havent editedthe source my self :-)
16:29.04pH5bloody cvs, I have some code on top of that now - not easy to check.
16:29.38pH5I'll revert my changes first. Hmm, I now have a kernel that can be booted from the htc bootloader, but *not* from haret.
16:30.55Kevin2Hi
16:31.14goxboxlivepH5, so you are saying that i can sson get rid of WInce and no more hardreset the phone after rebooting linux?
16:32.32pH5Hi Kevin2.
16:33.16pH5goxboxlive: before we can get rid of wince completely, we'll have to write a small bootloader (or adapt an existing one). but yes, that day will come :)
16:33.36goxboxlivelooking forward to that. Great job btw
16:35.15cr2_pH5: follow the hx4700 route ?
16:38.54*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
16:39.35cr2_bbl
16:47.13pH5cr2_: I'm not sure. Either that or a really small custom one or something based on u-boot or ...
16:49.41Kevin2pH5: How does your changes to the htc bootloader work?  Does the htc bootloader pull the kernel off of flash?
16:50.33pH5Kevin2: no, I'm still booting from ram.
16:51.04Kevin2How does that work?  How do you get the kernel into ram if the bootloader hasn't yet run wince?
16:51.07pH5I upload the kernel and trampoline code via serial link with the wdata command.
16:51.25*** join/#htc-linux scorpio16v (n=scorpio1@ACAE5B81.ipt.aol.com)
16:52.22Kevin2Ok.
16:54.29jeansebgeat there is a rpompt on last image
16:54.55pH5Kevin2: can you unlock the wdata/rmbc/checksum commands in the apache bootloader? The password generation instructions on the hermes wiki pages worked for me.
16:56.56pH5goxboxlive: compilation should work now, as usual I forgot to check in one file.
17:02.25Kevin2pH5: The last time I tried to access the bootloader was over a year ago.  Back then, we couldn't get the third level password and so nothing useful was available.  I haven't tried the hermes stuff yet.  However, the bootloader sending an "info 3" sounds vaguely familiar.
17:07.15Kevin2bbl
17:15.52*** part/#htc-linux scorpio16v (n=scorpio1@ACAE5B81.ipt.aol.com)
18:17.29*** join/#htc-linux goxboxlive (n=goxboxli@ti100710a080-0012.bb.online.no)
18:30.00cr2_goxboxlive: how do you compile opie2 ?
18:51.03*** join/#htc-linux gox (n=goxboxli@176.84-48-210.nextgentel.com)
18:51.24goxpH5, the kernel compiled now.
19:05.49goxcr2_, now i'm here
19:06.10goxare you
19:16.05goxpH5, i have noticed some strange behave with the new kwenwl. It suspends, and wakes up every minute by it self.
19:29.39pH5gox: strange. what do the kernel logs say?
19:29.53*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
19:30.20goxpH5, i havent checked yet, i am working on buttons in GPE now.
19:39.53*** join/#htc-linux rob_w (n=bob@M9e00.m.pppool.de)
19:40.57BabelOhi
19:41.22BabelOpH5: gpe-mini-browser works very well,i ll take and build it from svn
19:49.31goxhi BabelO
19:49.58goxI am so satisfied with my magician. Now some of the buttons also work. Like suspending from the power button.
19:51.22BabelOhow do  you have it working
19:51.40goxBabelO, are you talking about suspending?
19:51.56BabelOyes
19:52.16goxBabelO, root@magician:/etc/X11/Xinit.d$ pico 12keymap
19:53.17goxadd your device to keboardless-button*****
19:54.42goxBabelO, +       "HP iPAQ"* | "Asus MyPal"* | "HTC"*)
19:55.20goxnow calendar, contacts and power button works
19:55.39goxwonder how to get raise/lower sound working though
19:56.15*** join/#htc-linux goxboxlive (n=goxboxli@176.84-48-210.nextgentel.com)
19:58.18goxboxliveBabelO, still here
19:58.23BabelOyes ;)
19:58.33BabelOyou do all this for gpe image ?
19:58.34goxboxliveIs BA resuming on incomming call?
19:58.51goxboxliveNo, i just added HTC
19:59.06BabelOgoxboxlive: it is another issue i ve, BA resume randomly if phone is activated
19:59.30goxboxliveBabelO, i had the same on Magician now
20:00.00goxboxliveActually, while we talked about it now it resumed
20:00.02BabelOdo you try gomunicator on magician ?
20:00.50goxboxliveBabelO, no i havent tried it . Does it work?
20:01.20goxboxlivebuilding it now
20:01.36goxboxlivehmm have to add pH5 patch
20:01.47BabelOi take latest from unstable feed.. message is different from as usually, i ll try with my sim card now
20:03.32goxboxlivepH5, can you send me your gomunicator patch for OE?
20:03.40goxboxliveok
20:04.06BabelOthere is a patch ? :)
20:04.16pH5http://en.pastebin.ca/572677
20:04.35*** join/#htc-linux Ranpha1 (n=Ranpha@hlm-n-73ed.adsl.wanadoo.nl)
20:04.54goxboxlivegracias
20:06.12pH5to check why they resume randomly, we should check what the modem says after resuming. maybe it's waking up the cpu every time there is some cell broadcast.
20:06.25pH5(If it's due to the GSM modem after all)
20:07.32BabelOpH5: yes it seem it is that, because at home, my modem always change between two broadcast, and at work it doec not and suspend is correct
20:07.58BabelOpH5: before going to suspend maybe should send AT+CREG=0
20:08.07goxboxlivepH5, yes i can check. The problem here is that usb0 isent resuming. I think that might be a local problem on my laptop though since i have the same problem on universal
20:08.49BabelOgoxboxlive: do you see how to hide X11 cursor ;)
20:09.09goxboxliveBabelO, no
20:09.21BabelOi post it at #angstrom :)
20:09.48BabelOit is option -use_cursor no
20:10.14BabelOyou need to add it to matchbox-window-manger command line
20:10.18BabelOin session file
20:10.23goxboxliveright
20:22.35goxboxlivepH5, i dont think this is some valuable info for you, but anyway: http://en.pastebin.ca/572709
20:25.13BabelOgoxboxlive: gomunicator say sound mixer error
20:26.31goxboxliveok
20:26.54BabelOmessage is can't get mixer element phone
20:27.12goxboxliveBabelO, i had the same problem with the xanadux source
20:27.26goxboxliveon universal. Havent tried it out on Magicianyet
20:35.44pH5goxboxlive: funny, that's the old magician_ts driver timing out. you could try if ts-adc-debounce + ads7846_adc_ssp touchscreen drivers work better for you.
20:36.06pH5the old driver is only there because it works (here) and I couldn't get ts-adc-.. to behave properly yet.
20:36.19goxboxlivepH5, ok, i will
20:36.27goxboxlivethx
20:36.34pH5of course we couldn't see the suspend/resume messages because of that.
20:37.34goxboxliveyes
20:37.37pH5BabelO, goxboxlive: the gomunicator error will also exist on magician. I don't have a "phone" mixer in the codec driver because phone volume is changed by AT+CVOL commands to the modem
20:37.50pH5nothing to do  with the uda1380.
20:38.07goxboxliveok
20:41.29BabelOi ve strange issue with gomunicator :(it display my network number "20801" for Orange F but say bad security status and i can't dial
20:41.37goxboxlivepH5, where have you got the gomunicator source from. It doesnt seem equal to the one at linuxtogo. Is it from xanadux cvs?
20:42.27BabelOsource from linuxtogo ?
20:42.28goxboxliveBabelO, Marex at #opie is about to add OPie2 to Openembedded. Maybe it's time to add htcphone
20:42.52goxboxliveBabelO, OE takes the source from linuxtogo wicj rob_w maintain
20:43.11goxboxlivethe xanadux is lamikr maintaining
20:43.54BabelOwhich one is working ? :)
20:47.15goxboxliveBabelO, for universal i used the xanadux one
20:47.23goxboxlivebut with a lot of hacks
20:47.31goxboxlivei didnt get sms working and so
20:48.37BabelOi ve tried it in with 2.6.12 kernel and incomin call, call and sms are working ..
20:49.20pH5goxboxlive: I used linuxtogo cvs.
20:49.32goxboxlivepH5, i dont get the TS stuff
20:49.45goxboxlivei have  ts-adc-debounce module loaded
20:51.07pH5rmmod magician_ts ; modprobe ts-adc-debounce ; modprobe ads7846_adc_ssp, both are needed
20:52.09BabelOpH5: i got strange coordinate withts-adc-debounce on BA
20:54.02pH5rm /etc/pointercal. I didn't understand why, but they use a different way of talking to the tsc2046 and return results in a different range.
20:55.52*** join/#htc-linux SmallR2002 (n=SmallR20@80-44-105-242.dynamic.dsl.as9105.com)
21:14.05*** part/#htc-linux _law_ (n=_law_@213.173.86.202)
21:31.44goxboxlivepH5, the modules ts-adc-debounce + ads7846_adc_ssp are not that accurate as the old ts driver. I'm notice it in the bottom of the screen
21:33.29pH5goxboxlive: ok, same problems here. it's a pity that there are so many other interesting things to fix - I'm neglecting this driver a bit.
21:34.19BabelOgoxboxlive: don't try opie2 with 2.6.21-hh7 :) battery driver change directory
21:34.32goxboxlivepH5, but i noticed one thing. The driver ts-adc-debounce where loaded with magician_ts
21:34.38goxboxliveBabelO, i have noticed it
21:34.47goxboxliveI have changed the custom.cpp if you want it
21:35.05BabelOgoxboxlive: make a diff and i ll comit
21:35.07goxboxliveI thought it was just magician wich where diffrent
21:35.14goxboxliveok
21:37.27pH5goxboxlive: yeah, I've enabled both, for the day that I'll sit down and check out why ts-adc-debounce doesn't work properly. magician_ts grabs the pen irq first, so ts-adc-debounce loading fails.
21:37.59goxboxliveBabelO, http://www.pastebin.no/2088
21:38.51BabelOgoxboxlive: you have write access to xanadux ;)
21:39.03goxboxlivepH5, ok, i thought that where the reason for my TS crsh, but probably it's not then. But anyway, i have disabled the new driver now, and only running the old one.
21:39.36goxboxliveBabelO, yes i have, but it will take ages to commit it for me, i dont remember how
21:40.48BabelOok
21:41.38BabelOgrhh i have to sent a mail to pastebin.no ;) can't copy past, it take line number
21:42.18goxboxliveBabelO, hit "Vis uten linjenummer"
21:42.35BabelOah thx ;)
21:42.35goxboxliveit means show without linenumber"
21:42.37goxboxlive:-)
21:42.56BabelOnot french, but linjenummer :) that s line number..
21:43.01BabelOthanks
22:08.54*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
22:34.28*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)

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