This is how i connect to airtel gprs from my debian.

sudo gedit /etc/wvdial.conf
or from root terminal just type
gedit /etc/wvdial.conf
edit /etc/wvdial.conf and paste this

[Dialer Defaults]
##Connecting to airtel gprs
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 = 921600
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99***1#
Password = a
Username = a

edit /etc/resolv.conf

Copy and paste as given here

nameserver 202.56.230.5
nameserver 202.56.240.5
service named start

and now from terminal run wvdial and you are connected in a few seconds.

-- 
Anoop Jacob Thomas
Lecturer in Computer Science & Engineering
SCT College of Engineering
Thiruvananthapuram

CareMedia.org
JournoLeaf.org
HackURL.com
anoop.caremedia.org

--~--~---------~--~----~------------~-------~--~----~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to