Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-29 Thread Aleksander Morgado
1) Does the device boot up in CFUN=1 mode already? This could be determined via minicom/screen without MM running. If it does (my 8775 modules do) then we could avoid this issue by having the startup code check AT+CFUN? before doing AT+CFUN=1 explicitly. I will try to implement this,

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-26 Thread Dan Williams
On Mon, 2011-05-23 at 07:58 +0200, Gerd Bavendiek wrote: Am 22.05.2011 00:44, schrieb Aleksander Morgado: Attached a patch which should do AT+CFUN=1 only if product ID is not 0x6832. Can you guys test it? Minor fix in the previous patch, please use the one here

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-21 Thread Gerd Bavendiek
Am 20.05.2011 12:38, schrieb Pantelis Koukousoulas: On Fri, May 20, 2011 at 12:59 PM, Aleksander Morgado aleksan...@lanedo.com wrote: Attached a patch which should do AT+CFUN=1 only if product ID is not 0x6832. Can you guys test it? Minor fix in the previous patch, please use the

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-21 Thread Aleksander Morgado
Attached a patch which should do AT+CFUN=1 only if product ID is not 0x6832. Can you guys test it? Minor fix in the previous patch, please use the one here instead. I updated the package in my ppa with your patch. Gerd, can you test the new one? I did so.

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-20 Thread Pantelis Koukousoulas
On Thu, May 19, 2011 at 11:00 PM, Gerd Bavendiek gerd.bavend...@googlemail.com wrote: I have a ID 1199:6832 Sierra Wireless, Inc. MC8780 Device. Unfortunately NetworkManager in Ubuntu 9.10 Karmic was the last version I could use the device with. I recently checked Ubuntu 11.04 Natty (coming

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-20 Thread Aleksander Morgado
From a cursory reading of the bug reports you cited it seems like some sierra modems crash when ModemManager sends CFUN=1 to them. Can you help verify if this is indeed the case with yours as well? So it really seems that not only Wavecom modems get a whole software restart

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-20 Thread Pantelis Koukousoulas
On Fri, May 20, 2011 at 10:10 AM, Aleksander Morgado aleksan...@lanedo.com wrote:  From a cursory reading of the bug reports you cited it seems like some sierra modems crash when ModemManager sends CFUN=1 to them. Can you help verify if this is indeed the case with yours as well? So

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-20 Thread Aleksander Morgado
From a cursory reading of the bug reports you cited it seems like some sierra modems crash when ModemManager sends CFUN=1 to them. Can you help verify if this is indeed the case with yours as well? So it really seems that not only Wavecom modems get a whole software restart

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-20 Thread Aleksander Morgado
Unfortunately I don't have any modemmanager experience or time to implement the quirk the right way, so if someone can start from the previous attached patch and fix the problem correctly, it would be great :) Attached a patch which should do AT+CFUN=1 only if product ID is not

Re: 1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-20 Thread Pantelis Koukousoulas
On Fri, May 20, 2011 at 12:59 PM, Aleksander Morgado aleksan...@lanedo.com wrote: Attached a patch which should do AT+CFUN=1 only if product ID is not 0x6832. Can you guys test it? Minor fix in the previous patch, please use the one here instead. I updated the package in my ppa with your

1199:6832 Sierra Wireless, Inc. MC8780 not working with NetworkManager 0.8.3.998 / ModemManager 0.4

2011-05-19 Thread Gerd Bavendiek
Hi, sorry to bother you with a user problem. I have a ID 1199:6832 Sierra Wireless, Inc. MC8780 Device. Unfortunately NetworkManager in Ubuntu 9.10 Karmic was the last version I could use the device with. I recently checked Ubuntu 11.04 Natty (coming with NetworkManager version 0.8.3.998).