Reliance CDMA Internet connectivity
July 9th, 2008
- Connect the mobile to the computer, and check the dmesg or /var/log/messages and see if there is any change in the logs
- Make sure you have the USB packages installed in the laptop/PC namely – uhci, usbutils, wvdial, etc.
- Now execute the command,
# wvdial /etc/wvdial.conf - This will create the entries in the /etc/wvdial.conf with the baud rates and the phone type /dev/ttyUSB0.
- File: /etc/wvdial.confwill be as shown below:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 115200
New PPPD = yes
Modem = /dev/ttyUSB0
ISDN = 0
Phone = #777
Password = your reliance phone number
Username = your reliance phone number - Issue the command
#wvdial - This will e>stablish a PPTP connection with your PC and Reliance network. You can confirm by checking `ifconfig` in the terminal.
- If you had already configured your ethernet interface, then you may have to disable it before step 6 & 7. Else you will have to include default gateway in Kernel Routing Table.
# route add -net 0.0.0.0 gw - Check with #route -n and see if the entry have come there correctly.
You are good to go now.