**** BEGIN LOGGING AT Sun Mar 27 02:59:59 2011 Mar 27 04:55:48 anyone around that's familiar with the fsogsm api? I'm working on the baseband for the iPhone3G. Running into some problems though >< Mar 27 05:14:07 yay, wpwrak AND wolfspraul both here - what's wrong? :-D Mar 27 05:15:22 yay Mar 27 05:15:30 one sec, let me show you what I have done so far ;p Mar 27 05:17:18 there's documented AT commands from iDroid (Android) ril source available here: https://github.com/iDroid-Project/vendor_apple/blob/gingerbread/libril/pmb8878/ril.c Mar 27 05:17:39 Lopi: baseband for whyPhone? You should talk to mickey|bbl and gnutoo Mar 27 05:18:19 the iPhone3G's baseband is always on, but before it will work unlock functions must be executed Mar 27 05:18:25 though I think nobody has ever considered porting FSO to iPhone Mar 27 05:18:50 AT+CFUN= ? Mar 27 05:19:01 this all depends on whether you actually use a SIM or rely on an unlock Mar 27 05:20:24 no Mar 27 05:21:19 in the case of using a SIM, you have to send AT+XLCK=0, then another AT+XLCK command with an unlock payload, then AT+XLCK=2 Mar 27 05:21:37 then you would be able to do AT+CFUN Mar 27 05:21:41 AT+CPIN Mar 27 05:21:42 etc Mar 27 05:22:32 you can see how they do it in android here: https://github.com/iDroid-Project/vendor_apple/blob/gingerbread/libril/pmb8878/ril.c#L1367 Mar 27 05:22:35 what a hw interface is in iPho? Mar 27 05:22:59 DocScrutinizer: what's wrong with that? Mar 27 05:23:01 I'm the person doing the SHR port for the iPhone3G Mar 27 05:23:08 I still hang out in the old channels :-) Mar 27 05:23:21 wolfspraul: rarely Mar 27 05:23:40 DocScrutinizer: btw, Sebastien regrets being somewhat unfriendly to you. Maybe we can woo you back one day, your input is very much appreciated... Mar 27 05:23:47 this is the modem in the 3G: http://www.infineon.com/dgdl/X-GOLD608-PMB8878+PB.pdf?folderId=db3a304312fcb1bc0113000c158f0004&fileId=db3a30431be39b97011c09549f077a1a Mar 27 05:23:55 we are moving to the rc3 run, with some (small) modifications suggested by you Mar 27 05:24:10 but not the bulk of it, because we don't have you to discuss and understand your point :-) Mar 27 05:24:19 wolfspraul: I should forget my childish attitude and ... Mar 27 05:25:08 wolfspraul: better? Mar 27 05:25:30 ha, yes :-) Mar 27 05:25:36 not childish though, you have my sympathy Mar 27 05:25:53 you are an experienced guy, at some point with most people the realization settles in that there are more important things than factual correctness Mar 27 05:26:04 even above that is general friendliness and respect for one another Mar 27 05:26:10 otherwise why the heck, right? :-) Mar 27 05:26:27 so that's all fine. thanks for joining back! Mar 27 05:26:57 yw Mar 27 05:28:22 anyone mind taking a look at what I have so far? I started by extending the modem_singleline plugin and adapting unlockWildcard() from iDroid ril source. http://pastie.org/private/baipfekwj56fr4yvcvn95a Mar 27 05:29:03 we only have very basic functionality for the baseband Mar 27 05:31:07 Lopi: one generic advice: make your error strings unique Mar 27 05:31:41 DocScrutinizer: could you give me an example? Mar 27 05:31:42 FsoFramework.theLogger.debug( "fsogsm.iphone No Activation Report Found *1*" ); Mar 27 05:31:50 FsoFramework.theLogger.debug( "fsogsm.iphone No Activation Report Found *2*" ); Mar 27 05:32:02 those are two different messages Mar 27 05:32:08 FsoFramework.theLogger.debug( "fsogsm.iphone No Activation Report Found" ); Mar 27 05:32:13 FsoFramework.theLogger.debug( "fsogsm.iphone No Activation Record Found" ); Mar 27 05:32:15 ooops Mar 27 05:32:17 :-D Mar 27 05:40:09 guess I'll wait to talk with GNUtoo or mickeyl Mar 27 08:34:20 radekp: hey Mar 27 08:35:19 radekp: have you seen the patch that makes it possible for gpsd to add hooks so it allows to have gpsd turn gps on/off exactly when that's needed? Mar 27 08:35:42 radekp: i also can confirm gpsd from git HEAD worked fine for me (several months ago, when i was preparing that patch). Mar 27 08:37:33 radekp: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=commitdiff;h=587eccb8abf9e5f47bc3568ee934582712be2b3f + http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=commitdiff;h=4b2ead027c444c42907e478edb49673189a0f293 Mar 27 08:47:52 Updated the SHR wiki with some changes for the iPhone3G: http://trac.shr-project.org/trac/wiki/News Mar 27 08:56:01 Lopi: cool stuff! Mar 27 08:56:23 PaulFertser: hi, nice, thanks Mar 27 08:57:29 radekp: if you've any questions about that, ask here and i'll answer as soon as i get back home (or wherever i'll have internet access). Mar 27 09:01:07 PaulFertser: i had problem that i couldnt get fix with gpsd running, i'll have to try it again... Mar 27 11:13:08 DocScrutinizer: BTW, did your experiments with Calypso setup yield any results? Mar 27 11:13:52 I didn't follow up on it, it's been a problem related to a friend's FR Mar 27 11:14:10 ...if you're talking about AEC/NR Mar 27 11:55:39 hmm Mar 27 12:01:03 mickeyl, hi, better talk here Mar 27 12:01:13 I'm thinking of doing stuff such as: Mar 27 12:01:21 *fsodeviced integration Mar 27 12:01:28 and similar stuff Mar 27 12:01:35 *writing programs Mar 27 12:01:36 etc.. Mar 27 12:01:46 maybe I could do that for dream and n900? Mar 27 12:01:48 good Mar 27 12:01:50 yea Mar 27 12:01:55 oe is also possible for me Mar 27 12:02:28 freesmartphone.org: 03mickey 07cornucopia * r55521a0a20e6 10/tools/mterm2/src/terminal.vala: mterm2: try harder to gracefully shutdown MUX mode, still doesn't work though Mar 27 12:02:42 what is most needed in theses area? Mar 27 12:02:46 n900 kenrel packaging? Mar 27 12:02:58 switching to meego 2.6.37-next kenrel Mar 27 12:03:01 yep Mar 27 12:03:02 that is in fso Mar 27 12:03:04 ok Mar 27 12:03:11 dream i have no idea about the status Mar 27 12:03:18 I could give a try if time permits Mar 27 12:03:26 n900 needs some more work for the OOTB experience Mar 27 12:03:28 cool Mar 27 12:03:35 basically still same core issue for the dream Mar 27 12:03:47 but the interfaace etc...is now more polished Mar 27 12:03:48 ok, pity. mainline abandonded it, right? Mar 27 12:03:50 not finished tough Mar 27 12:03:56 no idea Mar 27 12:04:06 how caan you tell if something is abandoned? Mar 27 12:04:11 it's hard Mar 27 12:04:27 anyway it's not very active, yes Mar 27 12:04:28 ya, hard to tell. but there were only two or max three guys motivated to bring it in anyways Mar 27 12:04:35 and i didn't see patches from these guys for months Mar 27 12:04:40 me neither Mar 27 12:04:51 should I order the serial port adapter? Mar 27 12:05:10 for dream? i don't think it's worth Mar 27 12:05:33 with the pre's in good state and n900 becoming useful any time soon, there's enough to hack on atm. Mar 27 12:05:36 ok Mar 27 12:05:52 and the nexusone may become usable too Mar 27 12:06:00 thanks to dcordes + cotulla work Mar 27 12:06:07 is the GPS + WiFi situation on nexusone any better than on dream? Mar 27 12:06:14 yes Mar 27 12:06:26 GPS is floss in android Mar 27 12:06:43 wifi is kind of wext but has still issues Mar 27 12:07:01 but there is a correct driver in staging or mainline Mar 27 12:07:19 brcm80211 Mar 27 12:07:27 basically: Mar 27 12:07:30 *AT Mar 27 12:07:32 *NMEA Mar 27 12:07:51 *some android problems we already took care of or know how to handle Mar 27 12:07:59 NMEA without these crazy baseband communciation dances? Mar 27 12:08:12 with the crazy dance Mar 27 12:08:15 argh Mar 27 12:08:17 no go for me then Mar 27 12:08:22 why? Mar 27 12:08:32 android has floss activator for gps Mar 27 12:08:36 floss libraries Mar 27 12:08:41 the no go is at another point Mar 27 12:08:51 the no go is alsa + wifi in some extends Mar 27 12:08:58 but that is beeing fixed by cotulla Mar 27 12:09:01 so we just wait Mar 27 12:09:07 and don't care until it work Mar 27 12:09:14 that's my plan Mar 27 12:09:22 good pla Mar 27 12:09:39 even accelerometers is floss but somewhat problematic Mar 27 12:10:01 ok, spare time is too short to work on somewhat problematic areas these days :) Mar 27 12:10:05 (I think part of it works with ioctls and no /dev/input node Mar 27 12:10:07 ) Mar 27 12:10:09 so either it works really good or chose another device Mar 27 12:10:12 (for me) Mar 27 12:10:18 indeed that's why I wait Mar 27 12:10:21 yep Mar 27 12:10:27 and we should concentrate on n900 Mar 27 12:10:31 DocScrutinizer: no idea what AEC/NR is, but I guess that's what I mean... Mar 27 12:10:33 ya Mar 27 12:10:45 pity you didn't follow up... would be good to know whether it indeed improves things Mar 27 12:10:46 i'm waiting for some definite news on the libnl1 / libnl2 situation before continuing with the modem protocol Mar 27 12:10:55 ah Mar 27 12:10:57 Automatic Echo Cancellation / Noise Reduction Mar 27 12:10:57 in the meantime i'm working on the internal ppp stack Mar 27 12:11:02 that's kind if problematic Mar 27 12:11:09 because I won't do it Mar 27 12:11:14 since it's frustrating Mar 27 12:11:22 and mrmoku has no time right now Mar 27 12:11:26 lo mickeyl Mar 27 12:11:26 he will in the future tough Mar 27 12:11:40 hi DocScrutinizer, how's life? Mar 27 12:12:14 aaaw, don't ask. I'm living at the edge of world madness, and we got plenty of that recently Mar 27 12:12:46 ah me too(frustration,rage-against-the-machine etc...) Mar 27 12:13:04 *nod* Mar 27 12:13:09 seems that's a common pattern these days Mar 27 12:13:10 feels like I've watched Fucku and the 3 tepco stooges for 2 weeks 24/7 and couldn't stop to swear and shout about their idiocy Mar 27 12:13:19 *nod* Mar 27 12:13:48 for me it's at a point where I have to use the bug20 as computer Mar 27 12:14:22 else I can't support the noise of a computer for a day long Mar 27 12:14:31 s/else/because/ Mar 27 12:14:31 GNUtoo|bug20 meant: because I can't support the noise of a computer for a day long Mar 27 12:15:47 almost silent here Mar 27 12:16:03 here too now that I use bug20 Mar 27 12:16:04 i can't stand loud machines either Mar 27 12:17:22 the problem is that they're not that loud Mar 27 12:17:37 in fact they are pretty silent Mar 27 12:17:40 but still Mar 27 12:19:48 sigh bt keyboard issues Mar 27 12:20:05 I hate this keyboard, it's small etc...but I get tons of issues with it Mar 27 12:20:46 bbs Mar 27 12:22:01 basically for the phones Mar 27 12:22:21 htcdream => could be fixed but not worth and nobody would fix it Mar 27 12:22:43 n900 => worth great device Mar 27 12:22:54 nexusone => wait and see Mar 27 12:23:11 iphone3g => not sure it will go somewhere: Mar 27 12:23:53 I mean for iphone3g, even if PMU is fixed, the porter doesn't seem skilled enough to finish the port Mar 27 12:24:10 for instance he knows java etc...but not C Mar 27 12:24:19 which is problematic Mar 27 12:24:38 for the palm-pre I can't tell Mar 27 12:24:44 I don't have one yet Mar 27 12:25:35 but morphis works a lot on it Mar 27 12:26:07 altough it appear less good than the n900 for me Mar 27 12:26:16 because of the non-mainline kernel Mar 27 12:27:29 so for me: Mar 27 12:27:33 1) n900 Mar 27 12:27:37 2)palm-pre Mar 27 12:27:47 3) forget the rest for now Mar 27 12:28:14 forget the rest means, don't invest too much time on it Mar 27 12:28:23 it doesn't mean don't fix stuff Mar 27 12:29:07 yep Mar 27 12:29:14 i agree basically Mar 27 12:29:40 plus i'm not so much interested in smartphones without keyboard Mar 27 12:29:47 i have an almost perfect one which i'm not hacking Mar 27 12:29:54 so for hacking i need one with a keyboard Mar 27 12:30:04 keyboard could be fixed Mar 27 12:30:17 not great I agree Mar 27 12:30:24 but android handle it Mar 27 12:30:42 so why coun't someone like captainigloo handle it? Mar 27 12:31:07 but it's sub-obtimal Mar 27 12:31:15 a hardware keyoard is soo nice Mar 27 12:32:15 Hi. I'm having trouble building vala apps in OE from local source. I tried both the inherit_append "srctree gitpkgv" thing and the method described in SHR wiki. Mar 27 12:32:50 for example for vala-terminal + the SHR wiki way (just setting SRC_URI to local dir) Mar 27 12:32:53 zub, did you try the devshell? Mar 27 12:33:01 devshell is easier Mar 27 12:33:05 do_compile fails with: arm-oe-linux-gnueabi-gcc: src/terminal.o: No such file or directory Mar 27 12:33:11 GNUtoo|bug20: aaah, is it working? Mar 27 12:33:15 I have not tried Mar 27 12:33:19 try it Mar 27 12:33:22 bitbake devshell Mar 27 12:33:31 I cannot guarantee it will work for you tough Mar 27 12:33:43 but I can explain how to use it Mar 27 12:33:55 ok, but how does the dev cycle work then? I run do_configure, then edit in tmp/work/... ? then compile? Mar 27 12:34:06 you run that: Mar 27 12:34:10 sh autogen.sh Mar 27 12:34:13 oe_runconf Mar 27 12:34:16 oe_runmake Mar 27 12:34:23 and then you scp to the device Mar 27 12:34:30 it's more manual Mar 27 12:34:37 because it doesn't produce an ipk Mar 27 12:34:44 but it's still usefull Mar 27 12:34:50 oook... so how should I start? Should I revert the recipe to get rid of any local build tries? Mar 27 12:35:01 no Mar 27 12:35:05 bitbake devshell Mar 27 12:35:07 ok Mar 27 12:35:11 and then Mar 27 12:35:17 it's in deploy/addon Mar 27 12:35:19 source it Mar 27 12:35:26 it will give an error Mar 27 12:35:32 and it will be in the path Mar 27 12:35:43 arm-... will be in the path Mar 27 12:35:49 oe_runconf or_runmake too Mar 27 12:35:50 etc... Mar 27 12:36:08 if it doens't work for you Mar 27 12:36:14 I've a third option Mar 27 12:36:20 bitbake the normal recipe Mar 27 12:36:27 like for insttance vala-terminal Mar 27 12:36:34 go in the tmpdir Mar 27 12:36:38 go in the workdir Mar 27 12:36:43 of vala-terminal Mar 27 12:36:45 go in temp Mar 27 12:36:50 then there are scripts Mar 27 12:36:59 look at them Mar 27 12:37:06 and run them like that: Mar 27 12:37:18 cd /path/to/git/repo Mar 27 12:37:37 ../../../path/to/run.do_configure Mar 27 12:37:43 ../../../path/to/run.do_compile Mar 27 12:37:45 etc... Mar 27 12:37:55 :) Mar 27 12:38:02 that's hard core Mar 27 12:38:04 ok, thanks Mar 27 12:42:36 the devshell is interesting, but it fails the same way, so I'll try the last-instance thing Mar 27 12:44:05 How is WiFi supposed to work in SHR? I though there's something like connman in use, but looking at iliwi it just uses wpa_supplicant Mar 27 12:45:28 fsodeviced resource + normal stuff(libnl or wext) Mar 27 12:46:07 well, the resource is used for wifi on/off Mar 27 12:46:12 yes Mar 27 12:46:16 wext or libnl could be used to configure the device Mar 27 12:46:28 but what about auth stuff... whatever is that usually wpa_supplicant does? Mar 27 12:46:28 that's the only thing managed by fso(on/off) Mar 27 12:46:32 ahaa Mar 27 12:46:33 ok Mar 27 12:47:00 the rest is the linux kenrel or GNU/Linux userland standard interfaces Mar 27 12:47:29 some time ago there was something using connman or something like that Mar 27 12:47:35 but it didn't work well Mar 27 12:47:42 and iliwi worked better Mar 27 12:47:47 so, so SHR doesn't define anything here Mar 27 12:47:58 so iliwi got into the official image instead of the connman thing Mar 27 12:48:07 no Mar 27 12:48:19 yeah, I wanted do to some changes to iliwi Mar 27 12:48:35 though hit a showstopper quite early, as usual Mar 27 12:50:00 ah the compilation Mar 27 12:50:56 *yawn* Mar 27 12:50:59 so tired Mar 27 12:51:29 this nite someone had a quarrel in our house, doors slammed, girl crying, *sigh* until i screamed that i'll call the police if they continue with that Mar 27 12:51:42 couldn't sleep anyways afterwards Mar 27 12:53:28 quarrel Mar 27 12:53:29 ? Mar 27 12:53:40 argument/fight Mar 27 12:53:49 ah ok Mar 27 12:54:01 I forgott to click on disambiguation Mar 27 12:54:14 GNUtoo|bug20: hoooray! after several random tries the devshell works for me :) thanks Mar 27 12:54:25 zub, nice Mar 27 13:00:05 morphis: ping Mar 27 13:00:24 http://pastebin.com/PNevQRv4 Mar 27 13:00:28 morphis: i can't talk to the pre modem anymore. msmcommd loops 2000-01-01T23:21:55.203796Z [DEBUG] msmcommd : eneque SYNC frame for sending Mar 27 13:00:28 2000-01-01T23:21:55.261474Z [DEBUG] msmcommd : Send a SYNC frame to modem Mar 27 13:01:10 ahh sorry Mar 27 13:01:18 I blacklisted it locally(libnl) Mar 27 13:01:21 long time ago Mar 27 13:01:36 and now with the jama patches that renames libnl2 in libnl-2.0 Mar 27 13:01:41 will fix Mar 27 13:01:46 ok Mar 27 13:05:01 mickeyl, btw how to monitor(in vala) the apparition of a network interface? Mar 27 13:05:05 I look here: Mar 27 13:05:25 /sys/class/net/ Mar 27 13:05:27 ? Mar 27 13:06:14 apparition? Mar 27 13:06:29 ah, when one arrives? Mar 27 13:06:58 you can do this easily with my kobject monitoring infrastructure. take a look at mkdump Mar 27 13:07:25 the kernel will send you a message on objects appearing / disappearing Mar 27 13:10:38 that's in fsodeviced? Mar 27 13:10:52 basically it was for doing a wifi plugin for the dream Mar 27 13:10:55 something quick Mar 27 13:12:43 morphis, I'll leave for one week tomorrow (vacations in AT), but here is the patch to make elfe default on the pre: http://pastebin.com/eywkA8LL (just in case you get elfe to work and want to push it) Mar 27 13:15:27 morphis, it uses the config options captainigloo recommended Mar 27 13:15:41 GNUtoo|bug20: mkdump is an external utility, the monitoring infrastructure is in libfsobasics. mkdump can show you how to use it Mar 27 13:15:59 ok thanks a lot Mar 27 13:25:47 http://pastebin.com/G00tBbGG Mar 27 13:25:56 mterm2 fails Mar 27 13:30:46 freesmartphone.org: 03mickey 07cornucopia * ra811aa21f689 10/tools/mterm2/src/terminal.vala: mdbus2: fix compilation with older vala versions Mar 27 13:30:56 err Mar 27 13:31:01 s/mdbus2/mterm2/ Mar 27 13:32:49 thanks Mar 27 14:11:26 After ages trying something with Vala. Why can't I create Gee.ArrayList? I'm getting "error: duplicating Object instance, use unowned variable or explicitly invoke copy method" and being a vala noob I'm quite confused... Mar 27 14:11:51 I obviously can turn that into ArrayList but that's not what I want, at least I think it's not what I want :) Mar 27 14:14:47 GNUtoo|bug20: with some care, it's totally possible to make a normal desktop machine virtually inaudible Mar 27 14:15:03 antrik, ok that would be nice Mar 27 14:15:15 altough my solution somewhat work Mar 27 14:15:33 but the biggest problem is that I can't write bug apps Mar 27 14:32:32 zub: unfortunately the EFL objects do not support the glib reference counting system, hence some things are not possible. i'm afraid you have to use unowned here or resort to pointers to EFL objects Mar 27 14:32:34 bbl, voting Mar 27 14:36:54 ah, so unowned would work? I was afraid that would do be wrong, but I don't really understand that :-/ Mar 27 14:36:59 I'll try with onowned Mar 27 14:39:40 my uasecase was - a container to keep the objects alive, unowned doesn't seem to work for this usecase Mar 27 14:50:43 radek__: please keep me informed about your gpsd adventures, i think i know gpsd enough to be able to help. Mar 27 14:55:24 mickeyl: you have to reset the modem Mar 27 14:56:11 mickeyl: use this script Mar 27 14:56:12 http://pastie.org/1722255 Mar 27 14:56:16 mickeyl: kill msmcommd Mar 27 14:56:33 mickeyl: run ./pmmodempower cycle (name of thescript) Mar 27 14:56:46 mickeyl: and restart msmcomd Mar 27 14:56:51 then it should work again Mar 27 14:57:07 or restart fsogsmd Mar 27 14:57:16 fsogsmd does the lowlevel modem handling Mar 27 15:44:57 zub, yeah, working with Elm objectss in vala is quite messy. Best way is addin them as attributes to some gobject class and keeping the object instance of the gobject class alive with references :) Mar 27 15:45:12 zub, you can have a look at emtooth2 source code for more info Mar 27 15:45:27 it's nor perfect but it works hehe Mar 27 15:55:18 i've been meaning to write some additional higher level classes, but UI-work has little priority for me these days Mar 27 15:57:37 heh, you were so eager to leave low-level and go for some nice UI stuff some months ago, iirc Mar 27 15:58:18 yes, i'm still. if someone were to take over my middleware jobs, i'll switch over to UI instantaneously Mar 27 16:02:19 freesmartphone.org: 03mickey 07cornucopia * r940241d8b4af 10/fsogsmd/src/plugins/pdp_ppp_internal/plugin.vala: fsogsmd: pdp_ppp_internal: set status to disconnected, if we don't succeed in establishing the context Mar 27 16:02:19 [2011-03-26 11:01:10] after running AT%FRST verizon couldn't fix it in the store and i got a replacement today Mar 27 16:03:39 %FRST... never heard about that Mar 27 16:03:54 18:00!!! elections closed! Now let the whining start :-P Mar 27 16:04:24 :D Mar 27 16:04:37 morphis: ping Mar 27 16:07:08 DocScrutinizer, elections? Mar 27 16:08:12 any palm pre owners in da house? Mar 27 16:08:23 http://www.zdf.de/ Mar 27 16:14:50 mickeyl: ping Mar 27 16:15:18 pön Mar 27 16:15:21 g Mar 27 16:15:30 :) Mar 27 16:15:37 i have a question, too Mar 27 16:15:38 you first Mar 27 16:15:54 mickeyl: ok, I just want to know if the modem works again after the reset Mar 27 16:16:07 ah, no idea, i read your solution too late, i rebooted Mar 27 16:16:24 ok Mar 27 16:16:38 the problem is that fsogsmd needs to do the lowlevel reset Mar 27 16:16:53 you can do it with msmcommd too (it's a config option) Mar 27 16:17:00 can you get me the ppp command line from WebOS? i have problems establishing the IPCP layer on the pre Mar 27 16:17:06 (reset) ok Mar 27 16:17:25 you mean the chat script? Mar 27 16:17:32 or the cmdline of the running pppd process? Mar 27 16:17:34 mickeyl: i just got some debug logs for the problem that from time to time GSM gets lost, can you have a look at them? Mar 27 16:17:35 bothj Mar 27 16:17:52 Heinervdm: absolutely, please mail them to me ( iguess they're large, right?) Mar 27 16:18:09 mickeyl: he sent me a url Mar 27 16:18:20 fine as well Mar 27 16:19:02 got it Mar 27 16:19:47 mickeyl: i forwarded the mail to you too Mar 27 16:20:23 ok Mar 27 16:21:11 mickeyl: http://pastie.org/1722545 Mar 27 16:21:19 mickeyl: tell me if you need more Mar 27 16:22:14 thanks, that's good Mar 27 16:22:38 ok Mar 27 16:23:45 i will try with an external ppp and then compare the logs via wireshark Mar 27 16:23:56 i guess we're sending something the pre doesn't like Mar 27 16:24:02 or not sending something it does expect Mar 27 16:24:17 ok Mar 27 16:24:30 i'd rather use the internal stack, if possible Mar 27 16:24:35 so i'll try to make this one work Mar 27 16:24:36 first Mar 27 16:24:47 the original pppd? Mar 27 16:25:14 no, the new one, internal Mar 27 16:25:27 if that doesn't work, we need to fall back on the external Mar 27 16:25:49 (internal/external to fsogsmd) Mar 27 16:25:50 hm palm has some patches for ppp Mar 27 16:25:58 http://palm.cdnetworks.net/opensource/2.1.0/ppp-2.4.3-patches.tgz Mar 27 16:26:04 ah, interesting Mar 27 16:26:07 currently looking if they are relevant for us Mar 27 16:27:31 hm, no critical patch Mar 27 16:27:40 as far as I can see Mar 27 16:28:53 only the cifdefroute seems relevant, although that one is effective only after IPCP has been established Mar 27 16:29:10 do we have the source for their plugin? Mar 27 16:29:12 plugin /usr/lib/libPmWanPppPlugin.so Mar 27 16:29:16 no Mar 27 16:29:19 bummer Mar 27 16:29:27 is pppd GPL? Mar 27 16:30:01 bsd gplv2 according to oe Mar 27 16:30:34 so dual-licensed? Mar 27 16:30:54 "All of the code can be freely used and redistributed. The individual Mar 27 16:30:55 source files each have their own copyright and permission notice. Mar 27 16:30:55 Pppd, pppstats and pppdump are under BSD-style notices. Some of the Mar 27 16:30:55 pppd plugins are GPL'd. Chat is public domain. Mar 27 16:30:55 " Mar 27 16:31:31 but as far as I know their plugin does only some integration work with their telephony interface Mar 27 16:31:46 I remember I looked into it and it's small Mar 27 16:31:53 only calling something on the dbus Mar 27 16:32:44 k Mar 27 16:32:51 probably the same signalling way we use Mar 27 16:33:31 maybe Mar 27 16:33:55 and some glue to find out when ppp is idle Mar 27 16:33:59 "PM" Mar 27 16:34:52 jep Mar 27 16:36:59 usb rndis seems somewhat flaky for me Mar 27 16:37:05 can't detach and attach Mar 27 16:37:11 it always hangs when i do this Mar 27 16:37:30 mrmoku, mickeyl there are newer meego kernels not on gitorious Mar 27 16:37:44 they are in source rpm format Mar 27 16:37:50 or it just hangs completely after a while Mar 27 16:37:54 GNUtoo|bug20: heh, odd Mar 27 16:38:00 and they say it contains....power management (DVFS + CPUFREQ )!!! Mar 27 16:38:06 that'd be cool Mar 27 16:38:15 indeed Mar 27 16:38:23 mickeyl: it hangs after a while? never discovered that Mar 27 16:38:42 that makes it grow in my estimation of the probability of port completion Mar 27 16:40:09 pespin: thanks Mar 27 16:40:13 http://download.meego.com/live/home:/ikoskine:/devel:/devices:/n900:/dvfs/Trunk/src.armv7el/kernel-adaptation-n900-2.6.37-28.1.src.rpm Mar 27 16:40:19 I'll try it Mar 27 16:40:22 ok Mar 27 16:40:34 morphis: hmm, perhaps it suspends and doesn't wake up Mar 27 16:42:00 zub, yw :) Mar 27 16:43:41 mickeyl: that can be Mar 27 16:43:53 you have a shr-image running? Mar 27 16:44:59 maybe you should then disable the fsousage auto-suspend option Mar 27 16:59:53 hey mickeyl what do you think of our first green ministerpraesident district now? Mar 27 17:00:36 from black to green, that's amazing Mar 27 17:00:41 it's quite overwhelming Mar 27 17:00:48 no idea how sustainable that is Mar 27 17:00:51 but for now i like it Mar 27 17:00:53 :) Mar 27 17:00:57 bbiab, dinner Mar 27 17:00:58 hehehe Mar 27 17:01:17 you did a great job boys :) Mar 27 17:03:54 best quote of the evening so far: the voting residents made Merkel's 360° atomic power turn a 180° true change in direction Mar 27 17:05:14 Spiegel online: "you need triangle to follow him" Mar 27 17:46:32 GNUtoo|bug20: heh fun :/ (meego kernels) Mar 27 17:46:45 mrmoku, ??? Mar 27 17:46:53 mrmoku, it's GOOD news Mar 27 17:46:58 I just pushed it Mar 27 17:47:17 http://git.freesmartphone.org/?p=linux-2.6.git;a=shortlog;h=refs/heads/nokia900/kernel-adaptation-n900-meego Mar 27 17:47:22 GNUtoo|bug20: yeah, but I'm fetching the nokia gitorious one every day for nothing ;) Mar 27 17:47:27 ok Mar 27 17:47:43 what nice things does it have? Mar 27 17:47:51 do we finally have cpufreq again? Mar 27 17:48:11 ohh Mar 27 17:48:16 yeah, nice indeed :) Mar 27 17:48:50 should I do a recipe? Mar 27 17:48:55 or do you want to do it? Mar 27 17:49:10 I would prefer you to do it Mar 27 17:49:25 I will have to spend some time on finalizing the fsoaudiod integration too Mar 27 17:49:28 and test that Mar 27 17:49:39 mrmoku: very good :9 Mar 27 17:49:42 :) Mar 27 17:49:47 ok Mar 27 17:49:52 morphis: did you see my message to you? Mar 27 17:49:59 you could test :) Mar 27 17:50:02 your commit messages? Mar 27 17:50:18 no, in here I told you that I pushed something that compiles :) Mar 27 17:50:29 did not test it though Mar 27 17:50:40 might work or not or even segfault ;) Mar 27 17:51:22 ah ok Mar 27 17:51:25 will test it Mar 27 17:51:41 have to build a up to date image anyway Mar 27 17:51:51 then I can switch to the fsoaudio branch for libphone-ui Mar 27 17:53:08 morphis: and libphone-ui-shr too (fsaudio branch) Mar 27 17:53:17 ok Mar 27 17:56:34 mrmoku: we need to think about re-working the battery gadget for illume Mar 27 17:56:58 mrmoku: as it should really get it's power information from FSO and not from somewhere else like hal & co Mar 27 17:57:29 morphis: yeah, fully agree Mar 27 17:58:06 mrmoku: maybe we should write our own gadget Mar 27 17:59:22 morphis: we could do what TAsn did with the gsm gadget... copy and modify it Mar 27 17:59:30 jepp Mar 27 17:59:38 should not be too much work Mar 27 17:59:58 yep Mar 27 18:00:00 no, probably not Mar 27 18:00:05 just clean up and maintain a copy Mar 27 18:00:05 TAsn: have some spare time? ;) Mar 27 18:00:20 mrmoku, ACTUALLY I may have some time over the weekend Mar 27 18:00:25 (friday-sat) Mar 27 18:00:27 not 100% sure Mar 27 18:00:29 :) Mar 27 18:00:29 but it's possible Mar 27 18:01:57 TAsn: great to hear that you have some free time :D Mar 27 18:02:15 we need to fill it with some work Mar 27 18:04:53 btw. TAsn you was the one I talked to at the cebit, right? Mar 27 18:05:36 yes Mar 27 18:07:02 TAsn: ok, sorry that I didn't got the association between you and your nick ... I realized it at home Mar 27 18:07:25 hehe it's ok. Mar 27 18:07:32 ok :) Mar 27 18:08:07 sadly as we could have talked more about SHR things if I would have realized who you are Mar 27 18:08:45 I tried Mar 27 18:08:50 but you sounded reluctant to :P Mar 27 18:09:57 maybe I didn't realized what you wanted from as it was a new situation for me ... never talked to englisch professionals before :) (my spoken englisch is very bad as you may have discovered ...) Mar 27 18:10:43 you english was good, your willingness to speak in english was bad :P Mar 27 18:10:50 you guys switched too german all to often :P Mar 27 18:10:57 too* Mar 27 18:11:02 it was never meant to be reluctant ... sorry if I placed this in your mind Mar 27 18:11:27 my english was good? good to hear Mar 27 18:12:19 I hope I will get it done better when we meet another time Mar 27 18:14:12 well, cedric (from e) is trying to drag me to a french-con sometime Mar 27 18:14:32 ok Mar 27 18:14:47 or possibly fosdem even Mar 27 18:14:56 which is close to you (I assume) Mar 27 18:15:00 no idea yet Mar 27 18:15:18 Hi, how's shr-unstable and ext4 on rootfs sdcard? Mar 27 18:15:54 TAsn: we will see :) Mar 27 18:16:05 maybe we will do a FSOSHRUDCon this year ... Mar 27 18:16:29 this year = in less than 6 months? Mar 27 18:16:38 I don't know Mar 27 18:16:41 I seriously started thinking about moving to europe Mar 27 18:16:45 it's just a idea Mar 27 18:16:52 so when I move, it'll be easier Mar 27 18:16:52 ah ok Mar 27 18:16:55 when/if Mar 27 18:16:59 great to hear Mar 27 18:17:02 it'll be easier for me to come :P Mar 27 18:17:27 we need to find someone organizing a FSOSHRUDCon Mar 27 18:17:37 or first try to find out how much interest is there Mar 27 18:19:03 I wanted to come last time as well Mar 27 18:19:24 but it's a lot of money Mar 27 18:19:31 and actually last time it wasn't even about my money Mar 27 18:19:43 about the money* Mar 27 18:19:50 I just couldn't attend Mar 27 18:20:03 money was even my problem last time Mar 27 18:20:35 It was fairly easy (but still ~1k eu) for me to come to cebit Mar 27 18:20:48 because I was already going to europe at those dates Mar 27 18:20:59 1k is very much Mar 27 18:21:05 nothing I can pay atm Mar 27 18:21:24 1k is more than I expected Mar 27 18:21:35 damn european trains costing me 200eu Mar 27 18:23:34 :) Mar 27 18:23:48 you only went by train in germany? Mar 27 18:24:24 and your company didn't pay the trip? Mar 27 18:24:31 no, took a flight to germany Mar 27 18:24:38 train from germany to france Mar 27 18:24:51 morphis, it was too late when I decided to come Mar 27 18:24:56 ok Mar 27 18:25:10 really wasn't enough time to handle all the bureaucracy involved in getting such thing approved Mar 27 18:25:16 so I decided to go and fund myself Mar 27 18:25:26 big companies ... Mar 27 18:25:57 mickeyl: ping Mar 27 18:25:59 yeah. Mar 27 18:26:15 small companies are sometimes better ... Mar 27 18:26:22 I even work for some big company here in germany Mar 27 18:26:38 it's crazy what you have to do to get some little stuff done Mar 27 18:26:40 usually small companies don't fund such trips, so I guess not really :P Mar 27 18:26:47 ok :) Mar 27 18:27:15 it depends on what we mean with "small" and "big" Mar 27 18:27:37 morphis: pöng Mar 27 18:27:47 mickeyl: great, you are back from dinner :) Mar 27 18:28:02 just for a second Mar 27 18:28:05 was just a test to see if you are working on getting ppp running the pre again :) Mar 27 18:28:06 tv evening starts Mar 27 18:28:10 heh Mar 27 18:28:10 ah ok Mar 27 18:28:16 then have fun with tv :) Mar 27 18:28:31 morphis, by small and big I mean: tiny and huge Mar 27 18:28:31 thanks :) Mar 27 18:28:31 :P Mar 27 18:28:39 TAsn: :) Mar 27 18:28:58 then my small is bigger than your tiny and our big is the same I think Mar 27 18:29:29 in financial amount anyway in employee amount I don't know Mar 27 18:29:59 TAsn: anyway, you indicated you maybe can do the work for a shr battery e gadget? Mar 27 18:30:42 not really, I meant I can help if needed. Mar 27 18:30:58 morphis, no way I'm going to use e_dbus Mar 27 18:31:00 :) Mar 27 18:31:12 mrmoku, ^ Mar 27 18:31:22 that's what prevented me to do it the last time.. Mar 27 18:31:28 what prevented me from doing it* Mar 27 18:31:51 ok Mar 27 18:32:21 just to make sure there is no misunderstanding regarding the scope of work I plan on doing over the weekend :P Mar 27 18:32:22 TAsn: e-dbus would be obligatory? Mar 27 18:32:36 you can potentially use libphone-ui Mar 27 18:32:44 and patch e Mar 27 18:32:47 with the glib integration you can use gdbus Mar 27 18:32:50 to run ecore with glib Mar 27 18:32:56 should make it a _lot_ simpler Mar 27 18:33:06 mickeyl, I'm not sure glib integration is on by default Mar 27 18:33:09 never bothered checking Mar 27 18:33:15 but that's what I said Mar 27 18:33:18 right, still worth a try Mar 27 18:33:24 you can if you want patch e Mar 27 18:33:30 and keep a patch to do it Mar 27 18:33:40 and then you can do whatever you want Mar 27 18:34:11 e's code won't change dramatically any time soon, especially not that part, so the patch will work for a long time... Mar 27 18:34:29 and this way it will be possible to use libphone-ui Mar 27 18:34:39 though honestly, I don't even have a decent dev env here Mar 27 18:34:54 only jama's chroot Mar 27 18:35:00 but that means compiling to the phone all the time Mar 27 18:35:12 bottom line Mar 27 18:35:21 I can help where needed, but the work itself is pretty short Mar 27 18:36:14 TAsn: but we need to find some who does the job Mar 27 18:36:28 I can't do it as I am too busy with other things already Mar 27 18:36:39 hm.. google summer of code? (j/k) Mar 27 18:36:46 maybe captaingloo can do it Mar 27 18:37:05 it really is a tiny amount of work if you have everything set up Mar 27 18:37:12 you just shove it to the shr-e-gadgets Mar 27 18:37:13 package Mar 27 18:37:24 that already does the magic needed Mar 27 18:37:31 to create out-of-source modules Mar 27 18:37:41 ok Mar 27 18:38:11 maybe a few adjustments here and there are in order Mar 27 18:38:24 I would like to ask Slyon if he wants to do it Mar 27 18:40:34 anyhow, food. Mar 27 18:41:17 hi GNUtoo|bug20 Mar 27 18:41:23 hi Mar 27 18:41:30 mickeyl, btw, because it's a fairly simple module and that it already use e_dbus (for hal...) it'll probably be easier to just use the damn thing. Mar 27 18:41:43 it's not that different from glib dbus bindings Mar 27 18:41:47 i.e as awful :) Mar 27 18:42:04 well actually maybe less awful Mar 27 18:42:07 I don't remember either Mar 27 18:42:09 bye. Mar 27 18:42:26 (been avoiding dbus for a while) Mar 27 18:42:47 GNUtoo|bug20: I started working on the baseband yesterday. Here's what I have so far: http://pastie.org/private/baipfekwj56fr4yvcvn95a Mar 27 18:43:19 Lopi, I've to push a kernel recipe+defconfig Mar 27 18:43:24 I'll look right after Mar 27 18:43:29 okay thanks Mar 27 18:43:52 I also updated the wiki: http://trac.shr-project.org/trac/wiki/News Mar 27 18:49:11 Lopi: do you copied the unlockWildcard() method from somewhere? Mar 27 18:50:07 morphis: yeah, it's from the idroid ril source Mar 27 18:50:13 hi there Mar 27 18:50:18 morphis: I'm slowly adapting it for fso gsm dbus api Mar 27 18:50:38 TAsn, morphis why not adding fso support to already exiting battery gadget? Mar 27 18:50:42 Lopi: ok where do I find the android ril source for the iPhone? Mar 27 18:50:45 it has several backends already afaik Mar 27 18:50:49 pespin: hm Mar 27 18:50:56 pespin: if we can do it why not Mar 27 18:51:04 TAsn: that's why i'd suggest gdbus, it's a completely different story to glib-dbus Mar 27 18:51:07 morphis: the unlockWildcard() function must be executed before the baseband will work (for people with working SIM) Mar 27 18:51:10 pespin: I just want to have a working battery gadget which uses FSO api Mar 27 18:51:15 I could be able to do it I suppouse (not sure) but my problem is time hehe Mar 27 18:51:29 Lopi: everytime you power on the modem? Mar 27 18:51:32 morphis: https://github.com/iDroid-Project/vendor_apple/tree/gingerbread/libril/pmb8878 Mar 27 18:51:39 morphis: the modem is always on Mar 27 18:51:42 university+music takes me lots of time Mar 27 18:51:44 pespin: Slyon already indicated to me he wants to work on it oo Mar 27 18:52:03 morphis: however, every time I boot SHR/Android this function must be executed before the bb will work Mar 27 18:52:06 and next week I'm starting parcial exams (I think, I'm not sure, I haven't looked at it yet :P) Mar 27 18:52:17 pespin: ok Mar 27 18:52:21 ah ok, I haven't finished reading backlog yet Mar 27 18:52:34 Lopi: you need to execute it only once? Mar 27 18:53:26 morphis: yeah, but I need to execute ultraUnlock() when people rely on an unlock for the baseband to work. i.e. people with an iPhone3G that use a carrier other than AT&T Mar 27 18:53:38 morphis: so there's two scenarios I need to account for Mar 27 18:54:31 well, imho best way to do the battery thing would be adding a backend using e_dbus, and enable the option at compile time through configure option Mar 27 18:54:39 as I did with enjoy Mar 27 18:54:45 like --enable-fso Mar 27 18:55:00 if you use that at compile time, you gain FSO capabilities Mar 27 18:55:04 ok Mar 27 18:56:02 Lopi: it really looks like this code needs to be executed when the modem is opened Mar 27 18:56:15 as it is sending at commands Mar 27 18:56:28 and when you do a hard reset of the modem you need to execute them again Mar 27 18:57:39 Lopi: as far as I can see you should create a new channel class which interhits from AtChannel Mar 27 18:58:05 then you should execute all the logic which is needed the initialize the modem correctly in the initialize() method of the channel Mar 27 18:59:03 for an example look at the other modem plugins we have Mar 27 19:00:14 mickeyl, yeah I know it's a different story. No need for that though, we already have libphone-ui that's even simpler. Mar 27 19:00:38 pespin, if it depends on libphone-ui it's less than wanted Mar 27 19:00:52 but if it'll use e_dbus Mar 27 19:00:59 yeah, that's a good possibility. Mar 27 19:01:49 morphis: yeah, you're completely right. it must be executed when the modem is opened Mar 27 19:02:27 ok Mar 27 19:02:40 TAsn, why should it depend on libphoneui? Mar 27 19:02:54 pespin, it shouldn't, we were just talking about easy alternatives Mar 27 19:03:00 ah ok Mar 27 19:03:10 e_dbus is the way to go if it's inside of e Mar 27 19:03:33 well, I don't think adding a backend to the existing module is more difficult than actually creating a new one from scratch Mar 27 19:04:24 batget.c isn't really nice.. Mar 27 19:05:29 pespin, you don't want to write it from scratch Mar 27 19:05:35 just remove crap Mar 27 19:05:39 and overhaul stuff Mar 27 19:05:56 ok Mar 27 19:14:46 hmmm Mar 27 19:14:55 Lopi, does it compile? Mar 27 19:15:26 GNUtoo|bug20: I seriously doubt it. There's still functions from android ril sitting in the code. Mar 27 19:15:33 ok Mar 27 19:15:38 so 1) make it compile Mar 27 19:15:52 2) after that we'll look how to make it execute that unlock code Mar 27 19:16:02 morphis, already commented on it it seems Mar 27 19:16:35 I have to eat at some point Mar 27 19:17:04 Lopi: ask as early as possible me or mickeyl how to do it right Mar 27 19:18:09 okay, I'll try to do your suggestions then get back to you Mar 27 19:18:54 ok Mar 27 19:19:50 morphis, to get it right should he modify singleline or should we guide him trough a forking of singleline with autotools modifications etc...? Mar 27 19:20:06 hm Mar 27 19:21:43 modifying singleline in place get him started more quickely Mar 27 19:21:57 but forking it permit to commit stuff upsrteam Mar 27 19:46:54 pespin: it seems it's not wise to define field ref_count in a class :) Mar 27 19:47:24 zub, why are you doing it? Mar 27 19:47:47 well, I wanted my own ref counter for something and what I get seems like some vala-c clash Mar 27 19:47:50 error: duplicate member 'ref_count' Mar 27 19:48:17 but only when compiling the generated c code... shouldn't valac spit an error? Mar 27 19:48:37 or better even, if there's some hidden ref_count, it should not interfere Mar 27 19:49:30 zub, uhm afaik it can happen sometimes when you use some names which are used somehow in the generated C code to manage gobjects Mar 27 19:49:42 yeah, so it seems Mar 27 19:50:04 zub, but you can overcome EFL problems as I told you before Mar 27 19:50:14 no need to play with references in that way Mar 27 19:50:19 * pespin going to have dinner, bbl Mar 27 19:50:27 I'm using it for something else Mar 27 19:50:39 pespin, why does vala generate names that don't start with __ ? Mar 27 19:50:40 though I could probably use glib's ref counting anyway Mar 27 19:52:19 what I want... you ask a (let's call it) factory: get(something) and it either creates it or returns an instance that was created before Mar 27 19:52:50 but I don't want the cached instances to count for ref counting... i.e. something like weak pointers... Mar 27 19:52:57 is "unowned" what I want? Mar 27 19:54:09 btw. is there some more appropriate channel for vala? Mar 27 19:54:56 morphis: did you ever get a data connection on the pre with anything != webOS? Mar 27 20:14:24 morphis: hmm: Mar 27 20:14:30 bbs Mar 27 20:14:40 Jan 1 03:33:37 palmpre daemon.debug pppd[2981]: sent [IPCP ConfReq id=0x1 ] Mar 27 20:14:40 Jan 1 03:33:37 palmpre user.info kernel: [12798.360000] cdc_acm 1-1:1.0: connection speed change: 262144 bps up, 0 bps down Mar 27 20:14:40 Jan 1 03:33:37 palmpre user.info kernel: [12798.390000] cdc_acm 1-1:1.0: connection speed change: 262144 bps up, 262144 bps down Mar 27 20:14:51 why is cdc_acm changing its speed while we're talking to it? Mar 27 20:31:48 zub, #vala at GIMPNet Mar 27 20:32:00 pespin: thx Mar 27 20:33:02 zub, yes you want unowned Mar 27 20:33:15 morphis: no luck with either the internal stack nor the external :/ Mar 27 20:33:26 zub, when you get an unowned reference it means the ref count is not incremented Mar 27 20:33:42 afaik, I'm not sure ;) Mar 27 20:33:48 it's quite confusing hehe Mar 27 20:36:01 pespin: well, that's all fine and dandy - but what happens then the instance is destroyed? do I get a dangling reference, or does the unowned value 'magically' turn to null? Mar 27 20:37:24 zub, you mean what happens to the var which has the weak reference? Mar 27 20:39:15 pespin: GLib.Object o = new something(); unowned GLib.Object u = o; o = null; if (u != null) { /* bad */ } else { /* works like weak pointer */ } Mar 27 20:40:02 zub, not sure, try running it ;) Mar 27 20:40:10 na ja :) Mar 27 20:40:51 zub, or ask it in #vala in GIMPNet Mar 27 20:48:14 morphis: Bleh, I'm confused about the baseband. I don't think I understand what you recommended to do. Mar 27 20:52:31 mickeyl: can you explain me the steps you did, maybe I see the problem then Mar 27 20:52:42 mickeyl: I never really tried to get ppp working Mar 27 20:52:56 but I didn't saw anything special in webOS for that Mar 27 20:54:37 Lopi: lets talk about that later, I have to leave in some minutes Mar 27 20:55:05 okay Mar 27 20:55:21 grrr grrr it doesn't boot!!!!! Mar 27 20:55:33 the n900 with my kernel changes Mar 27 20:55:46 it doesn't even arrives until framebuffer console Mar 27 20:55:52 nothing black screen Mar 27 20:55:59 I knew I shouldn' Mar 27 20:56:04 I knew I shouldn't have done it Mar 27 20:58:39 mickeyl: the only thing I know is that you should a recieve an connect even with msmcommd with type = DATA when the connection is established Mar 27 20:59:18 grrr Mar 27 20:59:31 * GNUtoo|bug20 tries to calm down Mar 27 21:00:13 morphis, Lopi has the mailing list also Mar 27 21:00:23 I keep telling him to ask on the mailing list Mar 27 21:01:15 I've to use mtdoops I bet Mar 27 21:01:29 I'll write to the mailing list Mar 27 21:01:59 * Lopi needs to start running with the wind instead of against it Mar 27 21:04:44 pespin: fyi: the test goes the 'bad' way Mar 27 21:05:18 zub, yeah, I though so ;) Mar 27 21:05:21 *thought Mar 27 21:09:22 <[Rui]> GNUtoo|bug20: the boot problem means you could have bricked it? hope not Mar 27 21:10:06 not at all Mar 27 21:10:17 I even know how to findout the problem Mar 27 21:10:30 the problem is that I can't stand doing phone work anymore Mar 27 21:10:38 I get very nervous when I do Mar 27 21:11:21 <[Rui]> GNUtoo|bug20: easy does it! Mar 27 21:11:44 nervous means that rage-against-the-machine Mar 27 21:12:01 that kind of nervous Mar 27 21:12:04 no serial port Mar 27 21:12:05 it Mar 27 21:12:14 it's hot here(italy) Mar 27 21:12:16 etc... Mar 27 21:13:55 <[Rui]> GNUtoo|bug20: here(portugal) too, 22:09 and 14C Mar 27 21:15:54 23:14 and 15C .... Hurray for me! I win :P Mar 27 21:16:26 <[Rui]> pespin: there must be a heatwave over there. Mar 27 21:16:47 <[Rui]> I'm nearer to the atlantic than to the mediterranean sea Mar 27 21:17:10 well, I'm really enjoying the weather last days :) Mar 27 21:17:46 I'm having great time having lunch in the university pub outside, lots of sun :D Mar 27 21:21:42 does the sensor of the CPU count as ambient heat? Mar 27 21:26:40 lol **** ENDING LOGGING AT Mon Mar 28 02:59:57 2011