Changes

m
Protected "Mobile data connection troubleshooting" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Line 19: Line 19:  
  ...
 
  ...
 
----
 
----
* You probably won't see anything when you type commands, and that’s because the screen echo may be disabled. '''ATE1''' command will enable it so that you can see what you write. '''AT+QCSQ=0''' and '''AT+CREG=0''' command stops showing unnecessary output:
+
* You probably won't see anything when you type commands, and that’s because the screen echo may be disabled. '''ATE1''' command will enable it so that you can see what you write.  
 
  ...
 
  ...
 
  ATE1
 
  ATE1
 
  OK
 
  OK
 +
...
 +
----
 +
* Use commands '''AT+QCSQ=0''' and '''AT+CREG=0''' to stop showing unnecessary output:
 +
...
 
  at+qcsq=0
 
  at+qcsq=0
 
  OK
 
  OK
Line 35: Line 39:  
  ...
 
  ...
 
----
 
----
 +
 
==Debugging process==
 
==Debugging process==
 
* If PIN is required, initialize modem with your PIN code:
 
* If PIN is required, initialize modem with your PIN code:
Line 48: Line 53:  
'''Note:''' reboot the module if it fails to identify SIM
 
'''Note:''' reboot the module if it fails to identify SIM
 
----
 
----
* Use command '''AT+CREG''' to check GSM connection:
+
*Use command '''AT+CREG''' to check GSM connection:
 
  ...
 
  ...
 
  AT+CREG?
 
  AT+CREG?
Line 73: Line 78:  
''<authentication>'' The authentication methods (0 – NONE; 1 – PAP; 2 – CHAP; 3-PAP or CHAP).
 
''<authentication>'' The authentication methods (0 – NONE; 1 – PAP; 2 – CHAP; 3-PAP or CHAP).
   −
Example: use '''AT+QICSGP=1,1,"APN_Name","","",1'''
+
Example: '''AT+QICSGP=1,1,"APN_Name","","",1'''
 
  ...
 
  ...
 
  AT+QICSGP=1,1"bangapro","","",1
 
  AT+QICSGP=1,1"bangapro","","",1
Line 117: Line 122:  
'''Note:''' if ping a remote server successfully, response is '''OK''' (means that the module works properly). If there is any error, response is '''ERROR''' (means the problem is in the module).
 
'''Note:''' if ping a remote server successfully, response is '''OK''' (means that the module works properly). If there is any error, response is '''ERROR''' (means the problem is in the module).
   −
===Example for the provided configuration===
+
==Example for the provided configuration==
----
   
  ...
 
  ...
 
  root@Teltonika:~# ifdown ppp
 
  root@Teltonika:~# ifdown ppp
0

edits

Navigation menu