From 76649f161247cfa04b2a33941a50f5b0b3b2c6e2 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 28 Aug 2017 17:46:45 -0500 Subject: Add user warning in commentary, to not set the APN manually --- recipes-core/multitech/config/ppp/peers/lna3_chat | 26 +++++++++++++++++++---- 1 file 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" -- cgit v1.2.3