EC20CEFILG-128-SGNS module not connected to the network (PAKISTAN)

Hello,
Recently I buy an LTE/GSM/GPS module from china (EC20CEFILG). Using Qnavigator i test the module on the USB port of my pc.
Issues:
The module does not connect to the Network
No message sending from the module.

Command outputs:
/* Start AT SYNC: Send AT every 500ms, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail */
[2022-09-30 14:40:01:199_S:] AT
[2022-09-30 14:40:01:205_R:] AT
[2022-09-30 14:40:01:206_R:] OK

/* Use ATV1 to set the response format */
[2022-09-30 14:40:01:209_S:] ATV1
[2022-09-30 14:40:01:211_R:] ATV1

[2022-09-30 14:40:01:214_R:] OK

/* Use ATE1 to enable echo mode */
[2022-09-30 14:40:01:217_S:] ATE1
[2022-09-30 14:40:01:220_R:] ATE1

[2022-09-30 14:40:01:220_R:] OK

/* Use AT+CMEE=2 to enable result code and use verbose values */
[2022-09-30 14:40:01:221_S:] AT+CMEE=2
[2022-09-30 14:40:01:225_R:] AT+CMEE=2

[2022-09-30 14:40:01:225_R:] OK

/* Get the baudrate, if the value is 0 (auto baudrate), then it will be set to 115200 (fixed baudrate) to assure reliable communication and avoid any problems caused by undetermined baudrate between DCE and DTE, value of IPR should be saved with AT&W */
[2022-09-30 14:40:01:226_S:] AT+IPR?
[2022-09-30 14:40:01:231_R:] AT+IPR?

[2022-09-30 14:40:01:231_R:] +IPR: 115200

[2022-09-30 14:40:01:231_R:] OK

/* Use ATI to get module information of Manufacturer ID, Device module and Firmware version */
[2022-09-30 14:40:01:241_S:] ATI
[2022-09-30 14:40:01:248_R:] ATI

[2022-09-30 14:40:01:248_R:] Quectel
[2022-09-30 14:40:01:248_R:] EC20F
[2022-09-30 14:40:01:248_R:] Revision: EC20CEFILGR06A03M1G_OCPU_BETA0628

[2022-09-30 14:40:01:248_R:] OK

/* Use AT+GSN to query the IMEI of module */
[2022-09-30 14:40:01:261_S:] AT+GSN
[2022-09-30 14:40:01:267_R:] AT+GSN

[2022-09-30 14:40:01:272_R:] 864337058639502

[2022-09-30 14:40:01:272_R:] OK
[2022-09-30 14:40:01:275_S:] ATI
[2022-09-30 14:40:01:281_R:] ATI

[2022-09-30 14:40:01:281_R:] Quectel
[2022-09-30 14:40:01:281_R:] EC20F
[2022-09-30 14:40:01:281_R:] Revision: EC20CEFILGR06A03M1G_OCPU_BETA0628

[2022-09-30 14:40:01:281_R:] OK
[2022-09-30 14:40:01:287_S:] AT+QURCCFG=“URCPORT”,“usbat”
[2022-09-30 14:40:01:294_R:] AT+QURCCFG=“URCPORT”,“usbat”

[2022-09-30 14:40:01:294_R:] OK

/* Use AT+CPIN? to query the SIM card status : SIM card inserted or not, locked or unlocked */
[2022-09-30 14:40:01:304_S:] AT+CPIN?
[2022-09-30 14:40:01:311_R:] AT+CPIN?

[2022-09-30 14:40:01:316_R:] +CPIN: READY

[2022-09-30 14:40:01:316_R:] OK

/* Use AT+CIMI to query the IMSI of SIM card */
[2022-09-30 14:40:01:333_S:] AT+CIMI
[2022-09-30 14:40:01:340_R:] AT+CIMI

[2022-09-30 14:40:01:340_R:] 410040788455631

[2022-09-30 14:40:01:340_R:] OK

/* Use AT+QCCID to query ICCID number of SIM card */
[2022-09-30 14:40:01:352_S:] AT+QCCID
[2022-09-30 14:40:01:358_R:] AT+QCCID

[2022-09-30 14:40:01:358_R:] +QCCID: 8992041401210492048F

[2022-09-30 14:40:01:358_R:] OK

/* Use AT+CSQ to query current signal quality */
[2022-09-30 14:40:01:371_S:] AT+CSQ
[2022-09-30 14:40:01:377_R:] AT+CSQ

[2022-09-30 14:40:01:377_R:] +CSQ: 99,99

[2022-09-30 14:40:01:377_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2022-09-30 14:40:01:385_S:] AT+CREG?
[2022-09-30 14:40:01:390_R:] AT+CREG?

[2022-09-30 14:40:01:390_R:] +CREG: 0,2

[2022-09-30 14:40:01:390_R:] OK
[2022-09-30 14:40:01:395_S:] AT+CGREG?
[2022-09-30 14:40:01:402_R:] AT+CGREG?

[2022-09-30 14:40:01:402_R:] +CGREG: 0,2

[2022-09-30 14:40:01:402_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2022-09-30 14:40:02:417_S:] AT+CREG?
[2022-09-30 14:40:02:426_R:] AT+CREG?

[2022-09-30 14:40:02:426_R:] +CREG: 0,2

[2022-09-30 14:40:02:426_R:] OK
[2022-09-30 14:40:02:431_S:] AT+CGREG?
[2022-09-30 14:40:02:440_R:] AT+CGREG?

[2022-09-30 14:40:02:440_R:] +CGREG: 0,2

[2022-09-30 14:40:02:440_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2022-09-30 14:40:03:455_S:] AT+CREG?
[2022-09-30 14:40:03:464_R:] AT+CREG?

[2022-09-30 14:40:03:472_R:] +CREG: 0,2

[2022-09-30 14:40:03:472_R:] OK
[2022-09-30 14:40:03:484_S:] AT+CGREG?
[2022-09-30 14:40:03:494_R:] AT+CGREG?

[2022-09-30 14:40:03:494_R:] +CGREG: 0,2

[2022-09-30 14:40:03:494_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2022-09-30 14:40:04:507_S:] AT+CREG?
[2022-09-30 14:40:04:513_R:] AT+CREG?

[2022-09-30 14:40:04:519_R:] +CREG: 0,2

[2022-09-30 14:40:04:519_R:] OK
[2022-09-30 14:40:04:528_S:] AT+CGREG?
[2022-09-30 14:40:04:534_R:] AT+CGREG?

[2022-09-30 14:40:04:534_R:] +CGREG: 0,2

[2022-09-30 14:40:04:534_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2022-09-30 14:40:05:545_S:] AT+CREG?
[2022-09-30 14:40:05:551_R:] AT+CREG?

[2022-09-30 14:40:05:555_R:] +CREG: 0,2

[2022-09-30 14:40:05:555_R:] OK
[2022-09-30 14:40:05:561_S:] AT+CGREG?
[2022-09-30 14:40:05:567_R:] AT+CGREG?

[2022-09-30 14:40:05:567_R:] +CGREG: 0,2

[2022-09-30 14:40:05:567_R:] OK

/* Make sure the Antenna is connected and the network is normal */

  • Hello,
    Your module did not register successfully, please change a card to try