May 12

Huawei E325 Data Modem
I recently got a internet connection from Tata Indicom (CDMA Wireless). I purchased the Huawei EC325 modem which uses a USB cable to connect to the PC. My inital reaction was since it was a USB connection and was using a custom software to connect to the net, it would not be possible to connect to the net in Linux using this modem.

After full two months, I finally gave up my laziness and did a quick search. I tried out the first solution offered and it worked out in the first try itself, how often does that happen. It took me a total of 10 mins including searching, restarting and configuring to get connected to the net in Linux.

Here is the procedure to get Huawei EC325 Data Modem in Linux:-

  1. Open a terminal window.
  2. Log in as root, i.e. type “su -” sans the quotes and enter the root password.
  3. Then use vi to edit/create the following file “/etc/wvdial.conf”.
  4. Enter the following text into it.
    [Modem0]
    Modem=/dev/ttyUSB0
    Baud=115200
    SetVolume=0
    Dial Command = ATDT
    init1=ATZ
    init2=AT+CRM=1
    FlowControl= Hardware (CRTSCTS)
    [Dialer tata]
    Username= internet
    Password= internet
    Phone=#777
    Stupid Mode= 1
    Inherits = Modem0
  5. In the above change the Modem=/dev/ttyUSB0 to what ever your device name is, you should be able to see it while the OS is booting, else give the “dmesg” command and search in that.
  6. Final step is give the command “wvdial tata”, and if everything is proper you should now be connected to the net.
  7. Press “Ctrl+c” when you want to disconnect.

I have tried this on SuSE 10.1 and it should work on any latest release of any Linux system. Also I had this system configured for net access for BSNL dataone service before, so am not absolutely sure if you have to do any DNS settings or not. But it should work regardless of it.

Great to be back into the Linux world again. :-)


Tags:


Hits for this post: 22703

