install the wvdial package & do the following configurations :
- Open terminal and type "wvdialconf" without quotes. This searches for the modem and writes a config file to the /etc/wvdial.conf.
- open this file "/etc/wvdial.conf" with administrators rights so that u can save changes made to it.
- replace the entire content with the following code :
Code:
[Dialer Defaults]
Init1 = AT+CGDCONT=1,”IP”,”airtelgprs.com”,”",0,0
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
stupid mode = 1
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = TechArena
Username = TechArena
- now save the "wvdial.conf" file that u just modified.
- now open terminal and type wvdial.
- you are connected!
0 comments:
Post a Comment