**** BEGIN LOGGING AT Mon Jul 12 02:59:57 2010 Jul 12 04:25:50 dmth137@science.mq.edu.au Jul 12 05:36:17 mrmoku|away: i do not care about usb host mode anyway Jul 12 06:30:34 gena2x: pong Jul 12 06:49:30 mrmoku|away: (pastebin) what the hell does it mean? Jul 12 06:49:32 :-O Jul 12 07:10:29 PaulFertser: (pastebin) dunno... something very corrupted... Jul 12 07:11:15 mrmoku: GSM interference spoiling uSD communication? Jul 12 10:43:50 is it possible to umount/shutdown with just echo to some /proc or /sys file? I have running SHR with eglibc removed :/ just hoping for clean shutdown to repair it from 2nd partition... Jul 12 10:44:05 so only bash + builtins are available Jul 12 10:45:21 JaMa: try find SysRq node inside /proc Jul 12 10:46:10 http://en.wikipedia.org/wiki/Magic_SysRq_key#Command_line_access_and_configuration Jul 12 10:46:24 no /proc/sys/kernel/sysrq here :/ Jul 12 10:47:19 # CONFIG_MAGIC_SYSRQ is not set in 2.6.34 defconfig... Jul 12 10:48:17 sync isnt available? Jul 12 10:49:10 sync as command? no.. everything linked to libc is not available Jul 12 10:49:30 and bash is running just because it was started before opkg install -force-reinstall libc6 Jul 12 10:50:25 and installing libc6 failed because of opkg failing to resolve hostname (because of missing libc functionality :/) Jul 12 10:51:02 JaMa: can you resolve it manually and supply opkg with a direct path then? Jul 12 10:51:19 JaMa, can you scp? In that case you could use some static binaries for mount/sync etc Jul 12 10:51:23 PaulFertser: opkg also doesn't work anymore... :) Jul 12 10:52:26 ao2: scp tries to open bash (my shell) on remote end.. so no scp also doesn't work Jul 12 10:52:36 I see Jul 12 10:53:07 JaMa: running from NAND or SD? Jul 12 10:53:11 SD Jul 12 10:53:57 maybe best case is suspend it (which would at least sync) Jul 12 10:54:08 JaMa: yup, that's what i wanted to say now ;) Jul 12 10:54:33 or I can echo ..... > /lib/libc6.so :) Jul 12 10:55:47 :D Jul 12 10:55:54 but I'm not sure if my screen buffer will be big enought for whole shell escaped binary will, or at least few times my buffer :) Jul 12 10:57:20 echo in chunks and append Jul 12 10:57:30 1.1M Jul 12 10:57:42 it's a lot of chunks :) Jul 12 10:58:23 so if nobody has better idea how to fix it remotely, I'll suspend and repair locally later tonight Jul 12 11:09:42 * dos1 installed opkg on his debian Jul 12 11:10:08 it's time to finish shr-installer, there not that much left Jul 12 11:11:55 hmm doesn't work too :/ export LD_LIBRARY_PRELOAD=/data/old-20100514/usr/lib;/data/old-20100514/lib Jul 12 11:25:17 freesmartphone.org: 03mickey 07cornucopia * r03ecd71d6c68 10/fsogsmd/src/lib/ (atchannel.vala atcommandqueue.vala): fsogsmd: allow cancelling the MODEM initialization phase Jul 12 11:25:18 freesmartphone.org: 03mickey 07cornucopia * rfa48a21da5c9 10/fsogsmd/src/lib/atcommands.vala: Jul 12 11:25:18 freesmartphone.org: fsogsmd: atcommands: bring back custom command, since the command sequence uses Jul 12 11:25:18 freesmartphone.org: the factory method to grab it. Jul 12 11:37:30 PaulFertser: I probably have found the root of my GPRS problems Jul 12 11:37:42 PaulFertser: my battery Jul 12 11:37:45 sun spots? Jul 12 11:37:48 mrmoku: oh? Jul 12 11:38:19 PaulFertser: I tried an old nokia bl-5c I have lying around Jul 12 11:38:35 and it worked much longer without hanging Jul 12 11:39:22 * mrmoku charging his bl-5c in external charger and tries again with a full one Jul 12 11:40:19 hmm, i guess eventually i should bring back timeout detection... Jul 12 11:40:42 hmm Jul 12 11:40:59 this is one of the few features that didn't make it from ogsmd to fsogsmd Jul 12 11:41:30 (for AT commands only though, not for ppp stream) Jul 12 11:41:50 and also lindi's beloved watchdog... Jul 12 11:42:49 mrmoku: even if it's the modem misbehaving, how come fsogsmd can stop responding to dbus? Jul 12 11:43:03 PaulFertser: that's another thing indeed Jul 12 11:43:09 it should not :P Jul 12 11:43:35 PaulFertser: that's the whole reason why I wrote my gsm-watchdog. frameworkd just regularly (once a month) went to a state where it did not respond to dbus Jul 12 11:44:04 lindi-: hanging no some futex? Jul 12 11:44:14 PaulFertser: i did report it as a bug Jul 12 11:44:29 lindi-: some bugs are damn hard to debug :/ Jul 12 11:46:50 PaulFertser: indeed. dbus seems to be especially tricky Jul 12 11:47:35 * mickey|bbl can't wait to switch to gdbus Jul 12 11:47:52 oh no Jul 12 11:48:10 oh yes, an entire new implementation that doesn't use libdbus Jul 12 11:48:24 brought to you by the folks who did gio Jul 12 11:49:55 (not to be mixed up with marcell holtmann's gdbus) Jul 12 11:53:29 mickey|bbl: what's stopping you? Jul 12 11:54:36 first, it's not released yet Jul 12 11:54:40 is it in any distro? is it used by any software? ;) Jul 12 11:54:43 2nd, vala support is under construction Jul 12 11:56:23 lindi-: i can understand why you assume that switching to some "new cool whatever" is a wrong way to fix bugs. But damn, some of the problems we face are too strange, and nobody fixes those :/ Jul 12 11:57:43 given the recurring woes we have with libdbus and libdbus-glib... Jul 12 11:58:13 anyways, it's not around the corner and there are more important things to fix, as always Jul 12 11:58:17 mickey|bbl: if only there was a guy who runs debug build of fsogsmd and can attach gdb to it when it stops responding to dbus... But the problem might be hidden well inside glib. Jul 12 11:58:38 And probably attaching after it already stopped responding is too late. Jul 12 11:58:41 PaulFertser: yeah, it would be very interesting to see a backtrace during a halt Jul 12 11:59:37 mickey|bbl: how one can switch to using a debug build? Jul 12 11:59:54 just install the debug symbols afterwards Jul 12 12:00:20 it might help to recompile everything with -O0 though Jul 12 12:00:48 mickey|bbl: it'd be easy if i was using OE. Can you give me a hint on how to do that without? Jul 12 12:01:21 hmm, without Jul 12 12:01:32 compiling everything with -O0 -ggdb Jul 12 12:02:03 injecting CFLAGS='-O0 -ggdb' should do it Jul 12 12:03:31 PaulFertser: well we could go back to using unix socket Jul 12 12:04:02 PaulFertser: for gsmd anyway, maybe you can have something else export the functionality over dbus then Jul 12 12:07:09 mickey|bbl: haha Jul 12 12:08:24 PaulFertser: i didn't understand the question, then Jul 12 12:08:37 lindi-: i want my whole system to be stable, not only gsmd. I do not think like i want to have some redudant knobs (like your answering button) that'd allow me to do some minimal stuff even if the higher level crashed. It's not that kind of system that'd require this approach, imho. Jul 12 12:09:35 mickey|bbl: i thought there's some easy way to ask something to generate those debugging symbols. What you suggest will embed debugging symbols in the binaries, not the same thing that OE does. Jul 12 12:10:36 PaulFertser: ah. i'm afraid i don't know how it actually works behind the scenes Jul 12 12:10:47 someone on #oe might Jul 12 12:11:29 mickey|bbl: i can deduce that on my own too obviously. Just thought you might know a shortcut. Jul 12 12:18:34 PaulFertser: it's done here: http://git.openembedded.org/cgit.cgi/openembedded/tree/classes/package.bbclass Jul 12 12:18:48 mickey|bbl: what bothers me is that we faced too many very hardly reproduceable bugs during the fso history. Jul 12 12:20:19 PaulFertser: it builds with debug symbols, then pack them in .debug subdir to -dbg packages and then call strip on binaries and pack those Jul 12 12:20:31 JaMa: mrmoku: thanks :D Jul 12 12:21:39 PaulFertser: yes, me as well. Jul 12 12:24:52 PaulFertser: I am only using gsmd :) Jul 12 12:26:11 PaulFertser: i could use some more eyes looking at the code... Jul 12 12:26:58 and btw. each of the systems fso2 works have their own share of problems Jul 12 12:27:07 hi Jul 12 12:27:17 how do I delete sms under SHR? Jul 12 12:27:23 I tried listing them all Jul 12 12:27:25 no success Jul 12 12:27:29 with mdbus2 Jul 12 12:27:35 GNUtoo|laptop: opimd-cli Jul 12 12:27:37 before there was the all keyword Jul 12 12:27:43 ok thanks Jul 12 12:27:53 that has direct access to sim trough modem? Jul 12 12:28:56 thanks PaulFertser Jul 12 12:29:19 GNUtoo|laptop: SHR uses opimd nowadays, so all the messages are stored there. Jul 12 12:30:00 PaulFertser, I've an htcdream where all the message *have to be buffered on the SIM* Jul 12 12:30:14 and it shows only 3 messages Jul 12 12:30:28 mickey|bbl: i bet gta02 is the only platform that receives enough testing, so probably those problems bothering me can surface on other targets as well. Jul 12 12:31:21 GNUtoo|laptop: probably mickey|bbl's implemented the auto-clear sim when it's full idea? Jul 12 12:31:35 hi mickey|bbl Jul 12 12:32:44 mickey|bbl: and by "enough testing" i meant it took 2 weeks to get feedback from 2 testers about that (quite important) "flowcontrolled" change. :/ Jul 12 12:32:58 *nod* Jul 12 12:33:57 mickey|bbl, how can I view all my messages using mdbus2 ? Jul 12 12:34:09 so I could delete them Jul 12 12:34:42 hmm Jul 12 12:34:48 if you want to delete all, just delete them Jul 12 12:35:05 (with DeleteMessage) Jul 12 12:35:26 listing you can do with RetrieveTextMessages Jul 12 12:39:15 RetrieveTextMessages doesn't support the 'all' argument anymore Jul 12 12:41:57 correc Jul 12 12:42:59 do you need direct SMS access on the SIM? Jul 12 12:43:17 ideally no one should bother with that anymore Jul 12 12:43:22 and only using the higher level API Jul 12 12:43:33 except if you are sending binary SMS Jul 12 12:44:12 mickey|bbl, I just want something that replace the 'all' Jul 12 12:44:20 for the rest I don't know Jul 12 12:44:34 for direct sms Jul 12 12:44:41 because: Jul 12 12:44:44 I power up my phone Jul 12 12:44:54 my sim is already loaded with tons of messages Jul 12 12:44:58 I want to remove them Jul 12 12:45:00 because else Jul 12 12:45:05 it can't receive more messages Jul 12 12:45:17 else I do it with AT commands? Jul 12 12:45:18 ok, but that is very simple Jul 12 12:45:24 DeleteMessage is there Jul 12 12:45:28 ok Jul 12 12:45:58 and RetrieveTextMessages 'all' ? Jul 12 12:46:08 I don't know which ones to delete Jul 12 12:46:15 i thought you want to delete all? Jul 12 12:46:21 nearly all Jul 12 12:46:24 I list all Jul 12 12:46:27 then I grep Jul 12 12:46:31 and delete nearly all Jul 12 12:46:32 sorry Jul 12 12:46:34 mmh Jul 12 12:46:50 or if it's too complicated I delete all Jul 12 12:46:55 and forget about old messages Jul 12 12:47:01 anyway I can't have them on that phone Jul 12 12:47:05 well, someone needs to implement RetrieveMessages then Jul 12 12:47:10 because it wait for an sms signal Jul 12 12:47:15 ok Jul 12 12:47:24 delete ''all'' works? Jul 12 12:47:33 no, just iterate over all slots Jul 12 12:47:42 GetSimInfo will tell you how many you have Jul 12 12:47:42 how do I know the slots? Jul 12 12:47:46 ah nice Jul 12 12:47:53 that was the missing piece Jul 12 12:47:56 thanks a lot!!! Jul 12 12:48:43 slots: 25 Jul 12 12:48:46 that's that? Jul 12 12:48:58 yes Jul 12 12:48:59 I bet so Jul 12 12:49:01 ok Jul 12 12:49:04 thanks a lot Jul 12 12:49:07 np Jul 12 12:49:19 i'm not sure if we want a DeleteAll Jul 12 12:52:42 PaulFertser: hi. Jul 12 12:53:02 gena2x: hey :) Jul 12 12:54:30 PaulFertser: i have one more idea about touchscreen jitter. and want to check it. but first i wanted to consult some hw expert what is propability that my idea of check will fry my freerunner:) Jul 12 12:54:46 thanks a lot Jul 12 12:54:57 mickey|bbl, I don't think we need DeleteAll Jul 12 12:55:12 as loong as we can list all Jul 12 12:55:14 gena2x: ok, i'll tell you what i think. Probably right now, or 2 hours later. Jul 12 12:55:37 PaulFertser: np, i waited for 2 days to check it :) Jul 12 12:57:09 gena2x: so, what's your idea? Jul 12 12:59:54 PaulFertser: so, i'll describe now my idea and everything related: first my last observations, and start waiting for your answer: lcd pixel clock rate influences much touchsreen jitter in interesting way - at 1fps, i can see clean touchscreen data and suppen single high spikes (like 5%-10% fod 1 adc measurement). i were unable to calculate some precise rate of spikes, they are different in fact. with increase of rate, data becamo less and less clear. Jul 12 13:00:29 PaulFertser: basically 1 of 500 measuremnts has such spike. Jul 12 13:01:41 PaulFertser: so (i am not hardware expect) such spikes do not look like interference. and i decided to do quick experiment to check Vref for touchscreen adc coverter. Jul 12 13:02:34 PaulFertser: after looking into schematic, i found that Vref is actually IO_3V3. Jul 12 13:03:25 PaulFertser: i have no oscilloscope to measure actual voltage on that line. Jul 12 13:04:03 PaulFertser: so i came to idea to add some kind of capacitor to IO_3V3 and check wil lthis influente touchscreen jitter somehow. Jul 12 13:05:31 PaulFertser: i see, that IO_3v3 is also at testpad, so easyest way to check would be to solder 2 wires to tespad (GND, and IO_3V3) and solder other ands of that wired to capacitor. Jul 12 13:05:57 PaulFertser: now, my question : will this fry my fr? Jul 12 13:06:11 PaulFertser: is it sounds crazy in general? Jul 12 13:06:35 gena2x: i'd need to check the schematics Jul 12 13:07:16 PaulFertser: and finally, how to find which testpoint represents IO_3V3 (i mean how they enumerated) Jul 12 13:07:19 gena2x: generally adding a capacitance to any power rail shouldn't make bad things happen. Unless it's a really big capacitance that consumes plenty of energy too fast during the charge phase. Jul 12 13:09:48 PaulFertser: i've found some number in schematic for IO_3v3, but how to map that number to actual pad? any other kind or sheme exist. this is comment to my last question. Jul 12 13:10:42 PaulFertser: i can use capacitor for buzz fix. Jul 12 13:11:07 PaulFertser: i have few left Jul 12 13:18:51 larsc: ping Jul 12 13:21:09 larsc: you did s/GLAMO_REG_GPIO_GEN1/GLAMO_GPIO_REG_GEN1/g in drivers/gpio/glamo-gpio.c 6650e90feca03fc8dc46fa4d8234f63377e7b80d, but there is still GLAMO_REG_GPIO_GEN1 in glamo-regs.h (a1a29d40be0ebe43bd26b0c5647e1273b45e9f00) Jul 12 13:21:28 gena2x: PCB pdf Jul 12 13:25:56 PaulFertser: ah, found 'component placement' now. i saw only 'shematics' 'BOM'. Jul 12 13:26:51 gena2x: yep, that's it. Take those in several pdf's, they're searchable. Jul 12 13:27:00 (big thanks to lindi- ! ) Jul 12 13:34:11 PaulFertser: i am lost a bit. only 'test pad' thing in 'cumulative public' is thing labelled 'H-TP_WLAN7901'. Jul 12 13:35:01 PaulFertser: in fact i want almost any 3v3 :) how to find easy one? sorry for stupid questions... Jul 12 13:38:08 larsc: http://gitorious.org/~jama/htc-msm-2-6-32/openmoko-kernel/commit/ed3c21f27f371b8c2f520082d219ba2724cdc46b to build om-gta-2.6.34 HEAD Jul 12 13:39:55 PaulFertser: you may point me to some book to read about schematics if i am missing something important. Jul 12 13:45:43 hey genaman Jul 12 13:47:00 gena2x: do you know how to paste into qterminal? Jul 12 13:47:13 sorry for the slight offtopic-ness Jul 12 13:48:25 badcloud-: i saw your question in #qtmoko, nope, sorry not unsing qterminal :( Jul 12 13:52:14 PaulFertser: ah. i got idea Jul 12 13:52:49 gena2x: ah, thanks. didn't seem like there is much life in #qtmoko now Jul 12 13:53:53 badcloud-: it's ok. summer. Jul 12 13:56:30 gena2x: right, that makes sense Jul 12 13:56:40 gena2x: so you're not a qtmoko user? Jul 12 13:57:23 badcloud-: i am using qtmoko as a phone software. Jul 12 13:57:44 I see Jul 12 14:06:26 gena2x: so how fast does your battery empty out on 533mhz? Jul 12 14:06:33 on average use Jul 12 14:13:51 damn. 35C in forecast... Jul 12 14:14:13 36C here at the moment, it hurts :( Jul 12 14:14:30 at the weekend, 27 people passed out on a train when the aircon broke Jul 12 14:15:02 Weiss: yeah. i've read in news about that train. Jul 12 14:15:20 but 34C is historical absolute maximum for this place. Jul 12 14:16:06 and that maximum accured only 1 day in last 130 years. Jul 12 14:21:54 eek Jul 12 14:24:23 PaulFertser: powered by USB my GPRS was stable for more than 2 hours... with my (fully charged) FR battery fsogsmd hangs after 48 pings :/ Jul 12 14:25:56 * mrmoku tries the fully charged Nokia battery now Jul 12 14:26:01 heh. other power supply problems? so we can somehow get stable GPRS? Jul 12 14:26:41 gena2x: in theory GPRS with current fsogsmd should be rock solid... it's just me having problems :/ Jul 12 14:27:37 mrmoku: hm. i had problems with for example 'plain' gprs - without mux or anything. Jul 12 14:28:08 mrmoku: so, with just a pppd on serial port Jul 12 14:28:22 gena2x: never tried that Jul 12 14:29:17 mrmoku: i had 1) to ping some distant server to keep connection 2) sometimes it failed while heavy traffic. Jul 12 14:31:05 mrmoku: would be nice to have some fix for this... Jul 12 14:31:19 gena2x: on bat or cabled? Jul 12 14:31:50 mrmoku: hm. cabled i think... Jul 12 14:32:07 hmm Jul 12 14:32:41 i thoght all this is known bugs... Jul 12 14:48:37 heh... fun Jul 12 14:48:47 still pinging... and no WS too Jul 12 14:48:56 * mrmoku puzzled Jul 12 14:54:40 gena2x: where did you find the testpoint for IO_3V3? Jul 12 14:54:56 PaulFertser: yeah. i understood i were wrong. Jul 12 14:55:06 gena2x: grab it from the aux button then :) Jul 12 14:56:20 PaulFertser: my idea of adding capacitor is not really 'grab'... but something like 'push' :) Jul 12 14:56:22 gena2x: SW1501 Jul 12 14:56:38 gena2x: no, i mean you can solder to the button's pad i guess. Jul 12 14:56:43 not really checked though. Jul 12 14:57:27 PaulFertser: ok. i'll try to check..... Jul 12 14:57:37 PaulFertser: thanks for suggestion. Jul 12 14:57:54 gena2x: the line is already filtered by 4.7uF, i'm not sure if it's enough. Jul 12 14:58:05 But it would be DAMN funny if not. Jul 12 14:58:50 gena2x: 47u in fact! Jul 12 14:58:56 So it's quite decent. Jul 12 14:59:22 47u + 100n + 100p <-- should be really enough. Jul 12 14:59:43 PaulFertser: just check. nothing will happen if i'll check, yeah? Jul 12 14:59:57 gena2x: if you do it carefully, of course. Jul 12 15:00:34 PaulFertser: i already resoldered aux button without much troubles. Jul 12 15:07:41 hmm... looks like with new kernel there is no gta01_battery module anymore :( Jul 12 15:21:04 mrmoku: platform_battery? Jul 12 15:27:16 PaulFertser: root@om-gta02 ~ # find /lib/modules/ -name \*battery\* Jul 12 15:27:19 returns nothing Jul 12 15:27:25 root@om-gta02 ~ # opkg list |grep battery Jul 12 15:27:29 nothing Jul 12 15:27:53 PaulFertser: probably just needs a small config change Jul 12 15:36:37 PaulFertser: CONFIG_BATTERY_PLATFORM=y Jul 12 15:36:40 it is fixed in Jul 12 15:37:21 PaulFertser: so I just need to unbind the bq27000 ? Jul 12 15:39:30 and bind the platform one... Jul 12 15:39:34 PaulFertser: finally found elctrolitical capacitor marked as 100uF, 50V. Should be ok, yes? - to GND, + to outer pins of AUX button. (found 3.3 on it) Jul 12 15:40:03 PaulFertser: finally found elctrolitical capacitor marked as 100uF, 50V. Should be ok, yes? - to GND, + one of outer pins of AUX button. (found 3.3 on it) Jul 12 15:43:11 gena2x: sure Jul 12 15:43:25 * gena2x praying to soldering god. Jul 12 15:43:55 * gena2x "god, save my lcm and freerunner" Jul 12 15:46:44 Polish Telecom SUCKS Jul 12 15:48:19 Which telecom doesn't? Jul 12 15:52:04 ~lart Polish Telecom Jul 12 15:52:05 * apt rm -rf's Polish Telecom Jul 12 15:54:32 PaulFertser: as platform_battery is your baby :) what to do to activate it after disabling the bq one via unbind? Jul 12 15:54:58 mrmoku: binding should be enough Jul 12 15:55:14 echo 1 > bind? Jul 12 15:55:17 mrmoku: no Jul 12 15:55:33 * mrmoku tried platform_battery.0 too Jul 12 15:55:33 mrmoku: echo platform_battery > bind (probably) Jul 12 15:55:38 ahh :P Jul 12 15:55:40 PaulFertser: thanks Jul 12 15:55:44 mrmoku: did it work? :-O Jul 12 15:56:37 SHR: 03seba.dos1 07geekogotchi * raae9ad96bd61 10/geekogotchi_server: server: don't fail if can't send message to opimd Jul 12 15:56:38 hmm... no Jul 12 15:56:42 PaulFertser: did not work Jul 12 15:56:47 SHR: 03seba.dos1 07shr-installer * r193c5628ca75 10/shr-installer: Implement upgrading packages Jul 12 15:56:58 SHR: 03seba.dos1 07shr-installer * r26c914bb438b 10/TODO: update TODO Jul 12 15:57:07 PaulFertser: nothing in dmesg and no battery in power_supply Jul 12 15:58:11 mrmoku: should be something like ``echo platform-battery.0 > /sys/bus/platform/drivers/platform-battery/bind Jul 12 15:58:29 mrmoku: with dash Jul 12 15:59:11 PaulFertser: still no go Jul 12 16:03:44 mrmoku: sorry. Probably some platform glue missing. Jul 12 16:03:53 PaulFertser: ok Jul 12 16:04:34 * mrmoku off for dinner Jul 12 16:15:45 done. Jul 12 16:15:54 fingers crossed... Jul 12 16:17:52 phee. booting... Jul 12 16:26:02 mickey|bbl: hi Jul 12 16:26:19 does anyone know the state of our calendar suite? Jul 12 16:26:26 whats already functional? Jul 12 17:10:07 JaMa: thanks, applied Jul 12 17:11:03 JaMa: hi Jul 12 17:11:13 do you know details about the calendar stuff in SHR? Jul 12 17:11:17 how far are we? Jul 12 17:11:35 I'm building ATM images Jul 12 17:11:44 for htcuniversal, htcdream and gta02 Jul 12 17:11:49 for evaluation Jul 12 17:11:52 ^^ Jul 12 17:12:00 leviathan: no gui part... dunno about the FSO part Jul 12 17:12:24 hmm Jul 12 17:12:41 is there an interface documentation somewhere? Jul 12 17:12:52 so that I could create some basics using elementary? Jul 12 17:13:11 we should reconsider the actual gui stuff anyway Jul 12 17:13:23 perhaps we could pimp the shr dialer with elementary buttons e.g. Jul 12 17:13:38 would look nicer (just my opinion) Jul 12 17:14:01 in the same turn, we could also take a look on some still static sized buttons on some places Jul 12 17:14:05 (e.g. settings( Jul 12 17:14:07 ) Jul 12 17:15:39 leviathan: http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.PIM.Date.html;hb=HEAD Jul 12 17:15:53 might be outdated though... still having GetUsedBackends Jul 12 17:16:45 TAsn: ping... what is the state of org.freesmartphone.PIM.Date(s) in opimd? Jul 12 17:22:36 TAsn: would be cool to have some infos Jul 12 17:22:51 perhaps also information about possible already existing projects Jul 12 17:23:06 it knowone knows, if theres already a gui project running Jul 12 17:23:20 I'll ask google, before starting hacking Jul 12 17:23:22 :-) Jul 12 17:24:34 Heinervdm: IIRC you've been involved with opimd calendar? Jul 12 17:24:34 While trying to load NAND menu with u-boot, what does a AUX led blinking (1 second) means ? Jul 12 17:25:07 mrmoku: there is one thing missing in Dates Jul 12 17:25:46 mrmoku: i wanted to add a function to automatically add a timer Jul 12 17:25:55 that thing is currently missing Jul 12 17:26:12 i have a patch, but i had no time to test it Jul 12 17:27:18 my problem with the gui is, that i'm waiting for the elementary calendar widget from morphis Jul 12 17:29:23 Heinervdm: heh... I remember :P Jul 12 17:29:32 and then morphis got his palm pre ;) Jul 12 17:29:36 yes Jul 12 17:30:25 Heinervdm: maybe somebody else has to continue it then... or didn't he start? Jul 12 17:30:44 he has a functional version Jul 12 17:31:52 is it in svn or on his harddisk? Jul 12 17:32:07 mrmoku: http://heinervdm.dyndns.info/shr-git/python-elementary_add-calendar-widget.patch Jul 12 17:32:18 i think only on his hd Jul 12 17:32:29 but i have a verision too Jul 12 17:32:42 ups that's the wrong patch Jul 12 17:32:58 http://heinervdm.dyndns.info/shr-git/elementary_add-calendar-widget.patch Jul 12 17:33:20 ouch... wrong window :P Jul 12 17:36:04 mrmoku, natural, nothing interesting. Jul 12 17:36:10 opim is just a data manager Jul 12 17:37:06 This is my untested patch for opimd: http://heinervdm.dyndns.info/shr-git/0001-opimd-dates-add-alarm-handler.patch Jul 12 17:37:37 Heinervdm: times out for me Jul 12 17:38:14 Heinervdm, I'm still unsure if it's opimd job to do alarms Jul 12 17:38:18 it may be is. Jul 12 17:38:21 maybe* Jul 12 17:38:24 not sure though ;P Jul 12 17:38:31 TAsn: just was wondering... because there is still a GetUsedBackends method ;) Jul 12 17:38:45 TAsn: i discussed this with mickey on FOSDEM Jul 12 17:38:52 and he agreed :) Jul 12 17:38:59 Heinervdm, then it's settled :P Jul 12 17:39:21 mrmoku, you can see it's highly tested :P Jul 12 17:39:29 :P Jul 12 17:40:29 hmm, my dyndns account is really old... Jul 12 17:40:37 Heinervdm, so it seems Jul 12 17:40:44 your link doesn't work :P Jul 12 17:41:43 my router hasen't updated the ip properly today.. Jul 12 17:41:58 but now it should work Jul 12 17:42:14 Heinervdm: yep works, thanks :) Jul 12 17:46:13 Heinervdm, either I'm blind/stupid/tired or all of the above Jul 12 17:46:21 but I can't see any time related code Jul 12 17:46:47 where is "alarm" implemented at? Jul 12 17:47:29 Alarm should be set by the client Jul 12 17:47:52 and if it's set a alarm in org.freesmartphone.Time.Alarm is created Jul 12 17:48:03 but i think, that needs to be updated Jul 12 17:48:18 because now we have fsotdld Jul 12 17:48:27 and that code was for otimed Jul 12 17:48:53 Heinervdm: interesting... Jul 12 17:48:57 ~seen morphis Jul 12 17:48:58 morphis <~morphis@p5489B196.dip.t-dialin.net> was last seen on IRC in channel #openmoko-cdevel, 10d 22h 59m 52s ago, saying: 'heyho'. Jul 12 17:49:07 hmm... on holiday :P Jul 12 17:49:59 my problem with testing is that the alarm will call a dbus interface Jul 12 17:50:27 and i had no idea how to write one Jul 12 17:51:56 Heinervdm, oh, yeah, should be updated. Jul 12 17:52:02 That's what I was missing from your patch :P Jul 12 17:52:07 Anyhow, I'm off. Jul 12 17:52:14 the calendar app has to imlement this: http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.Notification.html;hb=HEAD#Alarm Jul 12 17:52:23 no yeah, got it. Jul 12 17:52:25 :) Jul 12 17:52:45 If i have some time i will look at it again Jul 12 18:19:38 if i connect stereo speakers with a 3 pin stereo jack to gta02 using SHR-u i hear 1 channel Jul 12 18:20:09 how can i get stereo? Jul 12 18:22:56 Hum_: first thing is to use correct pinout. Jul 12 18:23:19 Hum_: it's on the wiki, and also (non-surprisingly) specified in schematics. Jul 12 18:24:04 PaulFertser: can you tell me the page? I'm sorry Jul 12 18:24:42 Hum_: http://www.google.com/search?q=site:wiki.openmoko.org+headset+pinout&ie=utf-8&oe=utf-8 gives an obvious result Jul 12 18:25:26 thx Jul 12 18:28:00 Hum_: if you are going to listen to the music, you probably might need Bass rework Jul 12 18:29:26 PaulFertser: i got a buzz rework and another rework was done, too Jul 12 18:29:44 PaulFertser: I am not at home, so can't tell you details from paper Jul 12 18:29:55 Hum_: ok Jul 12 18:31:52 leviathan: no idea about calendar, ping dos Jul 12 19:07:31 JaMa: WS is fixed for me :-) Jul 12 19:07:49 JaMa: on unblank I see a short flicker... but no WS Jul 12 19:08:13 mrmoku: by what? Jul 12 19:08:16 PaulFertser: without working platform_battery... does it charge it anyway? Jul 12 19:08:23 mrmoku: sure Jul 12 19:08:23 PaulFertser: dunno Jul 12 19:08:26 :) Jul 12 19:08:30 mrmoku: that's just for the monitoring. Jul 12 19:08:55 PaulFertser: guess one of the patches JaMa added... or that is broken bat too :P Jul 12 19:09:12 but the flicker was not there before... so I guess it's one of the patches Jul 12 19:10:21 PaulFertser: is the bq27000 in any connection with the Aux button? Jul 12 19:10:42 mrmoku: no Jul 12 19:10:54 good :) Jul 12 19:11:06 * mrmoku fixed Aux button again and already feared he broke something Jul 12 19:16:11 mrmoku: flicker is sign of jbt delay patch. Jul 12 19:18:42 gena2x: your patch to fix WS? Jul 12 19:19:20 mrmoku: not mine, but i told about it at least 4 times in irc :) Jul 12 19:19:40 gena2x: I tried different delay things in the past month Jul 12 19:21:17 mrmoku: if you have sources, you can check: http://www.bsdmn.com/openmoko/jbtThibGblankfix+tscheck+voltageallow+1resumefix34.patch Jul 12 19:21:37 mrmoku: only changes to jbt file matters. Jul 12 19:24:26 gena2x: that is not only delay though Jul 12 19:25:35 mrmoku: actually, 2 things changed in that patch. Jul 12 19:27:55 mrmoku: I didn't add this one yet Jul 12 19:28:28 mrmoku: I tried today.. but it didn't aplly to gdrm-2.6.32 so I postponed it to later.. Jul 12 19:28:55 JaMa: dunno why, but my WS is gone... Jul 12 20:07:11 PaulFertser: I don't want to "leech" help only, i translated to http://wiki.openmoko.org/wiki/Headset/de for my ... help request Jul 12 20:09:48 Hum_: thanks for the responsible attitude! I can't resist from noting i personally think translating english docs is a waste of time though. Jul 12 20:10:53 PaulFertser: yes, because often, the translation won't get updated, but I didn't know any way how to help Jul 12 20:12:40 Hum_: just help people around you with whatever they need. Most people consider it's a nice thing to do. It should pay off eventually too, at least in theory. Jul 12 20:13:29 Hum_: and even better solve know problems :) Jul 12 20:13:45 Hum_: use latest things and file bug reports. Jul 12 20:14:17 many ways i guess :) Jul 12 20:16:13 Weiss: it seems possible to change glamo timings without involving page mode. Jul 12 20:17:07 Weiss: and read become ok. in tests. but in real qtmoko this fails after some time. Jul 12 20:17:31 Weiss: just a note about glamo transfer... Jul 12 20:17:51 gena2x: the BANKCON timings? Andy noted that those could go lower, but shouldn't do so.. Jul 12 20:18:00 (it's in the first email in that thread I pasted last week) Jul 12 20:18:10 Weiss: andy told Jul 12 20:18:37 Weiss: andy told 'i tryed, but i got artifacts. sad. i had to try other variant' Jul 12 20:19:01 Weiss: no attempt to find out the cause of artefacts. Jul 12 20:19:24 * Weiss remembers something like "I tried lower, too low in fact (don't try this with an r/w SD card)" Jul 12 20:20:02 Weiss: amm. so. just get that glamo docs and check which timing are specified. Jul 12 20:20:25 Weiss: and no need to interpret Andy ;) Jul 12 20:21:37 hmm.. need to match your flags up to this table I have in front of me Jul 12 20:22:05 there are 17 individual min/typ/max values for memory timings Jul 12 20:22:14 Weiss: also, between our default setting and Andy's 'too low' really lies big set of other settings. Jul 12 20:23:15 Weiss: ok. two possibilites: 1. if glamo supports burst transfer. i did tests with such transfers first. write were ok but read were nok. Jul 12 20:24:33 Weiss: and 2) if glamo can't do burst transfers, which settings should we set in s3c? yesterday i tried settings in between or andy's and our default. Jul 12 20:25:03 Weiss: both read and write were working, but glamo failed after some time of working. Jul 12 20:25:37 Weiss: it's really really unclean why did it fail. Jul 12 20:26:25 the datasheet doesn't really say anything about bursts, that I can see Jul 12 20:26:41 Weiss: so. if it is NOT support bursts, you should be able to figure timings for s3c with docs. Jul 12 20:26:54 Weiss: really proper timing. Jul 12 20:27:04 Weiss: take a look to s3c's page for timings: Jul 12 20:27:23 Weiss: page 5-16 or cpu manual. Jul 12 20:27:38 oh, really 5-15 Jul 12 20:28:39 Weiss: 1 clock in 100mhz is 10ns. Jul 12 20:29:10 Weiss: so, only real limit to clock is Tacc should be not less than 4cycles. Jul 12 20:29:18 Weiss: means 40ns. Jul 12 20:29:38 Weiss: also take a look to page 5-11 Jul 12 20:29:52 Weiss: and compare glamo timings and s3c timings abbreviations. Jul 12 20:30:30 Weiss: just exclude 'Tacp' from picture if we are not talking about page/burst transfers. Jul 12 20:30:52 hmm.. does the relevant clock only run at 100MHz by default? Jul 12 20:30:53 Weiss: this way you should be able to compose RIGHT timings for glamo. Jul 12 20:31:18 Weiss: the memory bus clock is controlled by cpu. Jul 12 20:31:27 Weiss: we can change it. Jul 12 20:31:35 Weiss: it has own limits. Jul 12 20:31:44 Weiss: but calculate for 100mhz. Jul 12 20:32:00 ok Jul 12 20:32:20 Weiss: changing that bus clock is one of parts or overclocking/reclocking. Jul 12 20:32:56 but 100MHz is the default? Jul 12 20:33:53 pre-overclock? Jul 12 20:35:47 Weiss: yes. Jul 12 20:35:58 Weiss: 100mhz is what we have by default Jul 12 20:52:16 <[Rui]> hi guys Jul 12 20:53:51 _o/ Jul 12 21:02:18 hm, a bit unrelated question, but maybe someone here knows Jul 12 21:02:51 where does "libtool" come from in a package that uses autotools? Jul 12 21:03:04 <[Rui]> zub: libtool Jul 12 21:03:10 it's not there when unpacked, not even after configure, but dutring make it appears there Jul 12 21:03:14 yes, but where's the source? Jul 12 21:03:26 does it take libtool from system/toolchain? Jul 12 21:03:37 <[Rui]> possibly libtool-dev as it's a development tool Jul 12 21:10:51 Weiss: i hope you didn't fall asleep comparing timings? Jul 12 21:11:00 Weiss: :) Jul 12 21:12:26 Weiss: i mean, have you finished calculations. i am ready to tell you our current default timings :) Jul 12 21:16:06 DocScrutinizer51: ping, do you still have your battery monitoring script somewhere? Jul 12 21:17:18 people.openmoko.org/joerg/battery/bq27k-detail Jul 12 21:18:36 DocScrutinizer51: thanks very much :-) Jul 12 21:19:01 * mrmoku installs bash first :P Jul 12 21:30:41 DocScrutinizer51: how many values are supposed to be in hdq/dump? I get the following error within the EPROM regs http://shr.pastebin.com/H9aUvf68 Jul 12 21:31:13 DocScrutinizer51: and dump looks like this: http://shr.pastebin.com/vZvuZQTV Jul 12 21:34:03 hmm... 128... and it is 128... Jul 12 21:38:08 bash? Jul 12 21:38:31 aah [2010-07-12 23:19:01] * mrmoku installs bash first :P Jul 12 21:38:51 :) Jul 12 21:38:52 sorry, no clue Jul 12 21:39:10 I have strange problems with my battery... Jul 12 21:39:58 what kind of problems? Jul 12 21:40:50 if I run on bat and have GPRS active the modem somehow get's stuck Jul 12 21:41:01 with usb or my nokia bat that does not happen Jul 12 21:41:43 probably impedance of battery is too high, so it falls below lower limit of sfae operation of modem, on bursts Jul 12 21:41:53 interesting Jul 12 21:42:07 anything one can do against that? Jul 12 21:42:33 capacitors. capacitor everywhere :) Jul 12 21:42:37 :P Jul 12 21:42:54 you can verify/falsify, by attaching a 2R 5W to battery and check voltage Jul 12 21:43:17 yeas, a 10.000uF also should help :-P Jul 12 21:44:03 maybe 3R Jul 12 21:52:16 PaulFertser: seem my idea has no effect :( pity. but thank you for advices. Jul 12 21:53:03 PaulFertser: so, seem adding capacitor to io_3v3 has no effect on effect on jitter. Jul 12 21:54:21 gena2x: well, at least you've tried Jul 12 21:55:03 PaulFertser: yeah. but still much other possibilies to fix jitter. Jul 12 21:55:09 gena2x: it's still curious why other devices do not need any heavy filtering. Jul 12 21:55:23 I can't see what makes our gta02s unique in this respect. Jul 12 21:56:45 PaulFertser: i am not hw expert as you know :( but for seem power supply problems may cause some unpedictable problems (like temperature WS) so it's worth trying. Jul 12 21:57:30 i'm not fucking expert in anything Jul 12 21:57:50 Too often i feel like we're all going nowhere with this shit Jul 12 21:57:53 Sorry, folks Jul 12 21:58:18 PaulFertser: :) not ax expect want compliments? Jul 12 21:58:31 * PaulFertser: :) not an expert want compliments? Jul 12 21:58:51 PaulFertser: i am learning, anyway. Jul 12 21:58:53 gena2x: nope. Jul 12 21:59:05 gena2x: want to discuss gender-related issues Jul 12 21:59:58 gena2x: sometimes i feel like women are generally more insane (ебанутые) and egoistic. But i failed to find any scientific proof. Though there's plenty of anecdotal evidence. What does it mean? Jul 12 22:00:20 life is 'going'. we can discover something while totally not expect it. and this can happen only if we are trying somehting. Jul 12 22:00:52 PaulFertser: woman? woman is 1 half of our world :) Jul 12 22:01:24 gena2x: (trying) tbh i feel generally tired with neverending stream of problems with our beloved devices. Jul 12 22:01:36 PaulFertser: for me no woman of man. only human. and human are different. Jul 12 22:02:07 PaulFertser: i feel opposite - it's nice to have problems to solve. Jul 12 22:02:07 gena2x: my experience suggests there's a gender-related correlation. Jul 12 22:03:27 PaulFertser: and it's special pleasure to yse thing you know, and if it has something you did by your hands.. thing becomes invaluable :) Jul 12 22:04:12 gena2x: i'm not attached to things in general. Jul 12 22:05:20 gena2x: take a look here (nice, fun, not depressive): http://www.mrcomics.ru/strips/youandme/ Jul 12 22:06:17 <[Rui]> PaulFertser: the device is beloved, but it's a child with... problems. Makes you love it the more :) Jul 12 22:06:27 PaulFertser: unsure if this really means 'attached'. Jul 12 22:06:58 [Rui]: hehe. Jul 12 22:08:00 PaulFertser: womans are so funny. Jul 12 22:08:46 PaulFertser: but in general they feel other people much better than man. Jul 12 22:13:37 gena2x: probably but it seems like they take what they know into account only if they're personally interested. Jul 12 22:16:21 PaulFertser: oh, if they interested...... but as any other human. Jul 12 22:17:22 PaulFertser: imo, just people are different and woman too :) Jul 12 22:17:40 gena2x: i'm talking about the correlation Jul 12 22:20:11 gena2x: do not you feel like women are more likely to tell lies or semi-lies? Do not you feel that women are less reliable in general? Are you really sure there's no correlation? It'd be great if you provided me with some proof, really appreciated. Jul 12 22:21:06 <[Rui]> You seem to need a book explaining women to men (and vice-versa when read backwards). => buy a new paper notebook :) Jul 12 22:22:53 PaulFertser: lies: no, mans are lieing too (best politics are mans, poker players too). less reliable - sure not, count divorces because betrayals (in mariiage, in wars and so). Jul 12 22:23:13 [Rui]: i've read a nice book recently Inner side of the wind by Milorad Pavich. Of course, it's a good literature but it can't explain anything. Jul 12 22:23:56 <[Rui]> well, off to bed... Jul 12 22:24:12 <[Rui]> btw, just upgraded shr-u, some weird flashing effects when unblanking Jul 12 22:24:23 <[Rui]> weird... as I didn't notice kernel or x driver upgrades Jul 12 22:24:39 <[Rui]> night Jul 12 22:24:40 gena2x: (lies) you're using sophisms, that's not proper logic. (reliability) divorces is a complex subject, i'd rather prefer a simpler example. Jul 12 22:24:47 [Rui]: good night Jul 12 22:25:31 PaulFertser: i tried to read pavich once. but it seem not really good (at least for me). too much erotic and too few anything else. a bit boring. Jul 12 22:26:07 gena2x: i'm not sure what exactly i liked in his books, but i certainly enjoyed. Jul 12 22:26:33 gena2x: probably the weirdness of this certain artistic kind. Jul 12 22:28:37 gena2x: (too much erotic) wonder what would you tell about William S. Burroughs' works :) Jul 12 22:32:48 PaulFertser: (lies) can't say man lieing less. for sure. don't know how to prove it. i've tried to show that actors professions are equally done by human and man. and in some profession where one need more moderation (like politics=acting*10+moderation*9+brain*8+) mans are even more frequent. Jul 12 22:33:46 PaulFertser: and nothing wrong in lie in fact :) this is just funny. if this is not related to science, or it in fact :) Jul 12 22:34:44 PaulFertser: i prefer classics, ancient/mpdern history to read. few relatively modern authors (like strugatskie). Jul 12 22:36:02 I'm reading Bradbury's novels now. Jul 12 22:36:22 PaulFertser: 95% of modern movies put me into sleep after 15 minutes. in scinema they are really annoying as they are too loud to sleep :) Jul 12 22:36:59 gena2x: i've seen Antichrist recently, at the cinema theatre. Jul 12 22:37:17 gena2x: it was damn uncool, keeps bothering me until now! Jul 12 22:38:59 And i'm sure the popularity of this film proves there's a point in that idea. That's what bothers me the most. Jul 12 22:40:10 OTOH it might be an example of how an art work can make a lie seem to be true. Jul 12 22:40:45 That's fucking why i want a scientific evidence. Jul 12 22:43:10 PaulFertser: didn't saw Antichrist :( but out of it's title... Better to reread or watch (i is not so bad) Master and Margarita, or finally finish reading Doctor Zhivago :) Jul 12 22:44:15 gena2x: Lars von Trier is truely a very capable artist Jul 12 22:51:18 gena2x: btw, have you listened to enough Led Zeppelin? "Lots of people talk, few of them know: soul of a woman was created below" (i know that's not their song btw) Jul 12 22:53:16 Please do not get me wrong, i'm saying all those awful sexist things to get counter-reaction, to get some proof of the contrary. That's just the way i'm trying to find it. Jul 12 22:53:55 PaulFertser: /read about film and scenery writer/ i really hate horrors. in 80% percent of horrors i can't stop laughing (and people can't understand why :(, but the reason is really not realed to things shown on scene ) but this is boring again, in 10% then film can catch me, i feel so much negative that i am trying to avoid watching horrors. Jul 12 22:55:24 PaulFertser: np, i am just talking, and also i know you not 20 year old :) hope everyone else is sleeping actually in conference :) Jul 12 22:56:21 Hehe, looks like i'm really obsessed with the topic, indeed. But one can hardly deny that's an important one :) Jul 12 22:56:55 gena2x: i'm not 20 years old? Or shit. I felt much better back then. Jul 12 22:57:34 PaulFertser: sorry :) Jul 12 22:57:35 gena2x: Really. The best state i had when i was on the 2-3 uni year most probably. Jul 12 22:59:55 PaulFertser: about foreign films... i like Jarmusch. his 'dead man' yeah - very, very good. Jul 12 23:00:20 gena2x: i liked Ghost dog: the way of the Samurai a lot. Jul 12 23:01:20 PaulFertser: and real horrors are while i am reading history. all this modern movies are piece of shit compared to history book. Jul 12 23:01:44 gena2x: Dead man seemed kinda cool to me but then i felt some pointlessness. Jul 12 23:04:20 gena2x: i'm yet to see Coffee and Cigarettes, already have it on my HDD Jul 12 23:05:37 PaulFertser: and imagine terrorists take over largest country in the world, what will happen next?.. pheh, horrors. russian revolution. Jul 12 23:06:22 gena2x: the old testament is probably even more disturbing Jul 12 23:08:14 PaulFertser: but yeah. nice idea to go sleep and refresh 'dead man'. i even have it on license. Jul 12 23:08:24 gena2x: what about the Ghost dog? Jul 12 23:09:42 PaulFertser: don't really like it too much. it seems too artificial for me. can't catch me. Jul 12 23:09:59 PaulFertser: ok, good night ! Jul 12 23:10:05 gena2x: good night to you too Jul 12 23:10:36 It's good thing people differ Jul 13 00:12:00 uaaaaaa! Jul 13 00:12:08 anybody with working OE build of SHR here, pls? Jul 13 00:18:09 if anybody sees it and is willing to hellp - I'd like to see configure log from gtk+-2.20.0-r8.0 Jul 13 01:01:40 ok no need, I coaxed someone from OE :) **** BEGIN LOGGING AT Tue Jul 13 15:10:14 2010 Jul 13 16:23:53 GNUtoo|laptop: just looked at the firmware issue, there's nothing i can do. it should work automagically, since kobject is actually delivering the concrete path. if it doesn't work for you, please run mkdump and then insert the module, so we can see what gets sent via kobject Jul 13 16:25:27 mickey|patio, ok I'll look Jul 13 16:25:44 thanks a lot Jul 13 16:47:29 Q-Master, sorry man, I'm out, taking a flight to korea :P Jul 13 16:47:47 you can either send me an email Jul 13 16:48:10 or wait for me to connect to irc in a day or two :P Jul 13 16:48:48 ciao. Jul 13 17:04:20 lindi-: the fixnow works nicely :-) Jul 13 17:04:28 I'm getting fix in 20 seconds Jul 13 17:04:47 and with "normal" AGPS dump/load it was 40 seconds in good weather Jul 13 17:04:57 and now it's storm in here Jul 13 17:06:53 Gabrys: yes Jul 13 17:06:58 Gabrys: I can get it in 7 seconds Jul 13 17:07:22 lindi-: let me try without syncing the time each time :-) Jul 13 17:08:21 Gabrys: I have an external antenna Jul 13 17:08:27 sorry for cheating Jul 13 17:09:27 lindi-: lol Jul 13 17:09:56 I'm using default timings just for not introducing my errors into this Jul 13 17:10:24 OK, just got 8 TTFF :-) Jul 13 17:10:28 8 second Jul 13 17:15:54 mickey|bbl, [ 2907.245849] wl1251: ERROR could not get firmware: -2 Jul 13 17:20:01 mickey|bbl, http://pastebin.com/VghKDM3G Jul 13 17:44:54 aha, interesting Jul 13 17:45:04 can you also run fsodeviced in foreground and send me its log? Jul 13 17:45:15 the path looks good that we get from kobject Jul 13 17:45:24 | /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0:0001/mmc0:0001:1/compat_firmware/mmc0:0001:1 Jul 13 17:45:34 aah Jul 13 17:45:38 hmm, no Jul 13 17:46:59 aha Jul 13 17:47:01 i think i got it Jul 13 17:48:19 freesmartphone.org: 03mickey 07cornucopia * rac3122987a6f 10/fsodeviced/src/plugins/kernel26_firmwareloader/plugin.vala: fsodeviced: also listen to compat_firmware subsystem notifications Jul 13 17:48:20 GNUtoo|laptop: ^^^ Jul 13 18:11:37 mickeyl: the reason compat uses a non-standard path is that they needed to make the backported parts not interfere with those from the kernel. compat-wireless includes full wireless subsystem and modern kernels use another non-compatible firmware loading scheme they had to backport. Jul 13 18:12:06 fun :/ Jul 13 18:12:15 PaulFertser: http://picasaweb.google.com/111035886195985035603 Jul 13 18:12:32 mickeyl: i mean that's indeed justified by technical merits. Jul 13 18:13:18 mickeyl: an alternative would be to use a modern enough kernel where the wifi drivers for a particular chipset are stabilised. Jul 13 18:13:36 Q-Master: wb :) Jul 13 18:14:47 thnx Jul 13 18:14:48 PaulFertser: *nod* right Jul 13 18:15:03 as long as the kernel/userland helper interface is the same, i don't care :) Jul 13 18:15:53 * mickeyl unboxes his shiny new printer Jul 13 18:16:11 Weiss: hi. any findings about timings? Jul 13 18:16:11 ~lart scx 5530FN for dieing so early... Jul 13 18:16:11 * apt raises middle finger to scx 5530FN for dieing so early... Jul 13 18:18:07 mickeyl: Thats because you tend to even print out some lines of notes instead of reading it on the screen :P Jul 13 18:19:17 naaah :/ Jul 13 18:19:20 err Jul 13 18:19:20 ;) Jul 13 18:20:13 everything has good sides... i took the liberty to upgrade to a color device now :D Jul 13 18:20:26 dupley color laser? Jul 13 18:20:30 yap Jul 13 18:20:34 nice Jul 13 18:21:13 I still like my Brother DCP-8065DN a lot. Even if it only b/w Jul 13 18:21:33 ah, that looks good as well Jul 13 18:23:49 mickeyl: yup, If I would have to buy it again I would have taken the one with integrated FAX Jul 13 18:24:00 * stefan_schmidt loves one machine does many things Jul 13 18:24:12 as long as it does them well :) Jul 13 18:25:15 Gabrys: did you notice CFG-LIC btw? Jul 13 18:25:30 no Jul 13 18:26:59 Gabrys: it's the license key command. if we could get it we would get access to raw gps data Jul 13 18:28:16 lindi-: and does it give us? Jul 13 18:28:38 Gabrys: well we don't know the key Jul 13 18:32:53 lindi-: so we don't know what we would have? Jul 13 18:33:22 Gabrys: the specs promise RXM-RAW Jul 13 18:42:05 brute force! Jul 13 18:43:16 dos1: bit too large keyspace :) Jul 13 19:10:51 lindi-: only 79228162514264337593543950336 possibilities :-) Jul 13 19:11:55 one per second mean 30566420723095809256768 months :-) Jul 13 19:12:21 so given, there will be 10000 volounteers testing different keys Jul 13 19:12:43 we have the key in 254720172692465077 years :-) Jul 13 19:14:13 hmm... haven't there been people reading the firmware from a running chip? Jul 13 19:14:19 RE it... Jul 13 19:14:59 or is it really some asymmetric crypto stuff? Jul 13 19:15:19 I still don't see why would we want this Jul 13 19:16:21 because we can? Jul 13 19:16:47 anyway, read out the code, patch the license key check out... Jul 13 19:21:10 Wonka: patch a mask rom? Jul 13 19:21:59 Wonka: (reading the chips) flylogic? Jul 13 19:21:59 PaulFertser: hm, sure it's not copied into ram on "boot"? Jul 13 19:22:30 Wonka: i think not, mask rom is XIP as far as i understand it. Jul 13 19:22:39 hmm Jul 13 19:22:53 don't remember currently who it was Jul 13 19:22:56 Gabrys: better precision Jul 13 19:23:24 PaulFertser: I can at least modify the strings it prints on bootup to serial port Jul 13 19:23:30 PaulFertser: so they are in RAM Jul 13 19:23:49 ah, lindi- was it :> Jul 13 19:23:54 lindi-: I don't think I need better precision, but someone probably wants :-) Jul 13 19:23:58 PaulFertser: if I power cycle the chip then the version number strings return to original Jul 13 19:24:15 lindi-: damn interesting Jul 13 19:25:16 too bad there are not many free RE tools Jul 13 19:27:34 lindi-: blame russians Jul 13 19:27:57 lindi-: because Ilfak Guilfanov (IDA primary author) is russian Jul 13 19:30:34 i saw some disassemblers for linux. Jul 13 19:30:42 but forgot the name... Jul 13 19:31:47 gena2x: yeah but disassembler alone won't help much Jul 13 19:39:04 anyone got a nice howto for getting bluetooth devices working on latest shr-u? Jul 13 19:39:34 i keep getting: Device is not available: No such device, when doing hcitool scan Jul 13 19:40:59 i've tried setting bluetooth to auto and enabled from mdbus2, but no success so far Jul 13 19:44:58 lindi-: your work on ubx is GPL? Jul 13 19:45:29 Gabrys: ubx.py is from frameworkd which was GPLv2 Jul 13 19:45:41 hi! Whith whom I can speak about a lot of my 2.6.32 bugs? Jul 13 19:46:27 gps doesn't work, alarm doesn't work (gernel not wakes up in time), uSD works partly Jul 13 19:46:30 Gabrys: but http://iki.fi/lindi/git/ubs-gps is not derived from frameworkd can could be made GPLv2+ Jul 13 19:46:36 are all of this known issues? Jul 13 19:46:41 Gabrys: but http://iki.fi/lindi/git/ubx-gps is not derived from frameworkd can could be made GPLv2+ Jul 13 19:46:54 max_posedon: have you reported them? Jul 13 19:47:06 max_posedon: I reported three 2.6.32 bugs and saw nobody else reporting them Jul 13 19:47:12 lindi-: I want to have your name in license/copyright info of my project Jul 13 19:47:24 as I ported the fixnow part from your work Jul 13 19:47:29 still not, just want to know does it reported by somebody or not Jul 13 19:47:42 lindi-: including the literal wakeup sequence Jul 13 19:47:54 Gabrys: are you writing a C library? Jul 13 19:48:01 lindi-: yes Jul 13 19:48:10 http://github.com/gabrys/gta02-agps/tree/master/c Jul 13 19:48:10 Gabrys: well I can license my contributions under GPLv2+ easily Jul 13 19:48:29 Gabrys: but why make it gta02-agps? many other devices talk UBX Jul 13 19:48:41 Gabrys: my plan was to have libubx Jul 13 19:48:50 in fact I already took your code, I though it's already GPL Jul 13 19:48:53 Gabrys: and then ubx-gui Jul 13 19:49:06 lindi-: probably, just a temporary name Jul 13 19:49:08 Gabrys: ubx.py is GPLv2 only afaik due to freesmartphone.org legacy Jul 13 19:49:20 Gabrys: so beware, it's not GPLv3 compatible :) Jul 13 19:49:26 it's GPLv2+ AFAIK Jul 13 19:49:49 nope Jul 13 19:49:54 GPLv3 in deed Jul 13 19:50:18 v2 Jul 13 19:50:20 sorry Jul 13 19:50:50 Gabrys: well the file says "GPLv2" :( Jul 13 19:50:56 right Jul 13 19:51:01 Gabrys: you probably can ask the contributors to relicense Jul 13 19:51:04 Gabrys: if you are quick :) Jul 13 19:51:10 yes :-) Jul 13 19:51:57 lindi-: I need your permission to use your code on GPLv2 (or later if you wish) and name anyway, so I can put them in my README Jul 13 19:52:57 Gabrys: sure, I just thought those short files that use ubx.py would be just examples :) Jul 13 19:56:31 Gabrys: git pull now to get license Jul 13 19:58:30 lindi-: Already up-to-date. Jul 13 19:58:41 url = http://iki.fi/lindi/git/ubx.git Jul 13 19:58:48 * lindi- runs git update-server-info Jul 13 19:59:44 many changes BTW Jul 13 20:00:29 Gabrys: how many? ;) Jul 13 20:01:16 I expected one file with license Jul 13 20:01:16 ok Jul 13 20:01:17 :-) Jul 13 20:02:06 lindi-: BSD-like license for set-fixnow.py? Jul 13 20:02:31 Gabrys: it's MIT Jul 13 20:02:56 Gabrys: and the file is set-fixnowmode.py Jul 13 20:03:09 Gabrys: well ubs.py has different license Jul 13 20:03:21 Gabrys: ubx.py. so it's better to have the license in the files themselves Jul 13 20:03:38 I don't use ubx.py code in my code, only the fixnow stuff Jul 13 20:04:00 Gabrys: ok Jul 13 20:04:16 Gabrys: have you read my ubx-gps stuff btw? Jul 13 20:04:42 Gabrys: e.g. http://lindi.iki.fi/lindi/gps/ubx.html Jul 13 20:04:43 lindi-: partially Jul 13 20:04:48 lindi-: this one Jul 13 20:05:15 lindi-: not really, I tried to find info for specific messages and for that specific one it was missing Jul 13 20:05:38 Gabrys: yes most of the messages are documented only in the non-free windows help file :) Jul 13 20:05:58 Gabrys: the problem is that we can't legally distribute the help file (*.chm?) Jul 13 20:06:08 I see Jul 13 20:06:24 Gabrys: and thus we can't generate UIs from it either Jul 13 20:06:37 Gabrys: U-center is some windows software that people use to configure their U-blox receivers Jul 13 20:06:50 Gabrys: http://lindi.iki.fi/lindi/gps/ui1.png is trying to do something similar Jul 13 20:09:37 lindi-: interesting Jul 13 20:09:42 lindi-: but not really helpful for me :-) Jul 13 20:10:01 other than long TTFF I think GPS is working pretty well in OpenMoko Jul 13 20:10:15 so I decided to "fix" this Jul 13 20:10:25 in a way that's portable to Android at least Jul 13 20:10:45 (means: C programs) Jul 13 20:10:53 Gabrys: heh Jul 13 20:11:37 ok, license info updated Jul 13 20:11:50 lindi-: thank you for much help and pointing to FixNow :-) Jul 13 20:12:25 Gabrys: ok, let me know if you learn anything new about openmoko gps or UBX Jul 13 20:13:24 as a end result I would like to have one program configurable with its arguments Jul 13 20:13:38 to deal with AGPS load/dump, FixNow and setting up the serial line Jul 13 20:13:59 Gabrys: just sending bytes blindly to /dev/gps is risky Jul 13 20:14:04 Gabrys: you should always read the reply Jul 13 20:14:10 lindi-: that's right Jul 13 20:14:21 sometimes I accidentally leave the GPS on Jul 13 20:14:28 since setting fixnow fails Jul 13 20:14:30 I just needed this working quickly Jul 13 20:14:49 Gabrys: make s/BSD-like/MIT/ :) Jul 13 20:14:58 didn't I do it already Jul 13 20:14:58 oh, wrong file Jul 13 20:15:00 let me see Jul 13 20:15:07 ubx.h is from u-blox Jul 13 20:15:37 yeap Jul 13 20:15:37 it's not exactly MIT Jul 13 20:15:43 different wording Jul 13 20:16:28 it seems it's Qt license Jul 13 20:16:35 wait Jul 13 20:16:37 oh? Jul 13 20:16:39 it's a license used by Qt Jul 13 20:17:02 is it online somewhere? Jul 13 20:17:20 I though so Jul 13 20:18:08 it's popular license Jul 13 20:18:11 http://www.google.com/search?hl=en&q=%22Permission+to+use%2C+copy%2C+modify%2C+and+distribute+this+software+for+any+purpose+without+fee+is+hereby+granted%2C+provided+that+this+entire+notice+is+included+in+all+copies+of+any+software+which+is+or+includes+a+copy+or+modification+of+this+software+and+in+all+copies+of+the+supporting+documentation+for+such+software%22&aq=o&aqi=&aql=&oq=&gs_rfai= Jul 13 20:18:25 yes it is free Jul 13 20:18:32 I'm just wondering if it has some specific name Jul 13 20:19:05 for me it's BSD-like :-) Jul 13 20:19:13 yep Jul 13 20:20:57 updated again Jul 13 20:31:07 Hello everyone. **** ENDING LOGGING AT Wed Jul 14 02:59:56 2010