STEP 1: Enter the command."sudo pico /etc/wvdial.conf" (You will be asked to enter the admisnistrator password). This will open the file wvdial.conf.
or enter the following commend
sudo gedit /etc/wvdial.conf
STEP 2: Delete the complete contents and paste the following in that file.
[Modem0]
Modem = /dev/ttyUSB0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = 9380689709
Password = 9380689709
Phone = #777
Stupid Mode = 1
Inherits = Modem0
STEP 3: The Username and password in the above content should be your reliance net connect number
STEP 4: Now everything is set for you to connect.
For connecting go to Terminal and enter
"sudo modprobe usbserial vendor=0x19d2 product=0xfffd".
This command is for ZTE MG 880 cards only for other cards it is different. It will ask you to enter a password. Now enter your administrator password.
Then type "sudo wvdial cdma" now the following thing will appear in your Terminal.
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat May 24 22:26:04 2008
--> Pid of pppd: 6099
--> Using interface ppp0
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> local IP address 220.226.8.58
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> remote IP address 220.224.135.10
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> primary DNS address 202.138.103.100
--> pppd: h�[06][08]h�[06][08]��[06][08]
--> secondary DNS address 202.138.96.2
--> pppd: h�[06][08]h�[06][08]��[06][08]
This shows your connected to the internet.
Open your firefox browser and start browsing.
Note:
Everytime you may have to type the last two commands to connect to internet.
sudo modprobe usbserial vendor=0x19d2 product=0xfffd
sudo wvdial cdma
otherwise " wvdial cdma" is enough
|