Home > Howto, Resources > Reliance CDMA Internet connectivity

Reliance CDMA Internet connectivity

  1. Connect the mobile to the computer, and check the dmesg or /var/log/messages and see if there is any change in the logs
  2. Make sure you have the USB packages installed in the laptop/PC namely – uhci, usbutils, wvdial, etc.
  3. Now execute the command,

    # wvdial /etc/wvdial.conf
  4. This will create the entries in the /etc/wvdial.conf with the baud rates and the phone type /dev/ttyUSB0.
  5. 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


  6. Issue the command

    #wvdial
  7. This will e>stablish a PPTP connection with your PC and Reliance network. You can confirm by checking `ifconfig` in the terminal.
  8. 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
  9. Check with #route -n and see if the entry have come there correctly.

You are good to go now.

Howto, Resources

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.