Adding some more debug messages by the patch below, reveals:

Apr 24 19:11:38 marius-T1005 NetworkManager[3346]: <warn> GSM connection
failed: (32) Unknown registration status response: AT+CREG?#015


--- modemmanager-0.4+git.20110124t203624.00b6cce.orig/src/mm-generic-gsm.c
+++ modemmanager-0.4+git.20110124t203624.00b6cce/src/mm-generic-gsm.c
@@ -2540,8 +2540,10 @@ handle_reg_status_response (MMGenericGsm
     }
 
     if (!match_info) {
-        g_set_error_literal (error, MM_MODEM_ERROR, MM_MODEM_ERROR_GENERAL,
-                             "Unknown registration status response");
+        GString *error_msg = g_string_new("");
+        g_string_printf (error_msg, "Unknown registration status response: 
%s", response->str);
+        
+        g_set_error_literal (error, MM_MODEM_ERROR, MM_MODEM_ERROR_GENERAL, 
error_msg->str);
         return FALSE;
     }

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

Title:
  Reconnect not possible after disconnection or lost connection using
  Ericsson MBM

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

Reply via email to