Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-11-06 Thread Dan Williams
On Wed, 2012-10-31 at 10:14 +0100, Marius Kotsbak wrote: Den 31. okt. 2012 09:05, skrev Aleksander Morgado: On 30/10/12 22:44, Dan Williams wrote: So I'd love to do this, and I actually pushed it along with a fix to Sierra. But then when testing it out with my 8775 and 8781, they both

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-10-31 Thread Aleksander Morgado
On 30/10/12 22:44, Dan Williams wrote: So I'd love to do this, and I actually pushed it along with a fix to Sierra. But then when testing it out with my 8775 and 8781, they both crash when going from CFUN=4 - CFUN=1. I've always had reliability/crashing issues with the 8775, and I've even

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-10-31 Thread Marius Kotsbak
Den 31. okt. 2012 09:05, skrev Aleksander Morgado: On 30/10/12 22:44, Dan Williams wrote: So I'd love to do this, and I actually pushed it along with a fix to Sierra. But then when testing it out with my 8775 and 8781, they both crash when going from CFUN=4 - CFUN=1. I've always had

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-10-30 Thread Marius Kotsbak
Den 09. sep. 2012 21:56, skrev Marius Kotsbak: Den 09. sep. 2012 17:39, skrev Marius Kotsbak: See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) See attached patch to avoid that

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-10-30 Thread Dan Williams
On Tue, 2012-10-30 at 18:07 +0100, Marius Kotsbak wrote: Den 09. sep. 2012 21:56, skrev Marius Kotsbak: Den 09. sep. 2012 17:39, skrev Marius Kotsbak: See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-10-30 Thread Marius Kotsbak
Den 30. okt. 2012 18:54, skrev Dan Williams: On Tue, 2012-10-30 at 18:07 +0100, Marius Kotsbak wrote: Den 09. sep. 2012 21:56, skrev Marius Kotsbak: Den 09. sep. 2012 17:39, skrev Marius Kotsbak: See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c |

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-10-30 Thread Dan Williams
On Tue, 2012-10-30 at 18:53 +0100, Marius Kotsbak wrote: Den 30. okt. 2012 18:54, skrev Dan Williams: On Tue, 2012-10-30 at 18:07 +0100, Marius Kotsbak wrote: Den 09. sep. 2012 21:56, skrev Marius Kotsbak: Den 09. sep. 2012 17:39, skrev Marius Kotsbak: See patch attached. sierra: use

[MM] Power down during init (was: Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down)

2012-09-18 Thread Aleksander Morgado
Hey Dan and Marius, Power Up = enabled Power Down = disabled So we already have those states in ModemManager via the Enable() method and the modem states. It's just that not all devices actually implement the low-power mode when disabling, partially because we're not always sure of the

Re: [MM] Power down during init (was: Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down)

2012-09-18 Thread Dan Williams
On Tue, 2012-09-18 at 19:45 +0200, Marius Kotsbak wrote: 2012/9/18 Aleksander Morgado aleksan...@lanedo.com Hey Dan and Marius, Power Up = enabled Power Down = disabled So we already have those states in ModemManager via the

Re: [MM] Power down during init (was: Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down)

2012-09-18 Thread Marius Kotsbak
2012/9/18 Marius Kotsbak marius.kots...@gmail.com 2012/9/18 Aleksander Morgado aleksan...@lanedo.com Hey Dan and Marius, Power Up = enabled Power Down = disabled So we already have those states in ModemManager via the Enable() method and the modem states. It's just that not all

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-18 Thread Marius Kotsbak
2012/9/10 Aleksander Morgado aleksan...@lanedo.com See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) This also needs to be intregrated in the master branch version.

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-18 Thread Dan Williams
On Tue, 2012-09-18 at 22:15 +0200, Marius Kotsbak wrote: 2012/9/10 Aleksander Morgado aleksan...@lanedo.com See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32

Re: [MM] Power down during init (was: Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down)

2012-09-18 Thread Ben Chan
I briefly tested the patch on Samsung/Icera Y3300/Y3400 modems. Planning to do some more stress tests later this week. It may not be a bad idea to allow a plugin to override the power-down-on-initialization behavior. Thanks, Ben On Tue, Sep 18, 2012 at 7:24 AM, Aleksander Morgado

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-10 Thread Aleksander Morgado
See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) This also needs to be intregrated in the master branch version. Attached is my attempt to do it, but it seems not to work. I

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-10 Thread Aleksander Morgado
See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) This also needs to be intregrated in the master branch version. Attached is my attempt to do it, but it seems not to

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-10 Thread Aleksander Morgado
See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) This also needs to be intregrated in the master branch version. Attached is my attempt to do it, but it seems not to

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-10 Thread Dan Williams
On Mon, 2012-09-10 at 14:21 +0200, Aleksander Morgado wrote: See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) This also needs to be intregrated in the master

Re: [MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-10 Thread Aleksander Morgado
Power Up = enabled Power Down = disabled So we already have those states in ModemManager via the Enable() method and the modem states. It's just that not all devices actually implement the low-power mode when disabling, partially because we're not always sure of the side-effects. The

[MM master] Re: [MM06] [PATCH] sierra: use +CFUN=4 for powering down

2012-09-09 Thread Marius Kotsbak
Den 09. sep. 2012 17:39, skrev Marius Kotsbak: See patch attached. sierra: use +CFUN=4 for powering down plugins/mm-modem-sierra-gsm.c | 32 1 file changed, 32 insertions(+) This also needs to be intregrated in the master branch version. Attached is my