summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-08-28 17:46:45 -0500
committerJohn Klug <john.klug@multitech.com>2017-08-28 17:46:45 -0500
commitf8b284c88fa22d848cb1e8719f552442a6c05026 (patch)
treed03d9afd3ed6f48438fc8bf635b311c179eb4497
parent441c89fa7bba47b95be06a49dd478d9c7a9343cd (diff)
downloadmeta-mlinux-f8b284c88fa22d848cb1e8719f552442a6c05026.tar.gz
meta-mlinux-f8b284c88fa22d848cb1e8719f552442a6c05026.tar.bz2
meta-mlinux-f8b284c88fa22d848cb1e8719f552442a6c05026.zip
Add user warning in commentary, to not set the APN manually
-rw-r--r--recipes-core/multitech/config/ppp/peers/lna3_chat26
1 files changed, 22 insertions, 4 deletions
diff --git a/recipes-core/multitech/config/ppp/peers/lna3_chat b/recipes-core/multitech/config/ppp/peers/lna3_chat
index e8c9be4..700c682 100644
--- a/recipes-core/multitech/config/ppp/peers/lna3_chat
+++ b/recipes-core/multitech/config/ppp/peers/lna3_chat
@@ -10,10 +10,28 @@ ABORT 'BUSY'
'' 'AT'
OK 'ATZ'
OK 'AT+CSQ'
-# ----------------------------------
-# Set the APN for your provider here
-# ----------------------------------
-OK 'AT+CGDCONT=3,"IPV4V6","internet"'
+# -----------------------------------------
+# APN for your provider here
+# This should be handled automatically
+# by the script mlinux-set-apn.
+# The IP field may be changed manually.
+# There must not be an APN for
+# Verizon wireless, since verizon
+# pushes the APN from the network.
+# The default is Verizon, since
+# the AT+CGDCONT command will cause
+# a fault for a Verizon SIM and will push
+# the new APN to the network, which will
+# cause failures.
+# Correct procedure is to use
+# mlinux-set-apn "APN"
+# to set the APN when not on Verizon.
+# And to switch the firmware to Verizon:
+# mlinux-switch-cell-fw 1
+# And to switch to AT&T:
+# mlinux-switch-cell-fw 0
+# -----------------------------------------
+#comment by mlinux-set-apn OK 'AT+CGDCONT=3,"IP","internet"'
SAY "Dialing...\n"
OK 'ATD*99***3#'
SAY "Waiting for CONNECT...\n"