Huawei E3131 mobile modem not recognized
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Usb Modeswitch Data |
Fix Released
|
Undecided
|
Mathieu Trudel-Lapierre | ||
usb-modeswitch-data (Baltix) |
Confirmed
|
Medium
|
Mantas Kriaučiūnas | ||
usb-modeswitch-data (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Modem does not work in 12.04. I heard it does work in 12.10.
It can be made to work in 12.04 by editing /lib/udev/
adding two lines:
# Huawei E3131
ATTRS{idVendor}
and adding file /etc/usb_
with contents:
# HUAWEI E3131 (DNA)
DefaultVendor=
DefaultProduct=
TargetVendor=0x12d1
TargetProduct=
MessageContent=
I copied those file contents from this forum message: http://
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: usb-modeswitch-data 20120120-0ubuntu1
ProcVersionSign
Uname: Linux 3.2.0-48-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Tue Jun 18 22:03:55 2013
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
MarkForUpload: True
PackageArchitec
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=fi_FI.UTF-8
SHELL=/bin/bash
SourcePackage: usb-modeswitch-data
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in usb-modeswitch-data (Baltix): | |
status: | New → Confirmed |
assignee: | nobody → Mantas Kriaučiūnas (mantas) |
importance: | Undecided → Medium |
I've another Huawei E3131 Variant - ATTR{idProduct} =="15ca" - added this line to /lib/udev/ rules.d/ 40-usb_ modeswitch. rules
ATTR{idVendor} =="12d1" , ATTR{idProduct} =="15ca" , RUN+="usb_ modeswitch '%b/%k'"
Also added attached file to /etc/usb_ modeswitch. d/ folder (contains the lines bellow):
# Huawei E3131 (Variant) st="1506" "55534243123456 780000000000000 011062000000100 000000000000000 000"
TargetVendor= 0x12d1
TargetProductLi
MessageContent=
I think it would be nice to send this file to upstream (usb-modeswitch) developers :)