Home > Ubuntu > Huawei Modem not detecting in Ubuntu 10.04 Lucid – Fix

Huawei Modem not detecting in Ubuntu 10.04 Lucid – Fix

July 17th, 2010

I always like to do thinks in terminal, let me explain you in my way.  Use lsusb command to find if the modem is detected.

If detected use lsusb -v, to find the product id and vendor id of the modem.

In my case I am using Huawei EC168C – the vendor id is “12d1″ and product id is “1446″.

Open the terminal and follow the instructions

#sudo gedit /etc/udev/rules.d/15-huawei-115x.rules

Now paste the following content as follows and save.

SUBSYSTEM==”usb”,
SYSFS{idProduct}==”1446″,
SYSFS{idVendor}==”12d1″,
RUN+=”/lib/udev/modem-modeswitch –vendor 0x12d1 –product 0×1446 –type option-zerocd”

Save the file. Unplug and plug the modem. Now right click the network icon , goto Mobile Broadband and click Edit. Enter the phone and username.

In my case I am in Zantel network. The phone number is #777 and username is @zantel.com. Click the network icon again and click the detected modem to enjoy surfing.

Ubuntu , ,

  1. arjun
    August 20th, 2010 at 21:09 | #1

    i ve samsung s3310.I ve followed the steps but this doesn’t seems to work.If you know how to connect samsung phone modem with ubuntu please do reply me……

  2. ali
    August 28th, 2010 at 18:06 | #2

    Didn’t work for me. I’m using Lucid Lynx and Huawei EC168C USB Device.

  3. October 6th, 2010 at 02:33 | #3

    @ali, sorry for the late reply. I am not sure why this didnt work for you. Make a not before vendor and product it is a double hifen. Can you email me at rosarioarun_at_gmail_dot_com. I can help you.

  4. October 6th, 2010 at 02:35 | #4

    @arjun, I dont think these steps will work for samsung. Try using wvdial.
    Check out the three posts in http://www.linuxmonk.org/tag/wvdial/

    It will help you.

  5. Daniel
    November 3rd, 2010 at 14:30 | #5

    HEY I BOUGHT A HUAWEI MOBILE BROADBAND MODEM, model:E1752
    HSPA USB Stick, CE0682,HUAWEI TECHNOLOGIES CO., LTD, MADE IN CHINA ( THAT DESCRIBES THE LABELS ON IT). BUT IT HAS COMPLETELY FAILED TO CONNECT TO UBUNTU 10.04. HOW CAN U GUYZ HELP ME OUT OF IT, ORANGE.UG IS MY APN HERE IN uGANDA. I WILL BE GREATIFUL FOR YOUR HELP

  6. priyanka
    June 14th, 2011 at 07:48 | #6

    using the method of editing a file it is just detecting the modem and at the end it is trying to connect but finally it is nnot connected.can anyone resolve this problem?ur suggestions are welcome and thnx in advance.

  7. June 14th, 2011 at 08:21 | #7

    @daniel, need more info on what error you are getting. try the below
    @priyanka, The above file edit will only help you detect the modem. After the modem is detected you will have to create a configuration as per you operator. Click on the network connections at your right hand top. Select Edit connections, goto Mobile BroadBand tab. and create a config for your connection. And try to connect now.

  1. No trackbacks yet.