From de5d882cecbba87ae2d40c17332996fdca9080a1 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 28 Jul 2017 16:26:47 -0500 Subject: Do not set Verizon APN --- recipes-core/multitech/config/ppp/peers/lvw2_chat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-core/multitech/config/ppp/peers/lvw2_chat b/recipes-core/multitech/config/ppp/peers/lvw2_chat index f5eb7a0..5be458e 100644 --- a/recipes-core/multitech/config/ppp/peers/lvw2_chat +++ b/recipes-core/multitech/config/ppp/peers/lvw2_chat @@ -11,9 +11,10 @@ ABORT 'BUSY' OK 'ATZ' OK 'AT+CSQ' # ---------------------------------- -# Set the APN for your provider here +# Do not set the APN for Verizon. +# It must be loaded dynamically +# from the network. # ---------------------------------- -OK 'AT+CGDCONT=3,"IPV4V6","vzwinternet"' SAY "Dialing...\n" OK 'ATD*99***3#' SAY "Waiting for CONNECT...\n" -- cgit v1.2.3