89 Responses to “Connecting to net using Huawei EC325 on Linux”

  1. madwaraj Says:

    Hi nithin -
    I was searching on the web for – whether i can take TATA INDICOM connection from this USB data modem (huawei EC325).
    I have got Reliance Huawei installed in my laptop.
    Can you tell me do i need to install again for this tata indicom connection?

    Please let me know ASAP.

    Thanks
    Madwaraj
    madwaraj@evolving.com

  2. Nithin Says:

    Hi Madwaraj,
    I believe it will work without any re-installation, only thing that you may need to change may be the username and password. And of course the sim card :-)

  3. Venu Says:

    Hi, Nithin,
    I purchaged HUAWEI EC 325 data modem from Reliance. They are cheating me with huge bills, I want to go for Tata Indicom, but I dont want to invest money on the modem, Can I use Huawei Ec 325 for Tata Indicom using Tsim Card that Tata Indicom will provide.
    Please tell me whether I can use Huawei Ec 325 for Tata Indicom wireless net connection.

    I went to Tata Indicom
    and they are not sure whether Huawei Ec 325(purchaged from Reliance) will work for Tata using T sim Card, they are insisting to purchage HUAWEI EC325 (again)from Tata Indicome.

    Please let me know ASAP.
    thanks,
    Venu

  4. chartoin Says:

    Hi Nithin,

    I tried what you said. And when I use ‘wvdial cdma’ command, I get the IP address. But when try to connect to a site, say, google I get the following error ;

    an error occured when connecting to http://www.google.com

    cannot connect to server http;//www.google.com

  5. Nithin Says:

    @ Chartoin:

    Please read the following post, http://nithinkamath.info/archives/2007/08/solution-to-dns-failure-in-suse-102/

    Hope it helped…

  6. Saras Says:

    Hi,

    I have bought a Sony-vaio laptop. With that I got a free HUAWEI EC325 data Modem. I installed it as was told in the instructions. It started working also but when i connect it it works fine for 3-4 mins…after some time it gives me this error “HUAWEI net connect has stopped working” and I need to click on the close button. even after the connection doesnt get closed, but it doesnt work properly…some of the sites open some dont….My OS is Windows Vista…and connection is reliance.

    Could you please help me out of this problem….

    Thanks in advance….awaiting ur reply….

    Saras.

  7. J. S. Says:

    In desperate need of help. I purchased a HUAWEI EC325 modem, but I could not get it to work because I have an apple computer. Can I fix this?

    Thank you , so much.

  8. Yunush Says:

    Hi,

    I have bought a hp laptop. and using HUAWEI EC325 data Modem. I installed it as was told in the instructions. It started working also but when i connect it it works fine for 3-4 mins…after some time it gives me this error “Device is not connected” and I need to click on the close button. and its not working properly…by that way im loosing my business….My OS is Windows XP-2…and connection is reliance.
    I have given it for repair coz as per the executive’s inst. there was a problem in board level. so that company has to replace the same.

    my Huawei Details is under

    Product : Data Card
    Model:-EC325 (Reliance)
    Serial No.:- K27AAD16A700061
    ESN/RSN No.:-RHWAC2000035905
    WARRANTY:- IN WARRANTY
    PURCHASE DATE:-18/11/07 BILL NO.3185
    Sympton:- 8134-Functionality / Can not access the internet after 2 to 3 minutes.

    i have given it in GAMMA SYSTEMS,
    Ground Floor, Gitanjali Complex, Near Jagnath Temple, Dr. Yagnik Road, Rajkot – 360 001.
    Ph:-0281-6640144 / 3292291

    Cutomer’s Address:- JAIDEV ALLOYS PVT. LTD.
    2nd floor, Gayatri Comm. Complex,
    Nr. jainath Petrol Pump, Gondal Road,
    RAJKOT – 360 002

    Ph:- 0281-2368509, 2362497
    Mob:- 98981 70556

    Could you please help me out of this problem….

    Thanks in advance….awaiting ur reply….

    Yunush.

  9. senthil Says:

    Hi,

    I plan to buy reliance CDMA Data Modem ZTE MG 880, if it supports suse linux 10.2.

    or suggest me any one of the Data Modem which supports Linux.

    -senthilk
    9844299319

  10. samir Says:

    Hi Nithin
    I get same pb as you under windows it work perfectly, but under linux i have the pb;
    I configured the wvdial.conf file under linux; I obtain an IP adresse and DNS IP; I ping succefully the DNS adresse; but when Iunch for exemple google I get nothing

    any idea ?

  11. sabri Says:

    please can you tell me how ca I open a port in Huawei EC325?

  12. basit Says:

    hi … friends

    wd u pls help me … my huawei data modem cd is broken so can u send me huawei data modem software of EC325 by mail . pls .. my email id is basit3002@gmail.com and my no.9975096253 ..

  13. shiv Says:

    i am using linux ubuntu operating system.. i need drivers for EC325data modem for linux.. how can i connect my data modem in linux.. pl mail me

  14. Neo Says:

    Hi Nitin,
    I m using HUAWEI EC325 relience data card.
    I can’t execute commands like atd , at + cmgf ,etc. Some are working but most don’t.
    Plz , tell me how to execute at commands on this particular data card.
    Or if it is not possible , then plz anyone tell me the modem
    which supports all kinds of AT commands (other than nokia modem).

  15. Neo Says:

    I m using HUAWEI EC325 relience data card.
    I can’t execute commands like atd , at + cmgf ,etc. Some are working but most don’t.
    Plz , tell me how to execute at commands on this particular data card.
    Or if it is not possible , then plz anyone tell me the modem
    which supports all kinds of AT commands (other than nokia modem). …………..

  16. Rahul Says:

    i want to use reliance and tata Tsim in a Huwai EC-325 data card. Is I can use both connections on a single data card.

  17. sree ram Says:

    Hi,
    I have unzipped the drivers i have downloaded from the link in hutch thailand site
    There were two of them and i have installed both of the packages and they install properly
    After installing them when i connect the usb modem
    nothing happens
    Should i go through any procedure for the USB Modem to be detected
    If yes, please let me know how to do that
    If i need to uninstall the drivers that are already installed how can i do that
    Answer to any of the above two Q`s will help me a TON
    Also, one more thing is that when i try to set up a new internet coonection by using the assist me function
    The option of connect using a telephone modem to dial my ISP is not getting highlighted
    can anyone please help me out on that
    Thanks and Regards,
    Sree ram

  18. Bala Says:

    I tried your instructions on my Huawei EC325 USB netconnect Reliance card on Fedora Core 6 on my Sony Viao.
    After a little bit of effort, smooth connect. Sometimes, initially I have to pull the modem out and reconnect. Also, I set up the modem connect on System/Admin/Network and that works fine too.
    Next have to try it with my ZTE card.

  19. A V H S P RAO Says:

    Ok.. I have just posted an article & tools for removing the lock for the device. Download the tool and have fun. It replaces the lock placed by network operator which disables the device to work on other networks. check out http://www.unpackstudio.com and see the article Unpacking HUAWEI EC 325 DATA CARD

  20. nirav Says:

    thanks yarrr.. its really great working..

  21. nirav Says:

    hi nithin ,,
    i have a reliance data card HUAWEI EC 325..
    its not really working oon this..
    also the problem in the editing the file wvdial.conf please mail me how can i resolve this..
    thanks ..

  22. Nithin Says:

    Hi Nirav,

    Could you please let us know what kind of problem you are facing with editing the wvdial.conf….this will help me in resolving the issue…

    Thanks,
    Nithin K

  23. canucked Says:

    I followed your instructions and easily connected my Ubuntu Hardy system to Tata. I’m also using the Huawei EC325.

    Thanks, Nithin!

  24. Bala Says:

    I just upgraded from Fedora Core 6 to Fedora 9.
    The Reliance Huawei EC-325 was working fine based on your instruction on FC6.
    On F9,I get some garbage from pppd – it seems to be connected, but firefox does not recognize connection. See the output below.

    –> Initializing modem.
    –> Sending: ATZ
    ATZ
    OK
    –> Sending: AT+CRM=1
    AT+CRM=1
    OK
    –> Modem initialized.
    –> Sending: ATDT#777
    –> Waiting for carrier.
    ATDT#777
    CONNECT 230400
    –> Carrier detected. Starting PPP immediately.
    –> Starting pppd at Sun May 25 11:14:08 2008
    –> Pid of pppd: 3230
    –> Using interface ppp0
    –> pppd: ���[08]���[08]���[08]
    –> pppd: ���[08]���[08]���[08]
    –> pppd: ���[08]���[08]���[08]
    –> local IP address 220.226.70.189
    –> pppd: ���[08]���[08]���[08]
    –> remote IP address 220.224.135.15
    –> pppd: ���[08]���[08]���[08]
    –> primary DNS address 202.138.103.100
    –> pppd: ���[08]���[08]���[08]
    –> secondary DNS address 202.138.96.2
    –> pppd: ���[08]���[08]���[08]

    Any thoughts? I am having the same problem with another modem, ZTE MG880.

    Thanks. Bala

  25. Piyush Says:

    Hi

    I have written the info in wvdial but wen i execute wvdial cdma it says..
    could not open file /dev/modem No such file or directory…

    Do i need to change any network settings.. How do i chk dat it recognizes my modem?? I have Ubuntu 8.04 installed and am stuck…
    Please help

  26. Mohit Puri Says:

    Hi Friends,
    I have followed the information from the reliance forum to use the modem in linux. There is a surprising thing. My modem is being recognized as gsm modem…
    I am pasting the output of dmesg after loading the module using modprobe.
    Please tell me what to do. I am usng mandriva 2008.1 and and quite impresed wth it. i am using kppp as an alternative to wvdial

    usbcore: registered new interface driver usbserial
    drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
    usbcore: registered new interface driver usbserial_generic
    drivers/usb/serial/usb-serial.c: USB Serial Driver core
    drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
    option 3-2:1.0: GSM modem (1-port) converter detected
    usb 3-2: GSM modem (1-port) converter now attached to ttyUSB0
    option 3-2:1.1: GSM modem (1-port) converter detected
    usb 3-2: GSM modem (1-port) converter now attached to ttyUSB1
    usbcore: registered new interface driver option
    drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root

  27. Mohit Puri Says:

    Hi guys,
    my problem is now resolved. i realized that it does not matter to me whether it is a cdma or a gsm service. all i had to do was configure it using kppp as a normal dialup connection.

  28. Preetam Panda Says:

    Hi,

    My Huawei Details is under

    Product : Data Card
    Model:-EC325 (Reliance)

    Your Problems Solve. CALL ME 9338143175

    Thanks

    Preetam Panda

  29. pullareddy Says:

    i have a reliance data card HUAWEI EC 325..
    its not really working on this..
    also the problem in the editing the file wvdial.conf please mail me how can i resolve this..
    thanks .. thanks

  30. pullareddy Says:

    thak u for providing this information.now i am able to brows net in ubantu
    lot of thanks

  31. Suraj Says:

    Hi Nithin..

    I have installed Ubuntu on my machine.
    I want to install broadband connection on it.
    My modem type is HUAWEI Quidway 1003A.

    Can you tell me the steps how to install it …
    I am new to Ubuntu and Linux too :-)

    Please mail me if you can.
    Surajmulay@rediffmail.com

  32. Mohandas Says:

    I would like to buy one data card. Whom do I contact please ?
    I am in Dehradun

  33. jigesh Says:

    [root@localhost ~]# wvdial huawei
    –> WvDial: Internet dialer version 1.60
    –> Initializing modem.
    –> Sending: ATZ
    ATZ
    OK
    –> Modem initialized.
    –> Sending: ATDT#777
    –> Waiting for carrier.
    ATDT#777
    CONNECT
    –> Carrier detected. Starting PPP immediately.
    –> Starting pppd at Thu Jul 10 11:36:02 2008
    –> Pid of pppd: 3875
    –> Using interface ppp0
    –> pppd: �q�[08]
    –> local IP address 10.64.64.64
    –> pppd: �q�[08]
    –> remote IP address 10.112.112.112
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]
    –> pppd: �q�[08]

    but i can’t ping any site

  34. Ratheesh Says:

    Hai,

    How can I configure Huawei EC325 NIC for linux?? I’m using a BSNL connection….

    Ratheesh

  35. Dinesh Dileep Says:

    hi Nithin,
    I tried the methods you have given above in ubuntu 8.04 LTS in my dell laptop using huawei ec325 modem, the provider being bsnl.
    this is the message i get

    –> 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 230400

    –> Carrier detected. Starting PPP immediately.
    –> Starting pppd at Sun Jul 27 16:33:55 2008

    –> Pid of pppd: 6769
    –> Using interface ppp0
    –> pppd: ??[06][08][10]?[06][08]

    –> pppd: ??[06][08][10]?[06][08]
    –> pppd: ??[06][08][10]?[06][08]

    –> pppd: ??[06][08][10]?[06][08]
    –> pppd: ??[06][08][10]?[06][08]

    –> Disconnecting at Sun Jul 27 16:34:02 2008

    –> The PPP daemon has died: Authentication error.

    –> We failed to authenticate ourselves to the peer.

    –> Maybe bad account or password? (exit code = 19)

    –> man pppd explains pppd error codes in more detail.

    –> I guess that’s it for now, exiting

    –> The PPP daemon has died. (exit code = 19)

    the log says, maybe i am having bad username or password but i am able to login to internet in windows(vista) using the same username and password. pls help, i am eager to get into net via linux

  36. Indian Linux forum Says:

    Did you try this tutorial which is there from long time..
    Using CDMA modem in Linux ..

    I hope that helps :)

  37. pradeep Says:

    please tell me how to use huawei ec325 on open suse

  38. pradeep Says:

    where i will get the setup file for huawei ec325 data card to use it on open suse,please help me email pradeepak2008@rediffmail.com

  39. Nirav Says:

    Hi nithin,
    I got connected. got ip address and dns.
    But can’t open the any web site in the browser …
    Thanks

  40. Nithin Says:

    @Pradeep: The steps mentioned were for Open Suse itself. But it is applicable to all distros around, could you tell what problem you are facing.

    @ Nirav: Please check my other post http://nithinkamath.info/archives/2007/08/solution-to-dns-failure-in-suse-102/

  41. Chenthil Says:

    How do I get the device address, I have a huawei data card from reliance, and it is not usb it is in PCMCIA slot.

  42. Rajkumar Says:

    Hi,
    I managed to connect to the internet with the above mentioned steps but i am not able to browse any sites.

    Kindly advise

    Regards

    Raj
    9822092004

  43. Rajkumar Says:

    Hi,

    I request the moderator not to delete my message as my previous message was deleted.

    Please try to assist me in the problem

    As per the above mentioned steps I am able to connect to the internet using my usb modem but I am not able to browse any of the websites nor ping

    I am using RedHat Linux enterprise edition 5.

    As of now the Network interface card is not configured with any ips or there is no dhcp server in the network

    Named (DNS) service is also disabled.

    Kindly advise me what has to be done.

    After lot of search in google I came across to this site with some homes of getting my problem resolved.

    Awaiting for a positive reply

    Regards …

    Raj

  44. jazmin Says:

    Dear friend,
    I purchased a Huawei EC325 nic ,i can get driver cd with it suprted only windows version ,but i want use linux oprating system pls send cleared answer for it.

    by,
    Jazmin p,
    Trissur.

  45. Ashish Shah Says:

    Hi can u pls tell me what is username and password while creating a profile

  46. Gaurav Says:

    i connected my reliance netconnect in linux fedora 6.
    it shows that i am connected using ur procedure but when i use firefox to open a webpage then it shows the error web page not found as if i am not connected to the internet.
    can u plz help me???

  47. vignesh Says:

    Hey.. I got the same problem as Dileep With BSNL provider, n ec 325 . It fails to authenticate. Are the providers crazy or is there any tweak..

  48. Roman Says:

    Hi ! I’m following your indications to connect my modem Huawei EC325.

    I wrote the wvdial.conf
    But when I do the command : wvdial tata, the result is :

    rom@rom-laptop:~$ wvdial tata
    WvDial: WvDial: Internet dialer version 1.56
    WvModem:
    Cannot get information for serial port.
    WvDial: Initializing modem.
    WvDial:
    Sending: ATZ
    WvDial Modem: ATZ
    WvDial Modem: OK
    WvDial:
    Sending: AT+CRM=1
    WvDial Modem: AT+CRM=1
    WvDial Modem: OK

    WvDial: Modem initialized.
    WvDial: Sending: ATDT#777
    WvDial: Waiting for carrier.

    WvDial Modem: ATDT#777
    WvDial Modem: CONNECT 230400
    WvDial: Carrier detected.
    Starting PPP immediately.
    WvDial: Starting pppd at Sat Nov 22 15:06:47
    2008
    WvDial: Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
    WvDial
    : –> PAP (Password Authentication Protocol) may be flaky.

    WvDial: Warning: Could not modify /etc/ppp/chap-secrets: Permission denied

    WvDial: –> CHAP (Challenge Handshake) may be flaky.
    WvDial
    : Pid of pppd: 7029
    WvDial: Using interface ppp0
    WvDial:
    Disconnecting at Sat Nov 22 15:06:58 2008
    WvDial:
    The PPP daemon has died: A modem hung up the phone (exit code = 16)
    WvDial:
    man pppd explains pppd error codes in more detail.
    WvDial:
    Try again and look into /var/log/messages and the wvdial and pppd man pages for more information
    .
    WvDial: Auto Reconnect will be attempted in 5 seconds
    WvModem:
    Cannot get information for serial port.
    WvDial: Initializing modem.
    WvDial:

    Sending: ATZ
    WvDial: Sending: ATQ0
    WvDial Modem: ATQ0
    WvDial Modem: OK
    WvDial:
    Re-Sending: ATZ
    WvDial Modem: ATZ
    WvDial Modem: OK
    WvModem:
    Cannot get information for serial port.
    WvDial: Initializing modem.
    WvDial:
    Sending: ATZ
    WvDial Modem: ATZ
    WvDial Modem: OK
    WvDial:
    Sending: AT+CRM=1
    WvDial Modem: AT+CRM=1
    WvDial Modem:
    OK
    WvDial: Modem initialized.
    WvModem: Cannot get information for serial port.

    WvDial: Initializing modem.
    WvDial: Sending: ATZ
    WvDial Modem:
    ATZ
    WvDial Modem: OK
    WvDial: Sending: AT+CRM=1
    WvDial Modem:
    AT+CRM=1
    WvDial Modem: OK
    WvDial: Modem initialized.
    WvDial:
    Sending: ATDT#777
    WvDial: Waiting for carrier.
    WvDial Modem: ATDT#777
    WvDial
    Modem: CONNECT 230400
    WvDial: Carrier detected.
    Starting PPP immediately.
    WvDial: Starting pppd at Sat Nov 22 15:07:17 2008

    WvDial: Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
    WvDial
    : –> PAP (Password Authentication Protocol) may be flaky.
    WvDial:
    Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
    WvDial
    : –> CHAP (Challenge Handshake) may be flaky.
    WvDial:
    Pid of pppd: 7032
    WvDial: Using interface ppp0
    WvDial:
    Disconnecting at Sat Nov 22 15:07:27 2008
    WvDial:
    The PPP daemon has died: Authentication error.
    WvDial:
    We failed to authenticate ourselves to the peer.
    WvDial:
    Maybe bad account or password? (exit code = 19)
    WvDial:
    man pppd explains pppd error codes in more detail.
    WvDial:
    I guess that’s it for now, exiting
    WvDial: The PPP daemon has died.
    (exit code = 19)

    I’m sure about my username and password.

    So, from where the problem can come from ?

    Thanks for your help.

  49. roman Says:

    hi Nithin,
    I tried the method you have given above in ubuntu 7.1 for using huawei ec325 modem.

    the log says, maybe i have bad username or password
    can you help me, please ?

  50. BIJO Says:

    I recently got a internet connection from BSNL. I purchased the Huawei EC325 modem which uses a USB cable to connect to the PC. My inital reaction was since it was a USB connection and was using a custom software to connect to the net, it would not be possible to connect to the net in Linux (fedorA)using this modem.

  51. Gopan Says:

    Dear Nithin,
    After a long struggle I gave up the plan to configure EC 325 in Ubuntu 8.10 . Fortunately I came across your blog. Now I am connected to Net.Thankyou

  52. roman Says:

    I was using Ec325 on Ubuntu 7.1 without problems.
    But now, I can not connect anymore.
    PPP daemon has died = A modem hang up the phone (exit code = 16). Var/log/messages = warning: secret file /etc/ppp/papsecrets has world and/or group access. Please, can u help me to reconnect ?

  53. Nithin Says:

    @Roman : You have not mentioned whether the issue came about when you upgraded or what exactly cause the issue to surface. Could you please give a bit more details.

  54. roman Says:

    Thanks for your attention, Nithin. So: My permissions for pap-secrets and chap-secrets are rw, only for user. The owner is root. But when I try to connect :
    PPP daemon has died = A modem hang up the phone (exit code = 16).
    of course with ” warning: could not modify pap-secrets, permissions are denied …”
    Please, can u help me to connect ?

  55. JAY Says:

    Hi Friends,

    connected my reliance netconnect in linux fedora 9.
    it shows that i am connected using ur procedure but when i use firefox to open a webpage then it shows the error web page not found as if i am not connected to the internet.can u plz help me??? its very urgent

  56. JAY Says:

    Hi Friends,

    connected my reliance netconnect in linux fedora 9.
    it shows that i am connected using ur procedure but when i use Mozila to open a webpage then it shows the error web page not found as if i am not connected to the internet.can u plz help me??? I appreciate your help

  57. sethi Says:

    Hi i ‘ve recently bought Huawei EC 325 NIC USB
    My service provider is BSNL
    I want to use it Mandriva 2009
    could u plese help me to do this
    Thanks

  58. Barjinder Says:

    Brother i purchased NIC data card from BSNL yesterday it works on my windows comp but i have a Macbook Air on that its not working… Pls suggest and help. Pls send me mail also… Thanx

  59. Nithin Says:

    @Barjinder : It should be similar to configure in Macbook as I mentioned in Linux, but since I dont have it I cannot try or experiment. Sorry.

  60. jeet Says:

    Hi i ‘ve recently bought Huawei EC 325 NIC USB
    My service provider is BSNL
    I want to use it Mandriva 2009
    could u plese help me to do this
    Thanks

  61. Ingvar Says:

    Hi all. I have a Huawei 325 modem as well, used for a year with Mandriva 2008 together with wvdial. Now I upgraded to Mandriva 2009 and wvdial is not on the distro disk but available on update sites I am told.
    Already in 2008.1 Huawei was detected automatically when plugged in, but when trying to configure or use; it asks for the pin and after that the usual “check your SIM card” thing. and then nada. Same problem now in Mandriva 2009.
    My question is why must it be so difficult to remove the pin query from the GUI setup source code and just use the modem just as it is used in wvdial? it just a matter of a few lines of codes I guess? I mean why must it be problematic in the GUI when the wvdial is so simple?
    I have tried setting up KPPP with its GUI too but not working, learning curve maybe, still working on it.
    any pin entered does not work, I have tried them all; welcome to “check your SIM card” message…

  62. Jasir Says:

    Hi I’ve got a BSNL Tarang Huawei T1ETS2288
    its got a usb-serial cable.
    and am trying to connect to the net with my Ubuntu 8.10 / 9.04 laptop.

    could you tell me what would be the steps.
    lsusb shows:
    idVendor 0×0451
    idProduct 0×3410
    TUSB3410 Microcontroller

    your help would be much appreciated

  63. JPPATEL Says:

    Thanks for an excellent post!

    I am a linux newbie. I am using BSNL Huawei EC325 Data modem on Ubuntu 7.10 os. It works well in windows XP. But when I followed the instructions given by you in ubuntu, i couldn’t connect. (Below are the outputs.) Looks like the ppp connection is working fine, but I cannot browse the internet or ping the DNS servers. May be I am missing some silly thing which you have ignored in your instructions.

    $ cat /etc/wvdial.conf
    [Modem0]
    Modem=/dev/ttyUSB0
    SetVolume=0
    Dial Command=ATDT
    init1=ATZ
    init2=AT+CRM=1
    FlowControl=Hardware (CRTSCTS)
    [Dialer bsnl]
    Username=165
    Password=165
    Phone=#777
    Stupid Mode=1
    Inherits=Modem0

    $ wvdial bsnl
    WvDial: WvDial: Internet dialer version 1.56
    WvModem: Cannot get information for serial port.
    WvDial: Initializing modem.
    WvDial: Sending: ATZ
    WvDial Modem: ATZ
    WvDial Modem: OK
    WvDial: Sending: AT+CRM=1
    WvDial Modem: AT+CRM=1
    WvDial Modem: OK
    WvDial: Modem initialized.
    WvDial: Sending: ATDT#777
    WvDial: Waiting for carrier.
    WvDial Modem: ATDT#777
    WvDial Modem: CONNECT 230400
    WvDial: Carrier detected. Starting PPP immediately.
    WvDial: Starting pppd at Tue May 12 23:37:18 2009
    WvDial: Pid of pppd: 6122
    WvDial: Using interface ppp0
    WvDial: local IP address 117.254.21.98
    WvDial: remote IP address 192.168.52.12
    WvDial: primary DNS address 218.248.240.181
    WvDial: secondary DNS address 218.248.240.134

    $ tail -f /var/log/messages
    May 12 23:47:17 jp-laptop pppd[6248]: pppd 2.4.4 started by jppatel, uid 1000
    May 12 23:47:17 jp-laptop pppd[6248]: Using interface ppp0
    May 12 23:47:17 jp-laptop pppd[6248]: Connect: ppp0 /dev/ttyUSB0
    May 12 23:47:21 jp-laptop pppd[6248]: CHAP authentication succeeded
    May 12 23:47:21 jp-laptop pppd[6248]: CHAP authentication succeeded
    May 12 23:47:22 jp-laptop pppd[6248]: local IP address 117.254.16.125
    May 12 23:47:22 jp-laptop pppd[6248]: remote IP address 192.168.52.12
    May 12 23:47:22 jp-laptop pppd[6248]: primary DNS address 218.248.240.181
    May 12 23:47:22 jp-laptop pppd[6248]: secondary DNS address 218.248.240.134

    $ ifconfig
    eth0 {…}

    lo {…}

    ppp0 Link encap:Point-to-Point Protocol
    inet addr:117.254.21.17 P-t-P:192.168.52.12 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:64 (64.0 b) TX bytes:97 (97.0 b)

    Let me know how can I check where the problem is. Any help would be appreciated.

  64. Nithin Says:

    @Patel : Everything looks fine to me….not sure what the issue is.

  65. JPPATEL Says:

    Thanks for your reply.
    Please let me know how can I test that specific connection ppp0 on linux? How can I know that firefox is using ppp0 for the internet? Any other way to figure out where the problem is?
    Sorry if this is very naive.

  66. Ghanasyam PB Says:

    I dont understand ur First 3 steps…….pls make it simple……….i’m new to linux………

  67. AMoharana Says:

    extremely sorry for this naive request…
    i urgently need the driver cd for bsnl huawei ec325 modem..
    would u plz send the image file or sometyhing to my email or provide me a link to download.

  68. Senthilkumar Says:

    Hi
    I bought a USB device model EC325, I do not CD now to load on my PC, can i get it from internet??

  69. Nithin Says:

    @Senthil: Try by downloading the required from the Huawei download page: EC325.

  70. Maged Kathom Says:

    to install Huawei EC325 All what you need is Ubuntu 9.04
    1- go to system-preferences-network connections
    2- click Mobile Broadband you will find a connection at this tab one click on it
    3-click Edit
    4-enter your information phone Number & User name & Password
    5-click Apply
    6-on the top-right of desktop you can see a network connection icon one click on it
    7-chose your connection and wait for seconds you will get a connecting
    forgive me for my English

  71. BSNL NIC Wireless Internet – Review « Yaba Daba Doo ! Says:

    [...] Supports Windows 2000/XP/Vista/Seven and Linux too! [...]

  72. vijendra singh dinker Says:

    hi,
    i’m a ubuntu9.04 newbie i’m using bsnl huawei ec325 data modam on windows but i wan’t to connect ec325 on ubuntu
    plz help how i connect modam on ubuntu

  73. Computer Surgeon Says:

    Hi nithin,

    i use SUSE 11.0 on my Laptop

    where am i going wrong.

    my wvdial.conf file contains

    [Modem0]
    Modem=/dev/ttyUSB1
    Baud=115200
    SetVolume=0
    Dial Command = ATDT
    init1=ATZ
    init2=AT+CRM=1
    FlowControl= Hardware (CRTSCTS)
    [Dialer BSNL]
    Username= **********
    Password= *******
    Phone=#777
    Stupid Mode= 1
    Inherits = Modem0
    ——————————————————————————————————————
    linux-hanq:/etc # wvdial BSNL
    WvDial: Internet dialer version 1.60
    Cannot get information for serial port.
    Initializing modem.
    Sending: ATZ
    Sending: ATQ0
    Re-Sending: ATZ
    Modem not responding.
    ——————————————————————————————————————
    konqueror browser pops up saying
    could not find usable proxy configuration settings
    ——————————————————————————————————————
    linux-hanq:/etc # wvdial
    WvDial: Internet dialer version 1.60
    Cannot get information for serial port.
    Cannot open /dev/modem: No such file or directory
    Cannot open /dev/modem: No such file or directory
    Cannot open /dev/modem: No such file or directory
    —————————————————————————————————————–

  74. rajesh Says:

    hello sir….

    i am using bsnl huawei (EC-325),it support in Xp & vista but not linux mandriva 2009.so plz help me…..

    how can i connect moden in linux os any diver or any code methods plz help me…….

  75. Nilanjan Pal Says:

    I am using Huawei Data card both in linux (Fedora 8) and in Windows XP. In linux I used Wvdial and in windows I used the data card driver. But surprisingly recent performance is quit slow in linux. please help me. I want to use linux forever

  76. Suresh Kumar Says:

    I have a Huawei EC325 modem with BSNL Connection. I like to use it in Linux. I tried hard. I couldn’t even find the following file “/etc/wvdial.conf”. Please help me.

  77. Nithin Says:

    @Suresh : Can you tell me which Linux distribution you are using, since since the last two releases Ubuntu has stopped including ‘wvdial’ package as a part of the installation. So if you are using Ubuntu, please download ‘wvdial’ seperately (Open synaptic -> search for wvdial -> Mark it for installation -> In the file menu choose the ‘generate download script’), open the saved file and use the path mentioned to download wvdial and its dependencies, once downloaded open synaptic again and goto file -> install downloaded packages and select the folder where you have saved the downloaded files.)

    If you are not using Ubuntu, check if wvdial is installed by opening the terminal and typying wvdial. Get back in case you have any further doubts.

  78. Nithin Says:

    @Nilanjan : Can you let me know which browser you are using and perhaps you could track your speed using the gnome applet netspeed and let me know how much speed you are getting in actual?

  79. Nilanjan Pal Says:

    I am using Mozilla Firefox of Fedora eight…I will let u know abt the speed later…..

  80. Nilanjan Pal Says:

    Sorry Nithin my distro dont have netspeed…I have checked the DVD also…but there is no netspeed….But its bit slower in linux may be caused by the lack of driver probelem…..as I have visited ur blog in less than one min in windows while it took 3 mins in linux…I dont have any driver installed in linux as I dont have….but EC325 driver(one above) is running smoothly…I tried wine to install other driver but it did not work…plz suggest

  81. Nithin Says:

    @Nilanjan : There are no seperate drivers required for NIC Card in Linux, everything comes bundeled along with the distro, and don’t even try using the drivers under wine it is useless to try that. And the problem looks to be with the configuration rather than the driver issue. One simple thing would be to update your distro to the latest version which is Fedora 12 if possible. Else which version of Firefox are you using, do a ‘about:config’ in your address bar, continue if you are shown a warning, and then search for ‘network.dns.disableIPv6′ and set its value to ‘false’. Check the following http://kb.mozillazine.org/Error_loading_any_website#IPv6 for the exact steps.

    Also can you provide the details of doing a ping on google.com, use the command ‘ping google.com’

  82. Idris Says:

    Hi Nithin,

    Thanks for quick and helpful replies.

    I am using Reliance netconnect with Huawei EC1260 modem.
    I have read 100s of blog to configure it with no success.
    My system is Dell vostro 1520,
    OS: ubuntu 8.1

    I get the following message when running wvdial.

    root@sidris-laptop:~# 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 Nov 27 10:55:35 2009
    –> Pid of pppd: 8505
    –> Using interface ppp0
    –> pppd: ?5?[08](8?[08]
    –> pppd: ?5?[08](8?[08]
    –> pppd: ?5?[08](8?[08]
    –> pppd: ?5?[08](8?[08]
    –> pppd: ?5?[08](8?[08]
    –> pppd: ?5?[08](8?[08]
    –> pppd: ?5?[08](8?[08]
    –> Disconnecting at Fri Nov 27 10:56:05 2009
    –> The PPP daemon has died: A modem hung up the phone (exit code = 16)
    –> man pppd explains pppd error codes in more detail.

    It would be of great help, if you can give me some pointer.
    Thanks

  83. Ankit Says:

    Hi, Nithin,
    I purchaged HUAWEI EC 325 data modem from Reliance. They are cheating me with huge bills, I want to go for Tata Indicom, but I dont want to invest money on the modem, Can I use Huawei Ec 325 for Tata Indicom using Tsim Card that Tata Indicom will provide.
    Please tell me whether I can use Huawei Ec 325 for Tata Indicom wireless net connection.

    I went to Tata Indicom
    and they are not sure whether Huawei Ec 325(purchaged from Reliance) will work for Tata using T sim Card, they are insisting to purchage HUAWEI EC325 (again)from Tata Indicome.

  84. Jagadeesha Says:

    Hi Nithin,

    i am using bsnl service for internet they provided me ec325 modem

    what changes i need to do in conf

    please help me

    thanks in advance

    Jagadeesha A R

  85. Nithin Says:

    @Ankit : I think you can ask the Tata guys for a demo. Once they start the demo, ask them for the TSIM card, put it in your ec325 and connect it to their demo machine and see if it work, if yes, then you are in luck.

  86. nouman Says:

    i want to configure nokia n71 or e65 to use as modem. please help me to do this

  87. khilap singh Says:

    I have followed the information from the reliance forum to use the modem in linux. There is a surprising thing. My modem is being recognized as gsm modem…
    I am pasting the output of dmesg after loading the module using modprobe.
    Please tell me what to do. I am usng mandriva 2008.1 and and quite impresed wth it. i am using kppp as an alternative to wvdial

    usbcore: registered new interface driver usbserial
    drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
    usbcore: registered new interface driver usbserial_generic
    drivers/usb/serial/usb-serial.c: USB Serial Driver core
    drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
    option 3-2:1.0: GSM modem (1-port) converter detected
    usb 3-2: GSM modem (1-port) converter now attached to ttyUSB0
    option 3-2:1.1: GSM modem (1-port) converter detected
    usb 3-2: GSM modem (1-port) converter now attached to ttyUSB1
    usbcore: registered new interface driver option
    drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root

    plz help me -negi58@gmail.com

  88. VIJENDRASINGHDINKER Says:

    Log in as root, i.e. type “su -” sans the quotes and enter the root password. what is the root password im using ubuntu 9.04

  89. Nithin Says:

    @Vijendra : It would be the same as your main user password.

Leave a Reply