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

You are here

Invalid dial command on PLS8-E modem | Telit Cinterion IoT Developer Community

March 25, 2016 - 11:25am, 5862 views

Hello,

I'm trying to setup a PLS8-E modem on ubuntu 14.02

I've tried various configurations but I always get +CME ERROR: 2 Invalid dial command.
I also tried to send a SMS message with gnokii and that works fine.

 root@wink-desktop:~# wvdial orange
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CMEE=1
AT+CMEE=1
OK
--> Sending: AT&W
AT&W
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
+CME ERROR: 2
--> Invalid dial command.
--> Disconnecting at Fri Mar 25 06:19:51 2016 

The wvdial config is:

[Dialer Defaults]
Stupid Mode = 1
Modem Type = Analog Modem
ISDN = 0
Phone = *99#
Modem = /dev/ttyACM1
Username = internet
Dial Command = ATDT
Password = internet
New PPPD = yes

[Dialer orange]
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init4 = AT+CMEE=1
Init5 = AT&W

Stupid Mode = 1
Phone = *99#
ISDN = 0
Modem = /dev/ttyACM1
Modem Type = Analog Modem
Baud = 115200
Username = net
New PPPD = yes
Check Def Route = no 

Any ideas on this ?
Also I am unable to make the GPS work on any /dev/ttyACM

Thank you.