UMTS&LTE EVB + EG95-NAX - how to get device make successful registration?

Already populate EG95-NAX module on the EVB, plus REALTEK ALC5616 codec.
Main antenna and GNSS antenna connected to EG95-NAX module.
Using Qnavigator_V1.6.9 but get below messages and pop up 'Fail to register the network!" dialog.

/* Start AT SYNC: Send AT every 500ms, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail */
[2020-08-13 09:18:16:848_S:] AT
[2020-08-13 09:18:16:906_R:] AT
[2020-08-13 09:18:16:906_R:] OK
[2020-08-13 09:18:16:908_S:] ATI
[2020-08-13 09:18:16:962_R:] ATI
[2020-08-13 09:18:16:962_R:] Quectel
[2020-08-13 09:18:16:962_R:] EG95
[2020-08-13 09:18:16:962_R:] Revision: EG95NAXGAR07A02M1G

[2020-08-13 09:18:16:962_R:] OK
[2020-08-13 09:18:16:972_S:] ATI
[2020-08-13 09:18:17:028_R:] ATI
[2020-08-13 09:18:17:028_R:] Quectel
[2020-08-13 09:18:17:028_R:] EG95
[2020-08-13 09:18:17:028_R:] Revision: EG95NAXGAR07A02M1G

[2020-08-13 09:18:17:028_R:] OK

/* Use ATV1 to set the response format */
[2020-08-13 09:18:17:054_S:] ATV1
[2020-08-13 09:18:17:110_R:] ATV1
[2020-08-13 09:18:17:110_R:] OK

/* Use ATE1 to enable echo mode */
[2020-08-13 09:18:17:364_S:] ATE1
[2020-08-13 09:18:17:421_R:] ATE1
[2020-08-13 09:18:17:421_R:] OK

