Results 1 to 5 of 5

Thread: How can I configure a Huawei E3131 Modem on Ubuntu 10.04

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Beans
    5
    Distro
    Ubuntu

    How can I configure a Huawei E3131 Modem on Ubuntu 10.04

    am using an E3131 Huawei usb modem. I tried instructions
    here
    , but not success yet. I installed the mod-switch as advised. I ran
    Code:
    $ lsusb | grep 12d1

    I get the output below
    Code:
    Bus 002 Device 005: ID 12d1:14fe Huawei Technologies Co., Ltd.


    here is the list of files in
    Code:
    $ ls /etc/udev/rules.d/15-huawei-155x.rules31-huawei-e3131.rules
    Content of 15-huawei-155x.rules
    Code:
    TEM==”usb”,
    ATTRS{idProduct}==”14fe”,ATTRS{idVendor}==”12d1″,
    RUN+=”/lib/udev/modem-modeswitch –vendor 0x$attr{idVendor} –product 0x$attr{idProduct} –type option-zerocd”
    Content of 31-huawei-e3131.rules
    Code:
    
    
    Code:
    ACTION!=”add”, GOTO=”huawei_zerocd_end”SUBSYSTEM==”usb”, ATTR{bDeviceClass}!=”ff” ,ENV{DEVTYPE}==”usb_device”, GOTO=”huawei_zerocd_disable”SUBSYSTEM==”scsi”, ENV{DEVTYPE}==”scsi_device”, GOTO=”huawei_zerocd_disable”GOTO=”huawei_zerocd_end”LABEL=”huawei_zerocd_disable”ATTRS{idVendor}==”12d1″, ATTRS{idProduct}==”14fe″, RUN+=”modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd” 
    LABEL=”huawei_zerocd_end”


    I started the udev service. Unfortunately, the e3131 modem does not perform. I made configurations for the APN, but no change whatsoever. Would you possibly correct me?
    Thanking you, Simon.

  2. #2
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: How can I configure a Huawei E3131 Modem on Ubuntu 10.04

    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  3. #3
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How can I configure a Huawei E3131 Modem on Ubuntu 10.04

    Perhaps you should consider upgrading to 12.04 LTS and see how you go with that. 10.04 LTS reaches end-of-life in about two weeks and will no longer receive updates, including security updates, from that point. 12.04 LTS is supported until April 2017.

  4. #4
    Join Date
    Jan 2010
    Beans
    5
    Distro
    Ubuntu

    Re: How can I configure a Huawei E3131 Modem on Ubuntu 10.04

    I chose to cling to the one I first tried. I have been using 10.04 LTS for the last two years. I might have to install a new OS all together. Upgrading once messed up my work. Thanks for the link you provided, it looks familiar though.

  5. #5
    Join Date
    Oct 2009
    Location
    A world without windows
    Beans
    Hidden!

    Re: How can I configure a Huawei E3131 Modem on Ubuntu 10.04

    possible try latest usb mode switch , all at own risk , but they do have a forum.

    http://www.draisberghof.de/usb_modeswitch/

    do not use the debian link / read how to install first before compiling ,

    HTH

    Other readers note , do not try this in Ubuntu >10.04

    Alex
    Two tin cans are better than an iphone

    http://www.ehow.co.uk/how_2067160_ma...hone.html?cr=1

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
  •