Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Cinterion PLS8 E internet connection problem | Telit Cinterion IoT Developer Community

March 17, 2017 - 5:59am, 4346 views

Hi,

I'm trying to establish internet connection using the below wvdial.conf using PLS8 E LTE modem

[Dialer Defaults]

     Phone = *99#

     Username = None

     Password = None

     Stupid Mode=1

     Dial Command = ATDT

     Modem Type=Analog Modem

     

[Dialer innocomm]

     Modem=/dev/ttyACM0

     Baud=921600

     Init1=ATZ

     Init2=ATQ0 &F &D2 &C1 S0=0

     Init3=AT+CGDCONT=1,"IP","internet"

     ISDN=0

But got the below error.

--> WvDial: Internet dialer version 1.61

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

--> Re-Sending: ATZ

--> Modem not responding.

Hence I modified the Modem to /dev/ttyACM1 and then I got below error.

--> WvDial: Internet dialer version 1.61

--> Initializing modem.

--> Sending: ATZ

ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Sending: ATQ0 &F &D2 &C1 S0=0

ATQ0 &F &D2 &C1 S0=0

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATQ0 &F &D2 &C1 S0=0

ATQ0 &F &D2 &C1 S0=0

OK

--> Sending: AT+CGDCONT=1,"IP","internet"

OK

--> Modem initialized.

--> Sending: ATDT*99#

--> Waiting for carrier.

--> Timed out while dialing.  Trying again.

ATDT*99#

+CME ERROR: phone adaptor link reserved

--> Invalid dial command.

--> Disconnecting at Wed Mar 15 15:45:44 2017

Kindly help me to solve this issue.

-Avinash.