Connect BSNL EVDO card on linux

This procedure can be applied for different datacards such as those of reliance and tata indicom if they are devices of zte type. And guess what you don’t have to worry about getting an zte device driver for linux…

Step 1: Login to linux as superuser(root)
Step 2: Connect your device to the USB port
Step 3: open terminal
Step 4: enter the command ‘lsusb’.It should give a listing of all USB devices connected. Something similar to this…
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 014: ID 19d2:fffe ONDA Communication S.p.A.
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Your device should be listed. Something similar to ONDA Communication or Qualcomm depending on your device.

Step 5: Goto /etc and open wvdial.conf in a text editor.
Step 6: After keeping backup of the file modify it as follows. Please enter your correct user name and password instead of 1111111111

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = #777
Modem = /dev/ttyUSB0
Username = 1111111111
Password = 1111111111
Baud = 460800
Stupid Mode = 1

Step 6: whenever you need to connect to the internet just open the terminal and run the command ‘wvdial’

linux-y5au:/home/kiran/lin evdo driver/linux # wvdial
–> WvDial: Internet dialer version 1.60
–> Cannot get information for serial port.
–> Initializing modem.
–> Sending: ATZ
ATZ
OK
–> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
–> Modem initialized.
–> Sending: ATDT#777
–> Waiting for carrier.
ATDT#777
CONNECT
–> Carrier detected. Starting PPP immediately.
–> Starting pppd at Fri May 22 12:05:59 2009
–> Pid of pppd: 5873
–> Using interface ppp0
–> pppd: ��[06][08][08]�[06][08]
–> pppd: ��[06][08][08]�[06][08]
–> pppd: �[06][08][08]�[06][08]
–> pppd: ��[06][08][08]�[06][08]
–> local IP address 10.4.61.177
–> pppd: ��[06][08][08]�[06][08]
–> remote IP address 192.168.52.12
–> pppd: ��[06][08][08]�[06][08]
–> primary DNS address 208.67.220.220
–> pppd: ��[06][08][08]�[06][08]
–> secondary DNS address 208.67.222.222
–> pppd: ��[06][08][08]�[06][08]
–> Script /etc/ppp/ip-up run successful
–> Default route Ok.
–> Nameserver (DNS) Ok.
–> Connected… Press Ctrl-C to disconnect
–> pppd: ��[06][08][08]�[06][08]

and voila online on linux and lovin it ;)

~ by Kiran on May 22, 2009.

7 Responses to “Connect BSNL EVDO card on linux”

  1. today only i have got this card and trying how to get this on linux and finally u helped me thanks a lot.

  2. sorry again its me – Rajib – its not working – the card is not detected, when i type ‘lsusb” – i m using RHEL 5 . Can u plz help me ?

  3. what error are u getting exactly?

  4. ALL DOWNLOADS FOR BSNL EVDO, MODEM, CARD, DATAONE & WIRELESS

    ADSL MODEM DRIVER
    http://www.easy-share.com/1907390554/BSNL-ADSL_Modem_Driver.zip
    ============================
    DATAONE MODEM C2110 DRIVER
    http://www.easy-share.com/1907390552/BSNL%20Dataone_Modem_C2110.zip
    OR
    http://www.easy-share.com/1907390561/Dataone_Modem_C2110.zip
    =============================
    BSNL EVDO DATA-CARD DRIVER
    http://www.easy-share.com/1907372554/Bsnl_data-card_EVDO_Drivers.zip
    =============================
    BSNL ZTE-8700 DRIVER v3.5.8
    http://www.easy-share.com/1907371473/BSNL_ZTE8700_Driver358.zip
    =============================

    Make a Habit to Visit here:
    http://www.easy-share.com/o/4401448
    it must be usefull to All Computer Users

    Happy Independence Day

  5. Hi,

    thanks for ur post, but I am badly in the need of some guidance. I tried a lot in fedora 8, 11, Ubuntu and Mandriva to set up my bsnl-evdo, but unfortunately I couldn’t.
    modprobe and wvdial.conf don’t work. It says command not found. I’ve been trying from about a month now, could you please help me out.

    Thanks in advance.

    -mayuresh

  6. sorry pple…….im new to linux environment…..
    im using bsnl evdo(zte ac8700) usb modem on windows vista from past few monthsmbut now i want to switch to fedora 11.
    do i need to download new driver software…and where.
    please help

  7. Hi, wvdial is getting stuck for me after “secondary DNS address…” Hence, I am not able to browse. Detection of modem, configuration etc. have all been fine. I am using Fedora 11. Please help!!!

Leave a Reply