**** BEGIN LOGGING AT Wed Sep 15 02:59:57 2010 Sep 15 03:20:43 su Sep 15 03:23:04 br549er Sep 15 03:23:09 haha Sep 15 03:23:45 "Doc" any good hardware news? Sep 15 05:27:51 Does anybody own a Samsung mobile? I ask myself for how long I have to load the battery for the first time. After short display of loading battery, the screen is now black for 10 hours already. Sep 15 05:28:03 And the manual is crap, I have to say. Sep 15 09:27:04 hello Sep 15 09:27:29 how to fix opengl glx on qtmokoV26? Sep 15 09:27:59 ...trying to run Gem on neoFR... Sep 15 10:03:54 cosmos1: hi Sep 15 10:04:07 cosmos1: i saw your message at #qtmoko Sep 15 10:04:38 cosmos1: qtmoko has a bit special xserver (XGlamo) Sep 15 10:05:34 cosmos1: anyway, no driver supporing glx (in hardware) exist at this moment Sep 15 10:06:12 cosmos1: software rendering speed will be... below any usability. Sep 15 10:06:17 cosmos1: why do you need it? Sep 15 10:07:54 cosmos1: what is Gem? Sep 15 11:17:48 gena2x: Gem is a puredata extension for rendering and processing images, 3D objects and video. Sep 15 11:19:03 gena2x: and for pure data, see: Sep 15 11:19:04 http://puredata.info/ Sep 15 11:20:27 gena2x: actually you can run puredata on qtmoko via qx (apt-get install puredata). Sep 15 11:23:19 The best is to create windows that fit the FR screen (480 x 612) considering the upper tab. Also the interface should be minimal, with few big bang objects. Sep 15 11:23:27 cosmos1: unfortunately, current Xglamo missing some important extensions and stock Xserver has vt switching bug. Sep 15 11:24:16 cosmos1: may be it is possible to fix this problem by recompilation of Xglamo Sep 15 11:24:35 cosmos1: but this is sure not a priority at this moment Sep 15 11:25:51 cosmos1: contact radek__ if you want sources to investigate this problem at your own Sep 15 11:26:37 gena2x: ok, it would be nice in the future to run puredata + gem (why not pd-exdended) and Processing on the FR Sep 15 11:27:52 cosmos1: there is a plan to replace Xglamo with full xserver with glamo driver, but cant tell when it will be done... Sep 15 11:27:54 gena2x: Processing: Sep 15 11:27:55 http://processing.org/ Sep 15 11:28:15 gena2x: btw any news about the power bug? :) Sep 15 11:28:54 radekp: sure. Sep 15 11:29:04 radekp: you mean the recamping bug? Sep 15 11:29:17 cosmos1: no Sep 15 11:29:26 cosmos1: nono, the bug with hugh current in suspend Sep 15 11:29:37 radekp: i have patch Sep 15 11:29:39 gena2x: you mean the black screen? Sep 15 11:29:53 gena2x: nice, still stesting it? Sep 15 11:29:55 cosmos1: http://docs.openmoko.org/trac/ticket/2349#comment:13 Sep 15 11:30:12 radekp: it works well Sep 15 11:30:27 radekp: but seem something else is broken Sep 15 11:30:38 radekp: not by this patch Sep 15 11:31:10 gena2x: what does it mean "something else"? Sep 15 11:31:29 radekp: want full details? :) Sep 15 11:32:05 no, really i mean if it is interesting, i can describe Sep 15 11:32:11 gena2x: sure :) Sep 15 11:32:45 yes it's very interesting for me, i would like to start using 2.6.34 kernel Sep 15 11:33:52 ok. all regulators has 'ENA' registers. ENA may be turned on/off or tied to one or more PCF's GPIOs, so it will be switched even manually or automatically with GPIO. Sep 15 11:34:16 regulator in question is cpu core 1.3v (DOWN1) Sep 15 11:34:31 cpu has special signal to turn it on/off Sep 15 11:35:24 (PWREN). so power off automagically while suspend and on on resume. Sep 15 11:36:16 so, ENA register should just set GPIO and nobody should touch it. u-boot does exactly this. Sep 15 11:36:38 but kernel has definitions for each register Sep 15 11:37:06 and kernel regulator infrastructure tries to manage it Sep 15 11:37:20 so it turns this on manually on boot Sep 15 11:37:27 but do not turn off in suspend Sep 15 11:37:50 hmm interesting... Sep 15 11:38:00 it has special field in platform structure with special field to turn it off in suspend. Sep 15 11:38:14 and this seem worked in .29 Sep 15 11:38:40 so, now kernel _should_ turn it on/off while suspend/resume. Sep 15 11:38:53 as far as i understand Sep 15 11:39:03 so, two problems here Sep 15 11:39:20 1. why in hell it touches it at all Sep 15 11:40:39 2. why if it ordered to turn it off while suspend to ram it is actually not doing this. Sep 15 11:41:02 that's all in fact. Sep 15 11:41:17 now i am trying to answer this question Sep 15 11:45:14 so, as regulator infrastucture if for manual managing Sep 15 11:45:44 (contolling only 1 bit) i think it should just be set to off. Sep 15 11:46:04 i mean set to never turn on this bit Sep 15 11:46:15 this will fix (1) Sep 15 11:46:32 but would be good to understand what happened with (2) Sep 15 11:46:36 radekp: ok? Sep 15 11:48:33 gena2x: you i i think i understand Sep 15 11:48:41 s/you/yup Sep 15 11:49:11 gena2x: but this is not related to #2349? or is it? Sep 15 11:49:38 seem you didn't understood :) Sep 15 11:50:05 setting manually this bit to 1, enables DOWN1 output Sep 15 11:50:35 so it stay enabled while suspend independently of PWREN Sep 15 11:50:55 and eats that additional milliwats Sep 15 11:52:57 by 'manually' i mean contolling it not via GPIO but intead via automatic linux regulator infrastructure Sep 15 11:53:37 being more simple, if you disable that bit and not let regulators touch it, you'll get your 5mA. Sep 15 11:54:30 now relation is clear? Sep 15 11:59:47 radekp: do you think that is actually possible to install Processing on the GTA2? Sep 15 12:00:43 gena2x: ahh oki, i think it's clear Sep 15 12:00:55 cosmos1: no idea... Sep 15 12:02:03 gena2x: so you have working patch, but you want to explore it more... Sep 15 12:02:33 my personal kernel suspend still suffers from other problems Sep 15 12:02:50 i mean GPS and GSM power_on/power_off things Sep 15 12:03:04 i still have to do this Sep 15 12:03:19 but strange enought, not on first boot Sep 15 12:03:38 but overall current is now ok Sep 15 12:03:47 i'll publish patch now Sep 15 12:05:27 ah, i forgot i added script to check suspend which does power_on/power_off automagically Sep 15 12:05:59 ah, i also forgot that you had some patches to fix gps/gsm issue Sep 15 12:06:25 but i also should not that after powering on/off i have no need to issue any commands to modem Sep 15 12:06:33 s/not/add/ Sep 15 12:06:34 gena2x meant: but i also should add that after powering on/off i have no need to issue any commands to modem Sep 15 12:06:36 radekp: do you know who is supposed to set reg 0x1f? the bootloader or the kernel? Sep 15 12:08:11 larsc: no idea, ask gena2x :) Sep 15 12:08:19 ok Sep 15 12:09:31 larsc: did you read my description? Sep 15 12:09:41 above Sep 15 12:10:29 these pcf registers are available over i2c? Sep 15 12:10:46 yes Sep 15 12:10:51 gena2x: not yet. will do now Sep 15 12:18:50 gena2x: what is your proposed fix? Sep 15 12:19:35 larsc: adding it now to bug report Sep 15 12:19:41 moment Sep 15 12:20:20 ok Sep 15 12:36:02 larsc: ok, checked qi code and patch is http://www.bsdmn.com/openmoko/pr2349donot_manage_down1.diff Sep 15 12:36:53 well, thats the easy way. but yes it works Sep 15 12:37:27 this is not only easy way but also only one which is right imo Sep 15 12:37:48 idea how to do it in better way? Sep 15 12:38:13 general ideas accepted too Sep 15 12:38:15 :) Sep 15 12:39:17 nothing thats not overly complicated Sep 15 12:41:20 i thing kernel should not touch that regulator Sep 15 12:41:47 because no reason exist to touch it Sep 15 12:42:11 as it should be managed by PWREN Sep 15 12:43:00 i see no even complicated way to do it better Sep 15 12:44:47 but all this leaves question (2) - why .state_mem.enable=0 is not working Sep 15 12:46:11 .state_mem is complicated Sep 15 12:46:55 a regultor driver needs special callbacks like set_suspend_{state,voltage,etc.} to apply state_mem Sep 15 12:47:42 furthermore the machine code needs to call regulator_set_suspend, when it suspends Sep 15 12:47:53 we have neither Sep 15 12:48:27 hm. DOWN1 is not alone with .state_mem.enabled==0 Sep 15 12:49:26 may be this is cause of my gsm/gps problems.. Sep 15 12:49:40 may be i'll try to solve (2) too, but later Sep 15 12:49:40 i think we should drop the whole state_mem fields cause they are not used and might confuse someone who reads the code Sep 15 12:49:59 really not used? Sep 15 12:50:02 yes Sep 15 12:50:11 but worked in .29? Sep 15 12:50:18 don't think so Sep 15 12:50:44 but regulators (non-pcf code) has support for this Sep 15 12:51:19 yes. but the machine code needs to call regulator_set_suspend Sep 15 12:51:35 otherwise the core will never look at those fields Sep 15 12:52:12 and the regulator driver needs to implement the set_suspend_{enabled,disabled} callbacks Sep 15 12:53:45 s,regulator_set_suspend,regulator_suspend_prepare, Sep 15 12:54:56 gena@work:~/prg/openmoko/kernel5/linux-2.6/drivers/regulator$ global -rx regulator_suspend_prepare Sep 15 12:54:56 regulator_suspend_prepare 183 ../../include/linux/regulator/machine.h int regulator_suspend_prepare(suspend_state_t state); Sep 15 12:55:11 ops Sep 15 12:55:14 wrong paste Sep 15 12:55:32 ignore please Sep 15 12:58:24 interesting, may be we are missing more power because of this. Sep 15 12:59:55 i wonder how much the current should really be - if my measuring was ok then modem takes like 3mA in deep sleep Sep 15 13:00:27 i have 5mA Sep 15 13:00:35 just found this patch http://www.mail-archive.com/openmoko-kernel@lists.openmoko.org/msg05811.html Sep 15 13:00:37 without modem i hope Sep 15 13:03:16 * radekp will measure it Sep 15 13:03:22 nice comment - /* Wow, when we are going into suspend, after pcf50633 Sep 15 13:03:22 - * runs its suspend (which happens real early since it Sep 15 13:03:22 - * is an i2c device) we are running out of the 22uF cap Sep 15 13:03:22 - * on core_1v3 rail !!!! Sep 15 13:03:22 - */ Sep 15 13:04:28 reading the follow-up comments it seems the patch is wrong Sep 15 13:06:23 hm.. pmu has standby... Sep 15 13:06:54 i didn't focus my attention to this fact Sep 15 13:08:03 when the pmu is in standby the system is off Sep 15 13:12:12 * gena2x finished reading Sep 15 13:13:30 anyway to remove mem structs we should review regulators with .enabled==0 Sep 15 13:14:27 and that callbacks should not be complicated Sep 15 13:14:51 (i have no scheme in my head now) Sep 15 13:16:00 if something may be disabled on suspend, it should be disabled. Sep 15 13:16:18 well, we would have to tell the driver what pin to use as a indicator whether the system is in suspend Sep 15 13:17:15 and if state_mem.enabled==0 is only (nonhack) way to implement this disabling, it should be implemented Sep 15 13:17:18 and then in the set_suspend_{enabled,disabled} callback set the bit for that gpio Sep 15 13:17:44 enabled == 0 alone does nothing you also need disabled = 1 Sep 15 13:18:39 DocScrutinizer: do you have any idea how memldo is wired up? It's not clear to me from the schematics Sep 15 13:18:45 stop, stop. i lost you. Sep 15 13:19:13 sorry, afk Sep 15 13:19:31 what's your precise Q? Sep 15 13:19:50 we are speaking about state_mem for all regultors now? Sep 15 13:20:06 ah Sep 15 13:20:11 i got your idea Sep 15 13:20:25 DocScrutinizer: is it connected to the same consumers than down2? Sep 15 13:20:29 use gpio pin instead of state_mem mechanism? Sep 15 13:21:04 what is memldo? a signal name? Sep 15 13:21:28 or the regulator in pcd50633? Sep 15 13:21:36 DocScrutinizer: the later Sep 15 13:21:42 mompl Sep 15 13:22:00 gena2x: combine them both. Sep 15 13:22:33 gena2x: for .state_mem to work you need some kind of indicator for the regulator whether the system is in suspend or not Sep 15 13:22:55 such 'indicator' is callback, yes? Sep 15 13:23:17 the indicator would be the gpio pin Sep 15 13:24:22 larsc: there's no memldo Sep 15 13:24:42 yes there is Sep 15 13:25:39 but i think i now have understood how it works. Sep 15 13:25:41 i mean with mem_state mechanism, we can control via callbacks. on suspent, well get control, turn off regulator manually and turn on resume manually too Sep 15 13:26:45 i guess we would be turing the regulator of to early if we'd disable it directly from the callback Sep 15 13:27:12 but if we'll made it GPIO driven (GPIO1 of pcf is active then cpu is not in suspend), it will work automagically Sep 15 13:27:30 but we'll have to enable GPIO bit install of unconditional on. Sep 15 13:27:36 s/install/instead/ Sep 15 13:27:36 gena2x meant: but we'll have to enable GPIO bit instead of unconditional on. Sep 15 13:28:04 larsc: there's auto, down1/2, HCLDO, LDO1..6 Sep 15 13:28:12 no memldo Sep 15 13:28:19 so we'll have no need in callbacks at all Sep 15 13:29:06 sdram is powered via SDRAM_1V8 derived from IO_1V8 Sep 15 13:30:49 IO_1V8 is from DOWN2 Sep 15 13:30:58 but i do not understand why conbine this two methods :) Sep 15 13:32:54 DocScrutinizer: well the pcf50633 certainly has a memldo. but i guess it is not used? Sep 15 13:33:16 gena2x: i think the best solution right now is to keep your approch Sep 15 13:33:29 WTF? turn off mem VDD regulator? that's not possible physically (as there's no such thing as a mem LDO) and logically (as your system will fail to resume when RAM isn't powered) Sep 15 13:33:59 DocScrutinizer: yes Sep 15 13:34:12 DocScrutinizer: it has MEMLDO -> max current 1mA Sep 15 13:34:31 gena2x: so what? read pcf50633 datasheet? Sep 15 13:34:39 now reading! Sep 15 13:35:09 iirc there's memldo in parallel to down2(?) to supply mem with VDD when system in syspend Sep 15 13:35:15 suspend* Sep 15 13:36:01 'The volatile memory is intended to be supplied by DOWN2 in Active state and by MEMLDO in non-active states' Sep 15 13:36:15 DocScrutinizer: yes. that was the question, whether it actually is Sep 15 13:36:34 it's an alternative lightweight method to supply power to a regulator output that otherwise (during normal operation) is powered by a strong switching converter iirc Sep 15 13:36:37 cause right now I think DOWN2 is always on Sep 15 13:37:24 depends on your system's power requirements on that VDD rail, during suspend Sep 15 13:37:45 if it's too high for memldo you need to keep on down2 Sep 15 13:38:51 anyway you can *try* to switch to memldo as very last step prior to suspend, and IF it resumes after that, switch to down2 very first action after resume Sep 15 13:39:12 guessing from the numbers in the schematics the freerunner seems to need at least 2ma from down2/memldo Sep 15 13:39:24 larsc: memldo == DOWN2FB pin, connected to DOWN2 Sep 15 13:39:33 that's probably the reason for memldo not being used then Sep 15 13:39:40 DocScrutinizer: not really. Sep 15 13:39:50 DocScrutinizer: i mean 'last first' thing Sep 15 13:40:15 gena2x: ?? Sep 15 13:40:35 DocScrutinizer: we can kindly ask pcf to bind it to GPIO1 Sep 15 13:40:43 there *might* be other ever higher prio things to do Sep 15 13:41:04 DocScrutinizer: so it will be put up as soon as cpu core resumes Sep 15 13:41:08 and automagically Sep 15 13:41:17 sounds nice, yes Sep 15 13:41:39 hm... why not try now? :) Sep 15 13:45:28 yeah, we sure not using it, as even voltage not set :) Sep 15 13:47:36 hm. can this two be enabled at once? Sep 15 13:48:19 DocScrutinizer: ^? Sep 15 13:48:43 gena2x: memldo will be automatically off if down2 is on Sep 15 13:48:51 gena2x: don't get it wrong (polarity aka logic/inverted logic), when core goes down you DISable down2 and ENable memld Sep 15 13:49:08 thanks. seems missed this. Sep 15 13:49:17 so memldo should be set to always on Sep 15 13:49:29 and down2 to on when gpio1 is high Sep 15 13:49:50 ok. i'll test how this affect suspend current Sep 15 13:49:56 memldo is largely irrelevant Sep 15 13:50:23 always on or dowwn2^-1 Sep 15 13:51:01 anyway GPIO must switch OFF down2 Sep 15 13:52:39 if it's really down2 (not checked) Sep 15 13:53:03 ok, all clear. setting proper values now. Sep 15 13:59:47 so I can close document /home/jr/Documents/OpenMoko/GTA02/GTA02-MB-A7_50-71481-01.pdf ? :-D Sep 15 14:00:35 i have no questions atm, thanks Sep 15 14:00:40 yw Sep 15 14:12:47 any OpenMoko folks planning on coming to LCA? http://mobilefoss.jamespurser.com.au/Call_For_Papers Sep 15 14:19:30 hi guys - anyone know of a gsm 07.10 (mux) implementation that does version 4? Sep 15 14:20:11 jksa: version 4? Sep 15 14:20:35 lindi-, there seems to be some kind of perhaps proprietary versioning scheme for mux'ers Sep 15 14:20:50 lindi-, I have an implementation of version 3, but my unit rejects it - asking for version 4 Sep 15 14:20:59 jksa: what unit? Sep 15 14:21:25 lindi-, Cinterion (Siemens) HC25 variant Sep 15 14:21:41 jksa: ok Sep 15 14:21:58 Taking how hard it was to find a version 3 implementation, I thought openmoko guys would be the ones that knew the most about stuff like that Sep 15 14:25:05 jksa: so you are issuing +CMUX=[,[, [,[, [,[,[, [,]]]]]]]] ? Sep 15 14:25:25 lindi-, yep Sep 15 14:25:27 "Test command returns the supported modes and parameters. The window size parameter is only applicable for mode 4." Sep 15 14:25:34 so at least the standard knows about "mode 4" Sep 15 14:25:46 jksa: what do you get with the test command? Sep 15 14:26:55 lindi-, I think you're mixing modes and versions together - it's not the same thing Sep 15 14:27:06 jksa: ok Sep 15 14:28:05 lindi-, I can initiate gsm 07.10 with the at+cmux command just fine Sep 15 14:28:12 lindi-, the unit only supports mode 0 Sep 15 14:28:24 (which is also what the test command returns) Sep 15 14:28:38 jksa: how does it ask for version 4? Sep 15 14:29:21 lindi-, basically it will return this text in the multiplexed channel: Sep 15 14:29:24 "DO NOT USE MUX PROTOCOL ok Sep 15 14:29:41 the manual also states that version 4 is required Sep 15 14:29:54 ok, I don't think I have much intel on that sorry :( Sep 15 14:30:00 okay :-( Sep 15 14:30:10 I'm afraid I have to implement it myself... a lot of work :-| Sep 15 14:30:18 jksa: have you found specs? Sep 15 14:30:50 lindi-, yep Sep 15 14:31:03 d~. Sep 15 14:31:10 larsc: just works, but no diff in consumption even seem ~+1mA. Sep 15 14:31:25 jksa: got some googleable search term? ;) Sep 15 14:31:47 lindi-, sorry, I haven't been able to find specs on google Sep 15 14:31:48 gena2x: ok Sep 15 14:33:43 jksa: just give me one unique sentence so that if I find the specs through some other means I can recogonize them :) Sep 15 14:34:07 lindi-, the document ID is: HC2x_Mux_Guide_v02n Sep 15 14:35:05 sounds vendor specific :) Sep 15 14:35:31 lindi-, I bet it is Sep 15 14:38:13 jksa: are you planning to contribute your code to linux, gsm0710muxd, ophono or ogsmd? ;) Sep 15 14:38:41 lindi-, well, if I actually do implement it - yes Sep 15 14:38:58 lindi-, however I'm not interesting in implementing the full thing from scratch... I rather want to build on something existing Sep 15 14:39:17 lindi-, the only thing I could get to build was a program called gsmmux in alpha release 3 from 2009... :-( Sep 15 14:39:44 I've downloaded cornucopia too, but I cannot get it to build on my platform Sep 15 14:40:20 not bad, according to logs resume time is 1.5 sec, suspend .3 sec Sep 15 14:40:44 gena2x: now make it possible to resume via touchscreen and we can suspend instead of blanking :) Sep 15 14:41:03 noooooo Sep 15 14:41:19 jksa: ah cornucopia too. we have 5 implementations of 07.10 Sep 15 14:41:36 gena2x: why not? Sep 15 14:41:46 sound, wifi, ssh Sep 15 14:41:57 lindi-, yeah, it's a jungle... how do I know which one is most current and maintained? Sep 15 14:42:02 gena2x: sure but it would be a great option Sep 15 14:42:14 jksa: linux is quite maintained :) Sep 15 14:42:17 lindi-, if they're all maintained... which one has the least amount of dependencies on "weird stuff"? Sep 15 14:42:38 lindi-, well, the mux implementation in linux is only available in 2.6.34 right? Sep 15 14:42:39 lindi-: may be we can just reduce IDLE power consumption somehow? Sep 15 14:42:47 jksa: i'm personally using gsm0710muxd since i was afraid of all the vala stuff in cornucopia Sep 15 14:42:57 gena2x: yeah that'd be cpufreq Sep 15 14:43:03 lindi-, exactly - vala turned me off too Sep 15 14:43:16 jksa: something like 2.6.34 I think yes Sep 15 14:43:25 lindi-, I've got to make it work on an existing platform that uses 2.6.33.. so I cannot use the in-kernel mux'er Sep 15 14:43:39 jksa: ok Sep 15 14:43:43 lindi-: no, we what about pushing memory to self-refresh while idle? Sep 15 14:43:55 jksa: I also do not have any experience on in-kernel muxers so I don't know if I can recommend them yet Sep 15 14:44:26 lindi-, to me it sounds weird to have them in-kernel... they belong in user space ;-) Sep 15 14:44:29 gena2x: no idea, try if you know how Sep 15 14:44:53 lindi-, gsm0710muxd... I'll take a look at that again... I just hate building stuff that requires all sorts of weird debian-style things Sep 15 14:45:07 jksa: what sort of debian style things? Sep 15 14:45:41 lindi-, well, for me it couldn't build because it couldn't find glib 2.x (which is installed) - due to missing pkgconfig Sep 15 14:45:53 or rather... missing pkgconfig configuration (or data files or whatever) Sep 15 14:45:59 jksa: ah Sep 15 14:46:21 jksa: have you checked if pyneo is still maintaining it? Sep 15 14:47:03 not as such? Sep 15 14:47:23 I've downloaded a seperate fork by some Neil guy.. let me check Sep 15 14:47:46 I've checked the Pyneo web site earlier - but I left it shortly after it insulted me because of my choice of browser ;-) Sep 15 14:48:59 lindi-, Neil Brown... there it was :-) Sep 15 14:49:20 lindi-, http://neil.brown.name/git?p=gsm0710muxd;a=tree Sep 15 14:51:23 lindi-: our cpu has not only NORMAL IDLE and SUSPEND modes Sep 15 14:51:40 lindi-: it has also SLOW, STOP and Deep-STOp Sep 15 14:51:52 gena2x: does glamo work in those? Sep 15 14:52:27 lindi-: yes i think Sep 15 14:52:37 ah Sep 15 14:52:43 interesting Sep 15 14:52:54 need to think Sep 15 14:53:05 but why not Sep 15 14:54:20 i think glamo can 'work' in suspend too. why not? Sep 15 14:54:39 I don't know, I just recall reading about 100 MHz being minimum because of glamo Sep 15 14:54:48 it was in the cpufreq discussion iirc Sep 15 14:55:07 glamo need working memory bus? Sep 15 14:56:10 I haven't signed the glamo NDA sorry :) Sep 15 14:56:26 lindi-: np Sep 15 14:56:29 :) Sep 15 14:56:36 lindi-: if you haven't you can actualy disclose stuff :-) Sep 15 14:59:31 glamo works in suspend? Sep 15 15:00:53 pabs3: this were question Sep 15 15:01:18 pabs3: is this possible Sep 15 15:01:29 oh, sorry Sep 15 15:01:47 and if it can, it can also work in STOP mode Sep 15 15:02:12 hm... should be not really hard to check... Sep 15 15:15:26 hi Sep 15 16:12:08 i searching for developer information for the wikireader Sep 15 16:12:28 is there no wiki or more then the wikireader info page? Sep 15 16:14:53 DocScrutinizer is the droid you are looking for. Sep 15 17:33:22 anybody owns a wikireader? Sep 15 18:18:16 PBeck: have you asked in #openmoko-wikireader ? Sep 15 18:19:18 Heinervdm: oh i dont know about a channel for the wikireader, but - it's empty ;) Sep 15 18:20:11 PBeck: i'm having that channel from the topic :) Sep 15 18:21:07 Heinervdm: oh you are right :) Sep 15 20:00:00 I noticed that alarms don't wake up my freerunner in latest shr-u. Is this a known phenomenon and is there a workaround? **** BEGIN LOGGING AT Wed Sep 15 23:16:14 2010 **** ENDING LOGGING AT Thu Sep 16 02:59:57 2010