I tried MM_06 but the problem is still there.

This is the patch that allows reconnecting:
==================================
diff --git a/src/mm-generic-gsm.c b/src/mm-generic-gsm.c
index cfd31a9..fa18f2c 100644
--- a/src/mm-generic-gsm.c
+++ b/src/mm-generic-gsm.c
@@ -3919,7 +3919,8 @@ disconnect_done (MMModem *modem,
         return;
 
     priv = MM_GENERIC_GSM_GET_PRIVATE (modem);
-    if (error) {
+    /* PRU 2013.03.03: If the port is closed do not consider it as error */
+    if (error && error->code != MM_SERIAL_ERROR_NOT_OPEN) {
         info->error = g_error_copy (error);
         /* Reset old state since the operation failed */
         prev_state = GPOINTER_TO_UINT (mm_callback_info_get_data (info, 
MM_GENERIC_GSM_PREV_STATE_TAG));
==================================

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/438150

Title:
  NetworkManager fails to reconnect 3G modem after disconnect -- Huawei

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/438150/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to