diff options
author | John Klug <john.klug@multitech.com> | 2017-08-28 17:46:45 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-14 17:33:16 -0500 |
commit | 76649f161247cfa04b2a33941a50f5b0b3b2c6e2 (patch) | |
tree | bd0faad39257f85e8d7abde5bdd221098cf696f9 /recipes-core/multitech/config | |
parent | 5615160d7debfbf3aad5ba2b82a57ef20082fee2 (diff) | |
download | meta-mlinux-76649f161247cfa04b2a33941a50f5b0b3b2c6e2.tar.gz meta-mlinux-76649f161247cfa04b2a33941a50f5b0b3b2c6e2.tar.bz2 meta-mlinux-76649f161247cfa04b2a33941a50f5b0b3b2c6e2.zip |
Add user warning in commentary, to not set the APN manually
Diffstat (limited to 'recipes-core/multitech/config')
-rw-r--r-- | recipes-core/multitech/config/ppp/peers/lna3_chat | 26 |
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" |