Tuesday, April 29, 2008

Airtel Mobile office & Gnu/Linux (Debian)

1)install wvdial
  • apt-get install wvdial
2)see & configure your modem
  • wvdialconf /etc/wvdial.conf ( MODEM-usually - /dev/ttyACM0... OR /dev/USB... )
3)edit the file in /etc/wvdial.conf with U'r favourite editor
  • vi /etc/wvdial.conf
4)make it like this
[Dialer Defaults]
Init = AT+CGDCONT=1,"IP","airtelgprs.com","",0,0
Modem Type = USB Modem
Baud = 460800 ; No Need to edit This is my Nokia 3110c modem
New PPPD = yes
Modem = /dev/ttyACM0 ;No Need to edit This is my Nokia 3110c modem(Default)
Stupid Mode = yes
Phone =*99# ;according to your settings in mobile
Password =
Username =
5)ITZ time
  • wvdial
OR
  • wvdial /etc/wvdial.conf
6)take another terminal and ping to see connection to Internet
  • ping www.google.com (you will raceive data)
7)Take a browser epiphany or mozilla its play time
  • epiphany www.google.com



Comments to:
Ranjeeth PT
Govt Engg College
Sreekrishnapuram,Palakkad.

1 comment:

Anonymous said...

its very helpful
this journal helped me to take airtel mobile office easier in my Debian Linux