Altitude Tech 3G HAT wvdial.conf file settings

Struggling through getting hologram setup on an Altitude Tech 3G HAT for raspberry pi 3. I’ve got the board fully installed/ recognized, etc using the instructions/ script it https://github.com/Altitude-Tech/IOTBit_Install.

However, now I’m receiving the dreaded “Bad Init String with wvdial”

Here’s my wvdial.conf

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,“IP”,“hologram”
Phone = 99**1#
Modem Type = Analog Modem
Stupid Mode = 1
Baud = 9600
New PPPD = yes
Dial Attempts = 0
Modem = /dev/ttyUSB3
ISDN = 0
Auto Reconnect = yes
; Password =
; Username =
~

lsusb output (altitude tech is the QualComm device):
Bus 001 Device 004: ID 05c6:9000 Qualcomm, Inc. SIMCom SIM5218 modem
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

And output from the wvdial command:
→ WvDial: Internet dialer version 1.61
→ Cannot set information for serial port.
→ Initializing modem.
→ Sending: ATZ
ATZ
OK
→ Sending: ATQ0 V1 E1 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 &C1 &D2 +FCLASS=0
OK
→ Sending: AT+CGDCONT=1,“IP”,“hologram”
AT+CGDCONT=1,“IP”,“hologram”
ERROR
→ Bad init string.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.