Thursday, May 1, 2008

How to connect Internet with Nokia Data Cable

Connecting Internet with Nokia Data Cable is fairly easy compared with Bluetooth connection. It works instantly with my Nokia 5700 mobile phone & GrameenPhone GPRS/Edge connection, Bangladesh. I hope it will work for other model of Nokia. I found this help in ubuntuforums.org. Thank you guys for making our life easier.

Here you go:

  1. Open terminal and edit /etc/wvdial.conf file with following command:
    $ gksudo gedit /etc/wvdial.conf
  2. Replace existing text with following:
    [Dialer Defaults]
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = USB Modem
    Baud = 460800
    New PPPD = yes
    Modem = /dev/ttyACM0
    ISDN = 0
    Phone = *99#
    Password = A
    Username = B
    Stupid Mode = 1

  3. Replace "A" & "B" from the above code your internet connection Password & Username. If there is no password necessary then leave the above code unchanged.
  4. Save & close the editor.

Now plug in your data cable into your phone & run the following command from terminal each time you want to connect internet:
  • $ wvdial


Done! But if you fail to connect internet then do one of the following:
  • Unplug mobile cable, wait few seconds, plug again and run wvdial command
  • Or open /etc/wvdial.conf and replace Phone = *99# with Phone = *99***1#
Hope this will help you to connect internet with your Nokia mobile phone. Enjoy browsing!

0 comments: