Comment 3 for bug 290177

Revision history for this message
Eddi (eddi-depieri) wrote : Re: NM 0.7: GSM connections won't work with PIN code protected modems - despite having supplied the correct PIN for the connection in nm-connection-editor

I confirm the problem too.

My device answer to ATZ E0 V1 X4 &C1 +FCLASS=0 with ok only after a entered a correct pin with AT+CPIN=1234

so i think the init sequence algorithm should be:
ATZ
if (modem answer ok, and defined(pin)) {
         AT+CPIN=$PIN
}

AT E0 V1 X4 &C1 +FCLASS=0