TECH AUDIT

Latest posts on this blogs see below to see all important posts on this blog click on labels

Ad

Your Ad Here

triple clicks

Monday, March 2, 2009

setting for gprs on linux using data cable

1. Hit Alt+F2, type
Xterm

and press enter.
2. Then jump into root mode by typing
sudo

and entering the root password when prompted.
3. connect the phone with your laptop or computer.
4. Now configure your wvdial.conf file as follows.
gedit /etc/wvdial.conf

5. Append the following text below any existing settings in the file that opens up.
[Dialer Defaults]
Modem = /dev/ttyACM0
Phone = *99#
Username = "type your phone no eg 098721....."
Password = 1234
Baud = 115200
Init-1 = ATZ
Init-2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modemtype = Analog modem
CarrierCheck = no

Note that the above setting varies depending on your operator.
6. Save this text on clicking save button
7. Now to connect to net just type
wvdial

on terminal and press enter. Allow your phone to connect when prompted.
ENJOY!!!

No comments:

Post a Comment