Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-14 Thread Kalle Valo
"Raghavendra. S" writes: > [Raghu]: I too met with this some time back. Assuming you enbled wifi > during compilation, following was the issue in my case. When I killed > connman. for some reason plugins directory (/usr/lib/connman/ > plugins/*) was getting deleted. So next time when I started co

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-14 Thread Kalle Valo
Samuel Ortiz writes: > Hi Kalle, Hi Samuel, > On Thu, Oct 14, 2010 at 08:25:17PM +0300, Kalle Valo wrote: >> >> I noticed that with the latest connman git version Broadcom's >> proprietary wl driver is detected as an ethernet device, not a wifi >> device. This was working few weeks back and my

Re: Service provisioning interface. Was: [PATCH] Add support for EAP configuration via service-api

2010-10-14 Thread Marcel Holtmann
Hi Lucio, > Back to service provisioning (EAP configuration on the fly). > > So now I'll have some time to work on this. > > I think the easiest way to do this, is to add support for inotify for > .config dir, and then add a Method to upload .config files that will > be read on the fly. in simp

Re: Suspend/Resume indications

2010-10-14 Thread Marcel Holtmann
Hi, > As you might be aware modem, supports suspend/resume indications in case > of cellular networks. > > Whether connman supports these? that is something that needs to be done inside oFono first. Regards Marcel ___ connman mailing list conn

Re: [PATCH 1/1] pacrunner: Protect shared data between pacrunner threads.

2010-10-14 Thread Marcel Holtmann
Hi Mohamed, > This more to start discussion on protect shared data. I am > not really familiar with js data so what this patch tried > to protect is the js object, if thread is running hold > the main thread to wait until the js thread finish. mean thread > only block once want to destroy and crea

[PATCH 1/1] pacrunner: Protect shared data between pacrunner threads.

2010-10-14 Thread Mohamed Abbas
This more to start discussion on protect shared data. I am not really familiar with js data so what this patch tried to protect is the js object, if thread is running hold the main thread to wait until the js thread finish. mean thread only block once want to destroy and create new js object. ---

Suspend/Resume indications

2010-10-14 Thread Raghavendra. S
Hi, As you might be aware modem, supports suspend/resume indications in case of cellular networks. Whether connman supports these? -- Regards & Thanks Raghavendra. S 9880329621 ___ connman mailing list connman@connman.net http://lists.connman.net/

[PATCH 1/1] Extract content from HTTP response.

2010-10-14 Thread Mohamed Abbas
This patch add HTTP parsing to gweb, it will parse the HTTP response then send the body to caller. This patch also add support to chunk encoding. --- gweb/gweb.c | 314 +- gweb/gweb.h |3 + tools/web-test.c | 18 +++- 3 files cha

mmap error

2010-10-14 Thread Raghavendra. S
Hi, I often get below error from connman. This occurs for cellular and wifi profiles also. Can any body tell me what is the issue? Is it ok to ignore this error? connmand[11654]: mmap error Cannot allocate memory for /usr/var/lib/connman/stats/ethernet_62477ed418ee_cable-roaming.data -- Re

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-14 Thread Raghavendra. S
Hi, I noticed that with the latest connman git version Broadcom's proprietary wl driver is detected as an ethernet device, not a wifi device. This was working few weeks back and my main suspect is the udev removal. [Raghu]: I too met with this some time back. Assuming you enbled wifi during compil

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-14 Thread Samuel Ortiz
Hi Kalle, On Thu, Oct 14, 2010 at 08:25:17PM +0300, Kalle Valo wrote: > Hi, > > I noticed that with the latest connman git version Broadcom's > proprietary wl driver is detected as an ethernet device, not a wifi > device. This was working few weeks back and my main suspect is the udev > removal.

Re: [PATCH] Probe element when a connman device driver register

2010-10-14 Thread Samuel Ortiz
Hi Joey, On Wed, Oct 13, 2010 at 09:58:14AM -0600, Joey Lee wrote: > Hi Sameul, > > 於 三,2010-10-13 於 16:07 +0200,Samuel Ortiz 提到: > > Hi guys, > > > > On Wed, Oct 13, 2010 at 10:33:04AM +0800, ying.an.d...@intel.com wrote: > > > From: Lee, Chun-Yi > > > > > > There have a race condition issue

Service provisioning interface. Was: [PATCH] Add support for EAP configuration via service-api

2010-10-14 Thread Lucio Maciel
Hello... Back to service provisioning (EAP configuration on the fly). So now I'll have some time to work on this. I think the easiest way to do this, is to add support for inotify for .config dir, and then add a Method to upload .config files that will be read on the fly. My plan is to: 1. Add

Broadcom's proprietary wl driver detected as ethernet

2010-10-14 Thread Kalle Valo
Hi, I noticed that with the latest connman git version Broadcom's proprietary wl driver is detected as an ethernet device, not a wifi device. This was working few weeks back and my main suspect is the udev removal. -- Kalle Valo ___ connman mailing lis

Re: connman crash with ofono

2010-10-14 Thread Cristiano Fernandes
Hi Samuel, On Thu, Oct 14, 2010 at 11:59 AM, Samuel Ortiz wrote: > Hi Cristiano, > > On Thu, Oct 14, 2010 at 10:54:03AM -0300, Cristiano Fernandes wrote: >> Last mail was too long, sorry :-) >> >> This is probably happening when a null netmask send to >> __connman_ipconfig_netmask_prefix_len, cra

Re: few doubts

2010-10-14 Thread Samuel Ortiz
Hi Raghavendra, On Thu, Oct 14, 2010 at 05:04:15AM -0700, Raghavendra. S wrote: > Hi, > > I have few doubts about connman and profile management. > > >1. Does connman supports MMS profiles? No, this is not ConnMan's business. You will get more details about MMS support from the oFono folks.

Re: connman crash with ofono

2010-10-14 Thread Samuel Ortiz
Hi Cristiano, On Thu, Oct 14, 2010 at 10:54:03AM -0300, Cristiano Fernandes wrote: > Last mail was too long, sorry :-) > > This is probably happening when a null netmask send to > __connman_ipconfig_netmask_prefix_len, crashing at inet_network with > null parameter. > I will reproduce the crash a

Re: connman crash with ofono

2010-10-14 Thread Cristiano Fernandes
Hi Daniel, On Thu, Oct 14, 2010 at 9:19 AM, Daniel Wagner wrote: > Samuel here is the log and the description I did: > >  - started up connman >  - started ofono >  - ofono/test/enter-pin >  - connected to ethernet (using carrick) >  - connected to vodafone (using carrick) > >  connman connected

few doubts

2010-10-14 Thread Raghavendra. S
Hi, I have few doubts about connman and profile management. 1. Does connman supports MMS profiles? 2. meego/moblin which uses connman, will they support add/delete profile? if yes, can any body please tell me how this is done? 3. I have scanned, saved passphrase and connected to an A

Re: stats: reduce number of open files

2010-10-14 Thread Daniel Wagner
Hi Marcel, On Thu, Oct 14, 2010 at 11:02:05AM +0300, Marcel Holtmann wrote: > Hi Daniel, > > > > > $ sudo lsof +p 7061 | grep stats > > > > connmand 7061 root memREG 8,18 4096 927984 > > > > /var/lib/connman/stats/ethernet_028037ec0200_cable.data > > > > connmand 7061 roo

Re: connman crash with ofono

2010-10-14 Thread Marcel Holtmann
Hi Daniel, > connman trunk just crashed on my (no local modifications). I was using > ofono with my MBM and it looks like the connection was lost in > ofono... they are caused by the netlink based IP setting patches. I have seen the same crash. Regards Marcel _

connman crash with ofono

2010-10-14 Thread Daniel Wagner
connman trunk just crashed on my (no local modifications). I was using ofono with my MBM and it looks like the connection was lost in ofono... connmand[10359]: Aborting (signal 11) connmand[10359]: backtrace connmand[10359]: [0]: /lib64/libpthread.so.0() [0x3efc20f0f0] connmand[1

Re: stats: reduce number of open files

2010-10-14 Thread Marcel Holtmann
Hi Daniel, > > > $ sudo lsof +p 7061 | grep stats > > > connmand 7061 root memREG 8,18 4096 927984 > > > /var/lib/connman/stats/ethernet_028037ec0200_cable.data > > > connmand 7061 root memREG 8,18 4096 927988 > > > /var/lib/connman/stats/cellular_

Re: stats: reduce number of open files

2010-10-14 Thread Daniel Wagner
Good Morning Samuel, On Wed, Oct 13, 2010 at 04:30:46PM +0200, Samuel Ortiz wrote: > > $ sudo lsof +p 7061 | grep stats > > connmand 7061 root memREG 8,18 4096 927984 > > /var/lib/connman/stats/ethernet_028037ec0200_cable.data > > connmand 7061 root memREG