irclog2html for #htc-linux on 20070104

00:02.46BabelOcr2: how can i assign keycode to asic3 and gpio keys ?
00:05.24BabelOcr2: ok, dpram compile with some warning about unused variable
00:05.28cr2with which driver ?
00:06.06BabelOsound soc core build failed :(
00:06.35cr2not my fault
00:06.41BabelOit is no :)
00:06.55cr2are you using defconfig ?
00:07.28cr2hmm. i check full compile myself
00:07.33BabelOnow, yes :)
00:08.21BabelOcan't clean kernel tree always fastfpe problem
00:08.25cr2ok, if you update sumething, post a patch so everybody is in sync.
00:08.47BabelOcr2: ok
00:08.55cr2i never do make clean :)
00:10.18cr2what is the status of ba sound ?
00:10.24cr2lkcl: are you alive ?
00:11.24BabelOlkcl : It is baby's feeding time :)
00:11.43cr2was some time ago.
00:12.32BabelOwe still use Pxa2xx rtc from character device ?
00:12.45cr2no.
00:12.51cr2should not.
00:13.07BabelOit is default in htcblueangel_config
00:13.22cr2ok, i 'll correct it.
00:14.19BabelOmissing dallas ds2760 and ds1wm support too
00:14.32cr2WARNING: "w1_ds2760_write" [arch/arm/mach-pxa/htcblueangel/blueangel_battery.ko] undefined!
00:14.32cr2WARNING: "w1_ds2760_status" [arch/arm/mach-pxa/htcblueangel/blueangel_battery.ko] undefined!
00:14.32cr2WARNING: "find_bus" [arch/arm/mach-pxa/htcblueangel/blueangel_battery.ko] undefined!
00:14.35cr2ok.
00:14.41BabelOah yes right :(
00:15.04BabelOso can't enable battery by default
00:15.15BabelOor builtin with all w1 bus stuff
00:15.56cr2WARNING: "find_bus" [arch/arm/mach-pxa/htcblueangel/blueangel_battery.ko] undefined!
00:16.12cr2need an export.
00:16.38BabelOpsokolovsky: say to me builtin.....
00:18.35BabelOah there is missing button gpio and asic3 in input device->keyboards
00:19.15BabelOof there is pxa2xx watchdog :) i never see it before
00:26.43cr2ok, i have done EXPORT_SYMBOL_GPL(find_bus)
00:26.59cr2but it did not help. i must be doing something wrong.
00:35.27cr2i'm blind. and it's too late.
00:35.53BabelOcr2: good night, no more battery on ba too
00:36.40cr2good night. i'll commit the CVS update now.
00:37.17cr2i've found what was wrong.
00:37.24BabelOah ?
00:37.45BabelOwhat ?
00:38.48cr2i have exported get_bus instead of find_bus :)
00:38.51Kevin2Hi
00:39.13cr2<PROTECTED>
00:39.13cr2drivers/soc/tsc2200_keys.c: In function ‘tsc2200_buttons_probe’:
00:39.13cr2drivers/soc/tsc2200_keys.c:166: warning: assignment from incompatible pointer type
00:39.14cr2drivers/soc/tsc2200_keys.c:167: warning: assignment makes integer from pointer without a cast
00:39.20cr2this one is not nice too.
00:39.26BabelOi ve to ask goxboxlive tomorrow to know how keycode are set for gpio keys ...
00:39.51BabelOhi Kevin2
00:40.50BabelOcr2: i ve this one for pcmcia
00:40.53BabelOdrivers/pcmcia/pxa2xx_base.c:144:2: warning: #warning "it's not clear if this is right since the core CPU (N) clock has no effect on the memory (L) clock"
00:41.06Kevin2Hi BabelO
00:42.22cr2hi Kevin2
00:42.49cr2Kevin2: can you add the per-mtype startup support to haret ?
00:43.23cr2BabelO: not is compiles cleanly.
00:43.25Kevin2cr2: Remind me why that is needed.
00:45.46cr2i want to boot 4 devices from the same SD card.
00:46.28Kevin2cr2: Okay.  I'll add it to the TODO list.
00:46.48cr2it is also very helpful to mask the stuff for debugging.
00:47.15cr2some the source is not flooded with the mach-dependent stuff.
00:47.31cr2BabelO: struct timer_list timer;
00:47.43cr2static void
00:47.43cr2tsc2200_buttons_timer(void *data)
00:48.04cr2timer.function = tsc2200_buttons_timer;
00:49.30cr2<PROTECTED>
00:50.34cr2hmm. void * is unsigned long. but gcc does not really like it.
00:51.37BabelOmaybe doing it in two line ?
00:56.53cr2ok, corrected it too. please check.
00:57.11BabelOok, before going to bed :)
00:57.33cr2-tsc2200_buttons_timer(void *data)
00:57.34cr2+tsc2200_buttons_timer(unsigned long data)
00:57.34cr2<PROTECTED>
00:57.34cr2-        struct tsc2200_buttons_data *devdata = data;
00:57.34cr2+        struct tsc2200_buttons_data *devdata = (struct tsc2200_buttons_data *)data;
00:57.48cr2-       devdata->timer.data = devdata;
00:57.48cr2+       devdata->timer.data = (unsigned long)devdata;
01:00.30cr2done.
01:00.42cr2i'm going to bed too.
01:01.24cr2good night.
01:02.02*** join/#htc-linux Hawk|- (n=Hawk@p57A515D6.dip0.t-ipconnect.de)
01:02.05BabelOit is better now, no warning, i test it tomorrow
01:02.07BabelOgood night
02:09.52*** join/#htc-linux LunohoD (n=alex@e180123086.adsl.alicedsl.de)
02:16.15*** join/#htc-linux Hawk|- (n=Hawk@p57A53440.dip0.t-ipconnect.de)
02:57.41Kevin2cr2: I've added "IF" to haret.  So, you can do:  if (!(machmtype ^ 999)) runscript startup-999.txt
04:40.07*** join/#htc-linux RoEn_PC (n=roen@p54A674D8.dip.t-dialin.net)
07:06.24kimuSan^morning
07:35.45*** join/#htc-linux goxboxlive (n=goxboxli@195.159.97.196)
07:36.55goxboxlive|workmorning all
09:30.42*** join/#htc-linux tudenbart (n=willi@xdsl-81-173-228-53.netcologne.de)
09:34.53*** join/#htc-linux babel_work (n=Fabrice@faim1.itesoft.com)
09:35.07babel_workmorning
09:50.28*** join/#htc-linux pleemans (n=peter@d51A5E612.access.telenet.be)
09:59.55*** join/#htc-linux pH5 (n=ph5@p5485D89F.dip.t-dialin.net)
10:09.35*** join/#htc-linux FossiFoo (n=Fossi@e176096091.adsl.alicedsl.de)
10:17.20*** join/#htc-linux FossiFoo_ (n=Fossi@e176126029.adsl.alicedsl.de)
12:04.58*** join/#htc-linux sergio (n=sergio@89.129.136.254)
12:14.09*** join/#htc-linux lkcl (n=lkcl@5ac5f0b2.bb.sky.com)
12:15.09lkclallo darlins - sorry, really busy day yesterday.
12:18.04babel_workhi lkcl
12:18.27babel_workany musics news ?
12:22.37lkclbeen v busy with other stuff
12:22.55lkcli'm going back to holland on the 7th
12:25.24lkclhouse party on the 65h
12:25.25lkcl^65h^6th
13:18.58*** join/#htc-linux lkcl_ (n=lkcl@5ac5f0b2.bb.sky.com)
13:42.25*** join/#htc-linux Priest (n=chatzill@194.164.85.234)
14:04.30*** join/#htc-linux sergio (n=sergio@89.129.136.254)
14:08.17*** join/#htc-linux Hawk|- (n=Hawk@p57A53440.dip0.t-ipconnect.de)
14:10.26*** join/#htc-linux pH5_ (n=ph5@p5485C93D.dip.t-dialin.net)
14:11.58*** join/#htc-linux sergio (n=sergio@89.129.136.254)
14:25.56*** join/#htc-linux psokolovsky (n=psokolov@238.usernat.ip.net.ua)
14:32.29*** join/#htc-linux TripleDES (n=sergio@89.129.136.254)
15:26.46*** join/#htc-linux sergio_ (n=sergio@89.129.136.254)
15:49.22*** join/#htc-linux FossiFoo (n=Fossi@e176126029.adsl.alicedsl.de)
15:51.23*** join/#htc-linux \bash (n=sps@95.pool85-53-8.dynamic.orange.es)
15:53.54*** join/#htc-linux WizMaui (n=WizMaui@62.112.90.231)
16:05.03*** join/#htc-linux asylumed (n=insanity@196.211.28.91)
16:12.00*** join/#htc-linux Ralith (n=ralith@66.150.12.86)
16:12.56*** join/#htc-linux RoEn_PC (n=roen@p54A674D8.dip.t-dialin.net)
16:19.28*** join/#htc-linux rmoravcik (n=rmoravci@icm2-orange.orange.sk)
16:48.16*** join/#htc-linux |Ralith| (n=ralith@66.150.12.86)
16:50.22*** join/#htc-linux sergio (n=sergio@89.129.136.254)
17:06.28oppizKevin2 you around?
17:09.24*** join/#htc-linux lkcl_ (n=lkcl@5ac5f0b2.bb.sky.com)
18:21.21*** join/#htc-linux TripleDES (n=sergio@89.129.136.254)
18:26.10*** join/#htc-linux goxboxlive (n=goxboxli@9.80-202-160.nextgentel.com)
18:31.10*** join/#htc-linux RoEn_PC (n=roen@p54A674D8.dip.t-dialin.net)
18:32.24*** join/#htc-linux Ralith (n=ralith@66.150.12.86)
19:08.04*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
19:09.23BabelOhi
19:09.33asylumedBabelO: hi
19:12.24kimuSan^*YAWN*
19:12.30BabelOgoxboxlive: how do you map gpio and asic key on universal ?
19:14.05*** join/#htc-linux lamikr (n=chatzill@aragorn.kortex.jyu.fi)
19:14.47goxboxliveBabelO: Do ou mean kernel-keymap?
19:14.56BabelOyes maybe :)
19:16.00BabelOi ve no keycode when some keys are pressed
19:17.40goxboxliveBabelO: You have to load a leymap file with 'loadkeys'. In the keumap file you add the keycode and it's function. I'll show you an example
19:17.55goxboxlives/leymap/keumap/
19:18.04goxboxliveforget the spelling :-)
19:18.09BabelOok thanks
19:18.53goxboxlivehttp://www.openembedded.org/repo/org.openembedded.dev/packages/keymaps/files/h2200/keymap-2.6.map
19:18.54BabelOi understand all that's ok
19:19.42BabelOi have finished yesturday keyboard and buttons plugin for qtopia, i send it to you :)
19:19.47goxboxliveTo find your keycode just type 'showkey' from the shell (not in Opie/GPE) and it will tell you the keycode
19:19.51BabelOdoes your compile works ?
19:19.59goxboxlivegreat
19:20.48BabelOgoxboxlive: oh so i ve another problem, because i ve no keycode :(
19:20.52goxboxliveNo mine failed yesterday, but it was so late so i didnt look further in to it.  I am trying to do it now.
19:21.19goxboxliveDont you get a keycode when you use showkey?
19:27.13goxboxliveBabelO: If you have the keyboard and buttons pluging ready, could you send it to me before i do configure?
19:28.03BabelOit is only cpp file and you have already it :) you can start configure
19:28.17goxboxlive:-) great
19:28.34BabelOi finish autodetect before
19:33.35BabelOgoxboxlive: no return for showkey :(
19:35.47goxboxliverealy
19:36.29goxboxlivewhen i hit showkey running linux, i am getting a keycode when hitting a key on the keyboard
19:38.59cr2hi
19:39.19cr2goxboxlive: universal has the full 8x8=64 map
19:39.53cr2BabelO: what spi keyboard keys are you missing ?
19:40.03BabelOhi cr2
19:40.25BabelOno spi key, problem with keyboard driver before
19:40.34goxboxlivecr2: And BA hasent so showkey wouldnt work?
19:40.37BabelOit is all gpio keys
19:41.20cr2so they are served by tsc2200_keys ?
19:47.31BabelOsorry cr2, i think i ve made a bug, i ve compiled in with pxa gpio key
19:48.20cr2do you have pxa gpio keys ??
19:48.31BabelOno i don t think :)
19:50.11pH5gpio-keys is not pxa specific anymore, it should work for sa1100, pxa and s3c24xx
20:01.57*** join/#htc-linux Ralith (n=ralith@66.150.12.86)
20:08.07*** join/#htc-linux rob_w (n=bob@p85.212.187.119.tisdip.tiscali.de)
20:11.18cr2how many machines do we really support ?
20:12.29pH5cr2: 'really'?
20:13.47cr2kernel compiles and runs.
20:13.57cr2himalaya -no.
20:14.06pH5wallaby?
20:14.13cr2blueangel, universal, sable, alpine.
20:14.24cr2wallaby -not really.
20:14.39pH5ok. magician. how is hermes doing?
20:14.39cr2there is some old code in the kernel, but nobody has a device.
20:15.20pH5btw, I have magician sound output working with some ugly hacks. now to connect it to the phone..
20:15.21cr2hermes/trinity needs some uart /usb/dma dump/shutdown.
20:15.23*** join/#htc-linux Ralith (n=ralith@66.150.12.86)
20:15.44cr2pH5: what should we do with the mixer ?
20:16.15cr2lamikr did some work for gomunicator, but i don't really understand his code.
20:16.46cr2"Phone" control and something else. where is the kernel part of it ? in his omap svn ?
20:17.49pH5cr2: before I decide what to do with the mixer, I'd like to understand how to connect the phone/bt chipset to mic and speaker
20:18.28pH5internal mic/headset mic/headphone/speaker switching is really easy, but there I could just read I2C and EGPIO dumps to figure it out
20:18.46cr2i think you have bt connected to the phone directly.
20:18.59cr2uda1380 does not support bt like ak4641
20:20.42cr2so. i 'd like to have a bb file that will compile the current cvs with defconfigs for all our devices. is it too much ?
20:21.05pH5cr2: ok, that's what I think too. perhaps I should start reading csr bluecore3 docs. or has anybody done some research into this already?
20:21.48pH5cr2: do a shell script that calls "bitbake virtual/kernel" for all machines?
20:23.36pH5a single bb file alone won't do, because you have to switch architectures
20:25.04psokolovskyHi!
20:25.05cr2pH5: i've looked only at brf6150. don't know how to trace the USB in wince.
20:25.34pH5hey psokolovsky
20:25.36psokolovskycr2, or we should work towards having modular kernel for all devices (of same cpu only, obviously)
20:25.36cr2pH5: i can do 'for MACHINE in xxx; do make ${MACHINE}_defconfig; done
20:25.54cr2but i need to copy the results to some sensible locations.
20:26.01cr2yes.
20:26.30cr2modular kernel is probably too early.
20:26.32psokolovskyBtw, I for few weeks using out-of-source-tree kernel builds - it's so relieving!
20:27.13cr2the support for different machines is varying wildly.
20:27.15cr2:)
20:27.15lamikrcr2: The mixer code is in the mixer.c... Basically it supports selecting the phone in one of the 2 different methods. code for blueangel expects to find "Phone" mixer element. Code for h6300 is little different because it needs to select the "Phone" item (not element) from the "Target" sequence.
20:27.38psokolovskydamn, I need toa nounce my defconfig manager tool. once I did it, I'm growing brave enough to bite at modular stuff
20:27.57psokolovskyBtw, committing stuff to OE to help initrd creation
20:28.14cr2lamikr: can we have a common phone mixer "api" ?
20:28.40cr2psokolovsky: is it possible to compile asic3 as a module now ?
20:28.41psokolovskyand btw, I finally got an idea that initramfs cpio archives can be used standalone, like normal initrd ;-)
20:28.48psokolovskycr2, no ;-)
20:29.11cr2psokolovsky: yes, but initramfs can hit some weird kernel size limits.
20:29.37cr2i was able to compile asic3 as a module with some really dirty patches ;)
20:29.40psokolovskycr2, what exactly?
20:30.10cr2ask Kevin2. i think the zImage can't be bigger than 4MB.
20:30.39psokolovskycr2, whose limitation? kernel's? haret's?
20:30.49cr2or it will have some trouble decompressing and relocating itself.
20:31.04cr2kernel/zimage decompress code, afair.
20:31.35psokolovskycr2, either way, as I told, you don't have to link initramfs in. using it as initrd works.
20:31.36cr2yes.
20:31.48cr2that's an advanatage of initrd.
20:32.11lamikrProblem is that I think BA and your universal allows having multiple different playback outs enabled simultaneously (play music from speaker while listening phone from the headset...) In h6300 only 1 element can be selected at a time... That's why h6300 has "Target" element from where the user must select only 1 target from the list of "Speaker & mic", "Headset & headset mic" or "Phone & mic...
20:32.11lamikr...connected to gsm".
20:32.22lamikrWould that kind of "Target" work with your htc?
20:32.38kimuSan^*yawn*
20:33.11cr2lamikr: we can define some common targets.
20:33.23kimuSan^hi guys. see that the developing does well tonight :-)
20:33.50cr2on universal you can record the phone, send it to bt,stereo speakers and headset simultaneously :)
20:34.42cr2in theory. but it's not the common config i guess.
20:35.20lamikrWell, the target list could probably also include "Bluetooth for phone playback and input" and "Headset for phone playback and input" at least for your device. Those should be possible to add later also for the h6300, but currently I do not know how to get those 2 working for h6300.
20:35.56cr2kimuSan^: let's decode the ULCON* regisetrs first.
20:36.45cr2lamikr: yes. i'd like to target the builtin mic/phone and wired headphone first.
20:36.50lamikrSo in universal it would be wrong to have only a one "list" where user can select only one target... You can have have all of those as a separate elements which user can enable or disable.
20:36.54cr2maybe even only the builtin pair first.
20:37.25cr2yes.
20:37.25cr2in principle.
20:40.07kimuSan^cr2: ok that should be fairly simple to decode. only 5-6 parts to check for.
20:40.43kimuSan^I will look into it this weekend
20:41.17lamikrWell, if you add the "Phone" element to your mixer which enables one of your pairs, it could work for a start just like with BA... But perhaps better would be if you add a some kind of phone "config" screen to gomunicator... Or CAN you detect automatically and do you WANT to switch from the normal speaker/mic to headset if that is plugged...
20:42.38kimuSan^cr2: why the ULCON first btw?
20:43.49cr2kimuSan^: i can try it right now. i'd like to know the serial port usage/setup.
20:43.59cr2include/asm-arm/arch-s3c2410/regs-*
20:45.25lamikrcr2: Some of the phones allows user btw to select whether to set the clock manually or to get the time, date and timezone info automatically from the operator. Any idea how that is done?
20:46.51cr2no. may be some AT command.
20:47.20cr2vendor-specific.
20:48.00lamikryes, but I think the info comes anyway from the operator, not from the rtc clock...
20:50.01cr2it's not done on universal. and i don't see that any other htc phone does it.
20:50.14cr2there are no such commands in HTC_GSM.
20:51.06kimuSan^I think it is a quite common feature to get tz but not the time itself.
20:52.26kimuSan^I havent seen a single phone where I did not have to set the date+time myself and I have probably had 100 different mobiles to test during the last 4 years
20:54.08cr2kimuSan^: but it's feasible. if you can get the AGPS data from some operators, time is really a piece of cake.
20:54.43kimuSan^sure
20:55.06kimuSan^just dont think that it is a widly available feature
20:58.36*** join/#htc-linux goxboxlive|gpe (n=goxboxli@9.80-202-160.nextgentel.com)
21:02.00BabelOgoxboxlive what is the max_brightness value for universal ?
21:03.28goxboxlive200
21:03.38goxboxlive199 i guess
21:05.25BabelOok thanks, all button keys are working now :) i ll finish backlight and apm plugin
21:05.40goxboxlivegreat job BabelO
21:06.37goxboxliveBabelO: Mine is still failing pastebin.ca/305495
21:09.09BabelOcheck that you have "dbus/dbus.h" in /home/jrs/builds/sources/dbus/lib/dbus-1.0/include
21:09.33BabelOmaybe your dbus.h is directly under include/
21:09.43cr2error: dbus/dbus.h: Ingen slik fil eller filkatalog
21:10.44kimuSan^sitting on a norwegian comp ?
21:10.53goxboxlive:-)
21:12.52pH5there are some NTZI at commands (+CLTS, +CTZU, etc.) but the magician's phone doesn't support them
21:13.23pH5does anybody have any information about decoding blueangel radio rom images?
21:16.33*** join/#htc-linux Ralith (n=ralith@66.150.12.86)
21:32.37BabelOpH5: can you build sound/soc/soc-core.c ?
21:33.47pH5BabelO: this question sounds like I forgot to update the include/sound/soc.h header file
21:34.08BabelOeh eh maybe :)
21:34.16pH5a sec..
21:34.19BabelOsound/soc/soc-core.c: In function 'soc_pcm_open':
21:34.19BabelOsound/soc/soc-core.c:128: error: 'struct snd_soc_pcm_runtime' has no member named 'dai'
21:36.56lamikrph5 thanks, I will try those later...
21:38.07pH5BabelO: fixed
21:38.23goxboxlivecr2: Have you looked in to camera  yet?
21:48.05pH5YAY!
21:48.19pH5first successful voicecall from a magician
21:49.36BabelOpH5: it is better now, but got this error
21:49.39BabelOsound/soc/soc-core.c:1069: error: 'sound_class' undeclared (first use in this function)
21:49.59BabelOinclude/sound/soc.h:345: error: field 'delayed_work' has incomplete type
21:50.10*** join/#htc-linux renatostore (n=renato4@100-181-119-85.dyn4.digitaleitalia.it)
21:55.55pH5crap. those are 2.6.20isms
21:58.14goxboxliveunbeliveable, it where buildt. Thanks BabelO. Going to try it now. :-)
22:13.21*** join/#htc-linux rob_w (n=bob@p85.212.148.89.tisdip.tiscali.de)
22:14.44*** join/#htc-linux tudenbart (n=willi@xdsl-213-196-240-211.netcologne.de)
22:15.58*** join/#htc-linux ljp (n=lpotter@203.94.178.46)
22:22.38pH5BabelO: I backed out the 2.6.20 specific workqueue changes.
22:28.00BabelOpH5: thanks it is ok now :)
22:28.10BabelOgoxboxlive: any touchscreen ?
22:28.47goxboxliveBabelO: Yes indeed
22:29.43BabelOok :)
22:29.44goxboxliveBut keyboard is a bit broken. I have to use export QWS_KEYBORD=USB:/dev/input/event3 to let it work
22:30.00goxboxliveIt wouldnt work with: export QWS_KEYBOARD=htckbdhandler
22:30.39*** join/#htc-linux rob_w|umpc (n=bob@p85.212.148.89.tisdip.tiscali.de)
22:30.40goxboxliveAnd when i hit back to shell (exit Qtopia) my keybaord layout is just a mess.
22:30.56goxboxliveBut that is an old bug, it has nothing to do with your config
22:31.08rob_w|umpcheya
22:31.11BabelOok, and backlight ?
22:31.20goxboxliveBecause it acted that way on the first images i buildt
22:31.23BabelOhi rob_w|umpc
22:31.28goxboxliveThe backlight works :-)
22:31.44lamikrph5: Do you remember exact syntax examples for any of these NTZI commands. At least "AT+CLTS=?" failed also with h6340...
22:32.11lamikrAT+CBC
22:32.19BabelOgoxboxlive: need to add battery level now :)
22:33.00goxboxlive:-) great work
22:34.09cr2rob_w|umpc: running linux ?
22:36.05rob_w|umpcyes sir
22:36.16pH5lamikr: no, I just found those somewhere on the web. I think CTZU CTZR are simple 0/1 (enabled/disabled) commands
22:36.42rob_w|umpcvia a propriatory usb wifi module
22:39.27rob_w|umpci got the source under nda, but yey is t full of complier warnings and even errors
22:40.34cr2heh.
22:42.00rob_w|umpcwell, yeah im into umpc buisness for the " next season
22:42.44rob_w|umpcnext goal is to get this touch under tslib
22:43.05rob_w|umpcbut Xfbdev stucks when pointing to it
22:44.15lamikrok
23:00.36BabelOgoxboxlive: if you want to test bluetooth there is some change to do with dbus xml file
23:00.58goxboxliveBabelO: It seems like there is some collisions between the Touchsscreen and the Keyboard. I have edited the 3 src files
23:01.30goxboxlivei am testing BT now, it seems like it is working, but the landscape mode is not good yet, it hides the top of the poup menus
23:02.06BabelOok maybe it is only because i take dbus from angstrom gpe image :)
23:04.32goxboxliveyes probably
23:08.00goxboxliveBabelO: Though i have to turn on BT manually before it works
23:12.00_scatterphi all
23:12.16_scatterpgoxboxlive is there any change file that lists changes between versions ?
23:12.33goxboxliveno
23:12.41_scatterpoh could you update me
23:12.43goxboxliveBabelO: Wlan works :-)
23:12.45goxboxliveno
23:12.58_scatterplast time we was testing sound did it get fixed ?
23:13.04goxboxlivei dont know wich versions you are talking about
23:13.26_scatterpwe had a version you told me sound should work with head phones then it didnt work
23:13.36goxboxliveok
23:13.52_scatterpsince then i see talk about mixers bluetooth sound etc
23:13.55goxboxlivewell, theres nothing major changes, only that mic on the HP works noe
23:13.58goxboxlivenow
23:14.08goxboxlivewell, that aint working yet
23:14.09_scatterpis sound working on universal
23:14.11BabelOgoxboxlive: eh eh so maybe qtmail works too :) with ssl
23:14.13goxboxliveyes
23:14.19_scatterpand phone calls ?
23:14.48*** join/#htc-linux rob_w|umpc (n=bob@p85.212.148.89.tisdip.tiscali.de)
23:15.15BabelOgoxboxlive: but there is no web explorer ?
23:16.17goxboxliveno, there isent
23:18.59goxboxlivehaha i am installing packages from qtopia.net :-)
23:19.24*** join/#htc-linux renatostore (n=renato4@100-181-119-85.dyn4.digitaleitalia.it)
23:19.55renatostorecr2: problem booting alpine kernel
23:20.20renatostorethe EABI one
23:21.18renatostorevfs: cannot open root device "mmcblk0p2"
23:21.37BabelOrenatostore: roodelay=5 ?
23:21.46cr2renatostore: lol.
23:22.00cr2rootdelay=5
23:22.45renatostoreis it a parameter to pass to kernel?
23:22.54cr2yes. add it to the command line.
23:23.15cr2goxboxlive: do you _really_ want to have swap ?
23:23.37goxboxliveQtopia looks good, i think im gonna be at least happy with it as with Opie
23:23.51goxboxlivecr2: I am using it, but tha's just localy,
23:24.15cr2goxboxlive: i'd really prefer to have a common setup.
23:24.20goxboxliveI have to have it with GPE, otherwise it will be _so: slow
23:24.44goxboxlivecr2: I agree, AFAIR the images i upload is without SWAP
23:24.52cr2hmm. create a swapfile.
23:25.09ljptry the example server widget.
23:25.18goxboxliveYes i could also do that, i did it in Opie a while ago.
23:25.40goxboxliveljp: Wich one?
23:25.59cr2ljp: hi. can you tell something about the phone app ?
23:26.08ljppossibly
23:26.34cr2ok, what do you think we should do ?
23:27.37goxboxliveljp: Yes realy, you should also realease the phone app. I know what will happend when OpenMoko relases their sources. Everyone will move over to it because of a phoneapp. And thats not goos, beacuse Qtopia seems  very good
23:28.25goxboxliveBabelO: Does your screen flashes when it changes the menus?
23:28.50ljplook at qtopia documentation on http://doc.trolltech.com/qtopia4.2/phonelibrary.html
23:28.57ljp;(
23:29.15ljpi will keep trying to get them to open the phone stuff
23:29.22cr2ljp: i guess we can create some gui app ourselves.
23:29.41renatostorecr2: same result even with roodelay=5
23:29.47ljpits mostly the backend missing
23:30.24cr2hmm. not only. we need to put the htc-specific AT stuff somewhere.
23:30.56cr2renatostore: then something is/was broken in the pxamci setup.
23:32.21ljpwill push opening up the remaining source at qtopia summit next week
23:32.25renatostorekernel can't i have no error compiling the new kernel
23:32.45cr2ljp: is there a binary phone app it is possible to look at ? is moto a780 representative in this respect ?
23:33.13ljponly greenphone
23:33.27renatostoresorry ... no error compiling the new kernel
23:34.10BabelOrenatostore: try a greater rootdelay
23:34.39renatostoreroodelay or rootdelay?
23:34.45BabelOrootdelay
23:35.05cr2ljp: ok.
23:35.10BabelOroodelay is an error, sorry
23:35.25*** join/#htc-linux LunohoD_ (n=alex@e180111154.adsl.alicedsl.de)
23:36.19renatostoreok now i have a splash screen openembedded
23:36.34renatostoreit is loading
23:37.09renatostorebut touchscreen doesn't work
23:37.20renatostorewhat now?
23:37.40*** join/#htc-linux Ralith (n=ralith@soggy202.drizzle.com)
23:38.12cr2renatostore: usb ?
23:38.28renatostorei'm going to test usb now
23:38.51cr2goxboxlive: can you upload your qtopia image ?
23:39.45goxboxlivecr2: Yes but tomorrow, have to go to sleep now. There are not any keyboard working so far.
23:39.51BabelOgoxboxlive: screen flashing depend on theme
23:40.19cr2renatostore: we need to make usb work, then you can login over ssh and test the touchscreen.
23:40.19goxboxliveok
23:40.25cr2goxboxlive: ok.
23:41.24BabelOcr2: we have to build our own phone app ...
23:41.38cr2i'd like to look what is needed to support zroadmap on qtopia.
23:41.52cr2BabelO: phone mixer first ;)
23:42.19BabelOthere is already a pre-gui for mixer :)
23:42.20renatostorei tried to ping form 192.168.0.200 (my pc) to 192.168.0.202
23:42.23cr2BabelO: where is the greenphone mixer code located ?
23:42.36renatostoreresult: host unreachable
23:42.55cr2renatostore: what do you do on the pc side ?
23:42.57BabelOi don't look at it, but look into devices/zaurusclamshell/src/mixer
23:43.13cr2BabelO: not zaurus, but greenphone.
23:43.24cr2hmm. it's oss mixer probably. but anyway.
23:43.32ljpyes, its oss
23:43.49renatostoreusb0      Link encap:Ethernet  HWaddr BE:E0:5F:30:FD:6E    inet addr:192.168.0.200  Bcast:192.168.0.255  Mask:255.255.255.0
23:43.49renatostore<PROTECTED>
23:43.49renatostore<PROTECTED>
23:43.49renatostore<PROTECTED>
23:43.49renatostore<PROTECTED>
23:43.51renatostore<PROTECTED>
23:43.53renatostore<PROTECTED>
23:43.54ljpthats a good idea to alsa-ize that
23:44.02cr2ljp: does qtopia support rotated strings in default setup ?
23:44.25cr2opie was not.
23:44.30ljpuse the Transformed display driver
23:44.54BabelOljp: i ve a question about including hardware accessories ?
23:45.00ljprotation needs to be worked on, as most devices do not need it, that we have come across, except zaurus
23:45.01cr2i mean drawing the strings at an angle.
23:45.33ljphmmm... not sure
23:45.49cr2well, universal and hermes certainly need rotation.
23:46.35renatostoreabove is my ifconfig
23:46.57cr2renatostore: looks ok.
23:47.12renatostorewhat about the error
23:47.16renatostore?
23:47.34renatostorenow my display is white
23:47.36cr2magician has the same error, but usb works.
23:47.49cr2well, reset.
23:48.10cr2do the following. take the usb cable out and then in.
23:48.32cr2ifconfig usb0 192.168.0.200
23:48.38renatostorenow i have to reinstall windows
23:48.39cr2ping 192.168.0.202
23:48.47ljpBabelO: ok
23:49.19cr2renatostore: softreset, and don't install the customization stuff.
23:49.40renatostoresoftreset is not sufficient
23:49.41cr2will dramatically cut the reboot time.
23:49.58cr2softreset when the packages will be installed.
23:50.11cr2we don't care about bugfixes, bt, etc.
23:50.27BabelOljp: i doesn't found where greephonehardware.cpp is called ?
23:50.47renatostorethe device soft reset during the install?
23:53.08BabelOcr2: for porting gps app http://doc.trolltech.com/qtopia4.2/porting.html
23:54.27cr2BabelO: thanks.
23:55.43renatostorealways the same results: host unreachable
23:57.04renatostoreerror increasing in ifconfig
23:57.24renatostoreusb0      Link encap:Ethernet  HWaddr BE:E0:5F:30:FD:6E
23:57.24renatostore<PROTECTED>
23:57.24renatostore<PROTECTED>
23:57.24renatostore<PROTECTED>
23:57.24renatostore<PROTECTED>
23:57.25renatostore<PROTECTED>
23:57.27renatostore<PROTECTED>
23:57.29renatostore<PROTECTED>
23:57.36ljpBabelO: not sure I understand the question.
23:57.52BabelOrenatostore: you are sure you are not on the same network  that your eth0 ?
23:58.20renatostoremy ip is 192.168.0.200
23:58.38renatostoreand alpine ip is 192.168.0.202 (default)
23:59.03renatostorei think yes, but how can i check?
23:59.39BabelOljp: i found greenphonehardaware.cpp that can (initialize , detect) hardware, i want to do the same for htcphone, like initializing led in namespace, i need to write a new service ?

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.