Creating Ppp Configuration Files And Scripts; Editing - Multitech MultiConnect MTC-L4G2D User Manual

Table of Contents

Advertisement

USING LINUX WITH THE L4G2D RADIO
Remove power from the modem, install SIM if necessary, and reapply power. Open device file with a terminal
program and configure the Packet Data Protocol (PDP) context.
Example (supply values between <> based on carrier provided information):
$ minicom -D /dev/ttyUSB2
Welcome to minicom 2.8
OPTIONS: I18n
Port /dev/ttyUSB2, 21:19:36
Press CTRL-A Z for help on special keys
AT
OK
AT+COPS=2
OK
AT+CGDCONT=1,"<IP or IPV4V6>","<APN goes here>"
OK
AT+COPS=0
OK
AT#REBOOT
OK

Creating PPP Configuration Files and Scripts

AT&T and AT&T-like carriers and Verizon require different modem configurations for data connections. This
example addresses the differences using separate PPP chat scripts.
Copy and paste options, peer, and carrier specific chat scripts from the respective code blocks in Example PPP Files
into the respective new files and locations indicated:
vi options
$ vi l4g2d_peer
$ vi l4g2d_att_chat
$ vi l4g2d_vzw_chat
$ sudo mv /etc/ppp/options /etc/ppp/options.orig #backup original
$ sudo cp ./options /etc/ppp/options
$ sudo cp ./l4g2d_peer /etc/ppp/peers/
$ sudo cp ./l4g2d_att_chat /etc/chatscripts/
$ sudo cp ./l4g2d_vzw_chat /etc/chatscripts/

Editing

38
®
MultiConnect
Cell MTC-L4G2D User Guide

Advertisement

Table of Contents
loading

Table of Contents