Steps for Connecting Airtel Mobile gprs in Linux pc


STEP 1:
now open the file
#vim /etc/wvdial.conf


STEP 2:
erase all the content of this file and paste following lines

[Modem0]
Modem = /dev/ttyACM0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init3 = ATM0
FlowControl = CRTSCTS

[Dialer airtel]
Username = a
Password = a
Phone = *99#
Stupid Mode = 1
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","
airtelgprs.com"
Inherits = Modem0

:wq! save and exit

STEP 3:
#vim /etc/resolv.conf

nameserver 202.56.250.5

:wq! save and exit

STEP 4:
Now open another terminal and run this command

#wvdial airtel

and minimized it

Comments

Popular posts from this blog

Installation of Linux version of XAMPP

How can I prevent users from connecting to a USB storage device? in Windows OS

Basic Linux Commands