/* Use AT+CMEE=2 to enable result code and use verbose values */
[2020-08-13 09:18:17:575_S:] AT+CMEE=2
[2020-08-13 09:18:17:632_R:] AT+CMEE=2
[2020-08-13 09:18:17:632_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 */
[2020-08-13 09:18:17:884_S:] AT+IPR?
[2020-08-13 09:18:17:940_R:] AT+IPR?
[2020-08-13 09:18:17:940_R:] +IPR: 115200

[2020-08-13 09:18:17:940_R:] OK

/* Use ATI to get module information of Manufacturer ID, Device module and Firmware version */
[2020-08-13 09:18:17:989_S:] ATI
[2020-08-13 09:18:18:043_R:] ATI
[2020-08-13 09:18:18:043_R:] Quectel
[2020-08-13 09:18:18:043_R:] EG95
[2020-08-13 09:18:18:043_R:] Revision: EG95NAXGAR07A02M1G

[2020-08-13 09:18:18:043_R:] OK

/* Use AT+GSN to query the IMEI of module */
[2020-08-13 09:18:18:156_S:] AT+GSN
[2020-08-13 09:18:18:214_R:] AT+GSN
[2020-08-13 09:18:18:214_R:] 865026040003716

[2020-08-13 09:18:18:214_R:] OK
[2020-08-13 09:18:18:215_S:] AT+QURCCFG=“URCPORT”,“usbmodem”
[2020-08-13 09:18:18:272_R:] AT+QURCCFG=“URCPORT”,“usbmodem”
[2020-08-13 09:18:18:272_R:] OK

/* Use AT+CPIN? to query the SIM card status : SIM card inserted or not, locked or unlocked */
[2020-08-13 09:18:18:783_S:] AT+CPIN?
[2020-08-13 09:18:18:838_R:] AT+CPIN?
[2020-08-13 09:18:18:838_R:] +CPIN: READY

[2020-08-13 09:18:18:838_R:] OK

/* Use AT+CIMI to query the IMSI of SIM card */
[2020-08-13 09:18:18:953_S:] AT+CIMI
[2020-08-13 09:18:19:009_R:] AT+CIMI
[2020-08-13 09:18:19:009_R:] 466977605779999

[2020-08-13 09:18:19:009_R:] OK

/* Use AT+QCCID to query ICCID number of SIM card */
[2020-08-13 09:18:19:164_S:] AT+QCCID
[2020-08-13 09:18:19:221_R:] AT+QCCID
[2020-08-13 09:18:19:221_R:] +QCCID: 89886971805760299233

[2020-08-13 09:18:19:221_R:] OK

/* Use AT+CSQ to query current signal quality */
[2020-08-13 09:18:19:273_S:] AT+CSQ
[2020-08-13 09:18:19:329_R:] AT+CSQ
[2020-08-13 09:18:19:329_R:] +CSQ: 99,99

[2020-08-13 09:18:19:329_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:19:334_S:] AT+CREG?
[2020-08-13 09:18:19:388_R:] AT+CREG?
[2020-08-13 09:18:19:388_R:] +CREG: 0,0

[2020-08-13 09:18:19:388_R:] OK
[2020-08-13 09:18:19:401_S:] AT+CGREG?
[2020-08-13 09:18:19:457_R:] AT+CGREG?
[2020-08-13 09:18:19:457_R:] +CGREG: 0,0

[2020-08-13 09:18:19:457_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:21:513_S:] AT+CREG?
[2020-08-13 09:18:21:567_R:] AT+CREG?
[2020-08-13 09:18:21:567_R:] +CREG: 0,0

[2020-08-13 09:18:21:567_R:] OK
[2020-08-13 09:18:21:579_S:] AT+CGREG?
[2020-08-13 09:18:21:632_R:] AT+CGREG?
[2020-08-13 09:18:21:632_R:] +CGREG: 0,0

[2020-08-13 09:18:21:632_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:23:687_S:] AT+CREG?
[2020-08-13 09:18:23:743_R:] AT+CREG?
[2020-08-13 09:18:23:743_R:] +CREG: 0,0

[2020-08-13 09:18:23:743_R:] OK
[2020-08-13 09:18:23:754_S:] AT+CGREG?
[2020-08-13 09:18:23:809_R:] AT+CGREG?
[2020-08-13 09:18:23:809_R:] +CGREG: 0,0

[2020-08-13 09:18:23:809_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:25:864_S:] AT+CREG?
[2020-08-13 09:18:25:923_R:] AT+CREG?
[2020-08-13 09:18:25:923_R:] +CREG: 0,0

[2020-08-13 09:18:25:923_R:] OK
[2020-08-13 09:18:25:931_S:] AT+CGREG?
[2020-08-13 09:18:25:988_R:] AT+CGREG?
[2020-08-13 09:18:25:988_R:] +CGREG: 0,0

[2020-08-13 09:18:25:988_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:28:042_S:] AT+CREG?
[2020-08-13 09:18:28:101_R:] AT+CREG?
[2020-08-13 09:18:28:101_R:] +CREG: 0,0

[2020-08-13 09:18:28:101_R:] OK
[2020-08-13 09:18:28:108_S:] AT+CGREG?
[2020-08-13 09:18:28:165_R:] AT+CGREG?
[2020-08-13 09:18:28:165_R:] +CGREG: 0,0

[2020-08-13 09:18:28:165_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:30:216_S:] AT+CREG?
[2020-08-13 09:18:30:272_R:] AT+CREG?
[2020-08-13 09:18:30:272_R:] +CREG: 0,0

[2020-08-13 09:18:30:272_R:] OK
[2020-08-13 09:18:30:282_S:] AT+CGREG?
[2020-08-13 09:18:30:338_R:] AT+CGREG?
[2020-08-13 09:18:30:338_R:] +CGREG: 0,0

[2020-08-13 09:18:30:338_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:32:391_S:] AT+CREG?
[2020-08-13 09:18:32:449_R:] AT+CREG?
[2020-08-13 09:18:32:449_R:] +CREG: 0,0

[2020-08-13 09:18:32:449_R:] OK
[2020-08-13 09:18:32:458_S:] AT+CGREG?
[2020-08-13 09:18:32:516_R:] AT+CGREG?
[2020-08-13 09:18:32:516_R:] +CGREG: 0,0

[2020-08-13 09:18:32:516_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:34:566_S:] AT+CREG?
[2020-08-13 09:18:34:625_R:] AT+CREG?
[2020-08-13 09:18:34:625_R:] +CREG: 0,0

[2020-08-13 09:18:34:625_R:] OK
[2020-08-13 09:18:34:635_S:] AT+CGREG?
[2020-08-13 09:18:34:691_R:] AT+CGREG?
[2020-08-13 09:18:34:691_R:] +CGREG: 0,0

[2020-08-13 09:18:34:691_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:36:742_S:] AT+CREG?
[2020-08-13 09:18:36:797_R:] AT+CREG?
[2020-08-13 09:18:36:797_R:] +CREG: 0,0

[2020-08-13 09:18:36:797_R:] OK
[2020-08-13 09:18:36:807_S:] AT+CGREG?
[2020-08-13 09:18:36:863_R:] AT+CGREG?
[2020-08-13 09:18:36:863_R:] +CGREG: 0,0

[2020-08-13 09:18:36:863_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2020-08-13 09:18:38:918_S:] AT+CREG?
[2020-08-13 09:18:38:977_R:] AT+CREG?
[2020-08-13 09:18:38:977_R:] +CREG: 0,0

[2020-08-13 09:18:38:977_R:] OK
[2020-08-13 09:18:38:986_S:] AT+CGREG?
[2020-08-13 09:18:39:043_R:] AT+CGREG?
[2020-08-13 09:18:39:043_R:] +CGREG: 0,0

[2020-08-13 09:18:39:043_R:] OK

/* Make sure the Antenna is connected and the network is normal */
[2020-08-13 09:19:57:042_S:] AT+CLVL=?
[2020-08-13 09:19:57:098_R:] AT+CLVL=?
[2020-08-13 09:19:57:098_R:] +CLVL: (0-5)

[2020-08-13 09:19:57:098_R:] OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Could you guide how to let device establish successful registration?
BTW, what is the password of the module linux login?
I got linux console prompt as below:
mdm-perf 202001070425 mdm9607 /dev/ttyHSL0

mdm9607 login:

But I cannot find any login account credential from the documentation.

Best Regards,
Tony Lee

QNavigator snapshoot for reference:

Dear Tony,
Thanks for your inquiry in Quectel forum.
For your issue, please confirm whether the SIM card supported bands is the same as EG95NAX module, as you know that EG95NAX is used for North America marketing, and which can support LTE B2/ B4/ B5/ B12/B13/ B25/ B26 and WCDMA band B2/ B4/ B5 .Please confirm the above information. Thanks!

Dear Kyson,
Thank you for reminds the LTE band issue.
You are correct, the SIM card only support B1/B3/B7/B8/B28.
Are there any way(such as test mode or loopback mode) can validate the LTE module works fine?

In additional, could you let me know the module linux console login credential?

Best Regards,
Tony Lee

You can connect to RF test instrument such as CMW500 to check it. Sorry cannot share the module linux console login password with you here, please email to support@quectel.com or contact local FAE to get it. Thanks!

Thank you for your help, I have no more question regards this topic.