Results 1 to 7 of 7

Thread: ZTE USB Modem - Make it work

  1. #1
    Join Date
    Jun 2010
    Beans
    16

    ZTE USB Modem - Make it work

    I have Ubuntu 11.10. I have 2 USB Modems.

    The Huawei E160 was 'picked-up' plag-n-play into my machine, the 'Safaricom' interface installed and I'm able to access internet; both via interface and through Network Manager. It's a GSM network/sim.

    The problem is the black ZTE MF192 modem. It's not 'picked-up' by my computer. Network Manager doesn't recognize a wireless device has been connected. I fiddled with the 'Orange' interface software in the modem and managed to install it. Both, directly to Ubuntu and the Windows-version via Wine. Both softwares will load, but neither makes the USB Modem work. It's a CDMA network/sim and works perfectly in Windows 7.

    What do I do to make it work?

  2. #2
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: ZTE USB Modem - Make it work

    is it a 3G modem ? open software center and install modeswitch
    and try again .

    all the best .
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  3. #3
    Join Date
    Aug 2009
    Beans
    58

    Re: ZTE USB Modem - Make it work

    Modeswitch is already part of the new Oneric Ocelot 11.10 by standard. If it is not mistakenly recognized as a storage device, than the error must be somewhere else !

    The device has no driver !

    Try to find out if the chipset of your device is supported.

    First step:
    Code:
    lsusb
    Write down the device number (001-005) and maybe the Name of the Company who produced it.

    Step two:
    Code:
    lsusb -v -s 03
    ( 03 is the example device number. you have to take away the first 0. Your device number will be different.)

    Look in the list of the above produced code for the id Vender and the id Product. Your id Product is your chip id. Try to find out in a search engine, whether or not this chip is supported in the Linux Kernal Drive. Possibly not ! Maybe you have to compile a driver.
    Last edited by clausrei; February 27th, 2012 at 10:00 PM.

  4. #4
    Join Date
    Jun 2010
    Beans
    16

    Re: ZTE USB Modem - Make it work

    Vendor=19d2
    Product=1518

    I googled as directed and came across a few sites, one of which is

    http://www.draisberghof.de/usb_modes...fde37d424f7f33

    and the dongle does have installation software in it, including a directory 'driver' with a file 'se'.

    PS: I'm a novice, much as I google 'PATCH', 'SWITCH' going about them confuses me even more. Please simply the process ie Do this, Then type this, Then.. etc

  5. #5
    Join Date
    Jun 2012
    Location
    Oxfordshire
    Beans
    149
    Distro
    Ubuntu

    Re: ZTE USB Modem - Make it work

    Quote Originally Posted by Kenyan-Newbie View Post
    Vendor=19d2
    Product=1518

    I googled as directed and came across a few sites, one of which is

    http://www.draisberghof.de/usb_modes...fde37d424f7f33

    and the dongle does have installation software in it, including a directory 'driver' with a file 'se'.

    PS: I'm a novice, much as I google 'PATCH', 'SWITCH' going about them confuses me even more. Please simply the process ie Do this, Then type this, Then.. etc
    Is the answer to this to install Sakis? I find Sakis is working well with 3 modems.
    Still deciding what to say.....

  6. #6
    Join Date
    Jun 2010
    Beans
    16

    Re: ZTE USB Modem - Make it work

    So sorry... I should have updated how I got it to work.

    The dongle had a few files it it. One was 'Linux'... In 'Linux' was 'Tools'.. The trick was to first install each and everyone of those tools, some co-dependent, before installing the 'Orange' User Interface.

    Once I tried that, it worked like a charm.

  7. #7
    Join Date
    Jun 2010
    Location
    Mombasa Kenya
    Beans
    21
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: ZTE USB Modem - Make it work

    That usually works, another method if you have internet connection is install libqt, basically any will do libqt3 or qt4 will do and wvdial. For Safaricom beware, it removes the Sudo password prompt, hence making your system vulnerable. The Modem on offer did that to my machine severally on precise and later on Quantal.
    To fix this type in terminal
    Code:
    sudo visudo
    then comment out the last line that says
    ALL ALL=(ALL) NOPASSWD:ALL
    to look like this

    #ALL ALL=(ALL) NOPASSWD:ALL
    The whole file should look like this

    #
    # This file MUST be edited with the 'visudo' command as root.
    #
    # Please consider adding local content in /etc/sudoers.d/ instead of
    # directly modifying this file.
    #
    # See the man page for details on how to write a sudoers file.
    #
    Defaults env_reset
    Defaults mail_badpass
    Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:$

    # Host alias specification

    # User alias specification

    # Cmnd alias specification

    # Cmnd alias specification

    # User privilege specification
    root ALL=(ALL:ALL) ALL

    # Members of the admin group may gain root privileges
    %admin ALL=(ALL) ALL

    # Allow members of group sudo to execute any command
    %sudo ALL=(ALL:ALL) ALL

    # See sudoers(5) for more information on "#include" directives:

    #includedir /etc/sudoers.d
    #ALL ALL=(ALL) NOPASSWD:ALL
    Or delete the last line altogether after includedir /etc/sudoers.d

    I dont know how safaricom does it, will go through the installation script.

    Kenyans beware.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •