In case you still having connectivity issues where the SIM shows “Not Registered” after the firmware has been upgrade.d We may need to “communicate” with the modem using microcom and set some parameters with the AT commands (assuming there exists network Connection for Broadband, and APN is m2m005041.attz)
Here are the steps:
1. Log in to Nodegrid as admin, and go to root shell (shell sudo su -)
2. Stop Modem manager: /etc/init.d/m2mgmtd stop
3. Open microcom to the modem’s “console”: microcom /dev/ttyUSB2
4. Type ate1 and hit ENTER (you will now see what you are typing – ate1 is to enable echo, and for every command you should see OK)
5. Now you will be able to see what you are typing. Then type at+cgdcont? d and hit ENTER
6. It should display 2 lines as follows:
at+cgdcont?
+CGDCONT: 1,"IPV4V6","broadband","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 4,"IPV4V6","attm2mglobal","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
OK
7. Type at+cfun=0
at+cfun=0
OK
8. Type at+cgdcont=1,"IP","m2m005041.attz"
at+cgdcont=1,"IP","m2m005041.attz"
OK
9. Type at&W
at&W
OK
10. Type at+cgdcont? To confirm the change was effective.
at+cgdcont?
+CGDCONT: 1,"IP","m2m005041.attz","0.0.0.0",0,0,0,0
+CGDCONT: 4,"IPV4V6","attm2mglobal","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
OK
11. Type at+cfun=1
at+cfun=1
OK
12. Type at+cops?
at+cops?
+cops: 0,0,"AT&T",7
OK
13. Exit microcom with CTRL-X
Start Modem Manager: /etc/init.d/m2mgmtd