**** BEGIN LOGGING AT Thu Feb 25 02:59:58 2010 Feb 25 15:37:29 Hi denkenz may I ask you one question? Feb 25 15:57:03 Djdas: sure Feb 25 15:57:32 thanks :) Feb 25 15:57:34 so Feb 25 15:57:47 I was trying to run 0.17 on my Freerunner Feb 25 15:57:55 to test the new distribution Feb 25 15:58:14 but it didn't worked Feb 25 15:58:30 what specifically? Feb 25 15:58:30 I'll try to explain as I don't have many details unluckily Feb 25 15:58:59 it seems oFono is not able to communicate with the modem BUT it knows it's there Feb 25 15:59:13 so when I ask Manager.GetProperties I get the path /freerunner Feb 25 15:59:43 while issuing any command like a simple SetProperty to power up the modem it doesn't do anything Feb 25 15:59:53 I did many tests Feb 25 16:00:20 and maybe found the solution but I'd like to share my thoughts with you Feb 25 16:00:32 I think it could be a problem with a "nodebug" kernel Feb 25 16:00:39 is it possible? Feb 25 16:01:02 what is a nodebug kernel? And I doubt it Feb 25 16:01:38 we built a kernel without the debug stuffs to have a more responsive device and using that kernel oFono works only if I run with -n and outputting OFONO_AT_DEBUG data to the console Feb 25 16:02:45 No idea, ofono debugs to syslog Feb 25 16:03:00 So you have to check whether anything else that logs to syslog is affected Feb 25 16:03:33 it seems there are some serial sync problems with the modem Feb 25 16:03:45 Give me the output of ofonod -n -d '*' with OFONO_AT_DEBUG=1 Feb 25 16:04:14 the strange thing is that running with -n -d it works great Feb 25 16:04:43 so this is why I was not able to write on the list any info Feb 25 16:05:02 because it doesn't work only if run as a daemon Feb 25 16:05:19 I could send you the kernel if you have the time to try it Feb 25 16:06:01 Well try it on a normal kernel first :P Feb 25 16:06:10 I don't see how this is an ofono problem Feb 25 16:19:23 with the normal kernel it works well in daemon mode Feb 25 16:19:46 this is why I thought as a sync problem Feb 25 16:21:07 I honestly don't know what could cause it Feb 25 16:22:14 me too :P I hoped in a suggestion :D Feb 25 16:24:09 thank you very much denkenz Feb 25 17:08:32 bye :) Feb 25 18:09:38 i've seen the serial communication stall sometimes on the Palm Pre, it was very strange, definitely a kernel problem Feb 25 18:10:05 doing something like echo -n > /dev/modem sometimes would wake it up (i.e. opening and closing the tty) Feb 25 18:19:22 he's gone already unfortunately Feb 25 21:06:12 holtmann: Any verdict on those gdbus patches btw? Feb 25 21:07:12 I am a bit backlogged. First glance they look all good. I will get to applying them. Feb 25 21:13:57 nod, sanity check the fixed array ones as I haven't tested those (no fixed arrays in oFono) Feb 26 02:18:27 denkenz: here? Feb 26 02:19:19 denkenz: i can understand most of your comments. but why we need MIN(len, sizeof(buf)-1)? Feb 26 02:19:39 denkenz: and for server->full_list, i think it won't be NULL. Feb 26 02:20:22 denkenz: in can_write_data, we have check g_slist_length(server->full_list) > 1 to prevent remove the last buffer from full_list Feb 26 02:21:59 denkenz: and for #define WRITE_BUF_SIZE 4096, i plan to remove that and simply #define BUF_SIZE 4096. not need to define BUF_SIZE=4 any more. what do u think? **** ENDING LOGGING AT Fri Feb 26 02:59:57 2010