Loading...

Connecting Internet using U-SIM on Ubuntu.

Tested on:-
Ubuntu 10.04(lucid)
Kernel Linux 2.6.32-generic
  1. [Command] sudo apt-get install wvdial . This will install wvdial. Internet connection required.
  2. [Command] sudo gedit /etc/wvdial.conf . This will open the text file.
  3. Copy and past  the following into the text file.

    [Dialer Defaults]
    Modem = /dev/ttyUSB0
    Baud = 460800
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
    +FCLASS=0
    ISDN = 0
    Modem Type = USB Modem
    Phone = #777
    Username = 012******@utlnepal.com
    Password = 012******
    stupid mode = 1
    New PPPD  = yes
  4. [Command] sudo wvdial .

0 comments: