User's Manual

Date: 2010/08/05
Version: 2.2
Status: Released
19/20
ACE9000 Data Sheet V2.2©Copyright 2010, Amod Technology
4) Now edit the wvdial.conf file, replace [Dialer Defaults] with the following
Once the ttyACM0~6 are there, you can configure “wvdial.conf”.
COMMAND: "sudo vi /etc/wvdial.conf"
Or "sudo gedit /etc/wvdial.conf"
In wvdial.conf:
---------------------------------------------------------------------------------------------
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+COPS=0
Init4 = AT+CGDCONT=1,"IP","mms"
Dial Command = ATDT
Phone = *99***1#
Modem Type = USB Modem
ISDN = 0
Username = user
Password = pass
Modem = /dev/ttyACM0
Baud = 460800
(You may need to change Init4 for the APN accordingly, for example, “mms” is TCC’s APN, and “internet” is
applied to CHT’s APN.
5) Make a wvdial to make data connection. Run the "wvdial"
COMMAND: "sudo wvdial&”
---------------------------------------------------------------------------------------------
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> 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+COPS=0
AT+COPS=0
OK
--> Sending: AT+CGDCONT=1,"IP","mms"
AT+CGDCONT=1,"IP","mms"
OK
--> Modem initialized.