After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658656 - Support for Huawei ETS1000
Support for Huawei ETS1000
Status: RESOLVED INCOMPLETE
Product: NetworkManager
Classification: Platform
Component: ModemManager
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-09 13:31 UTC by Michael
Modified: 2014-07-01 16:45 UTC
See Also:
GNOME target: ---
GNOME version: 3.3/3.4


Attachments
Logs (3.49 KB, text/plain)
2011-09-09 13:31 UTC, Michael
Details
udevadm info (976 bytes, text/plain)
2012-05-03 12:20 UTC, Michael
Details

Description Michael 2011-09-09 13:31:27 UTC
Created attachment 196113 [details]
Logs

Network-manager does not support Huawei ETS1000. This CDMA modem use Texas Instruments TUSB 3410 datacable(USB<-->COM) for connect to PC.

To make this datacable work you must create this rule

/etc/udev/rules.d/026_ti_usb_3410.rules

#TI USB 3410
 SUBSYSTEM=="usb_device" ACTION=="add"
 SYSFS{idVendor}=="0451",SYSFS{idProduct}=="3410" \
 SYSFS{bNumConfigurations}=="2" \
 SYSFS{bConfigurationValue}=="1" \
 RUN+="/bin/sh -c 'echo 2 > /sys%p/device/bConfigurationValue'"

Community manual
http://installing-huawei-cdma-modem-in-linux.blogspot.com/
Comment 1 Michael 2012-05-01 06:26:55 UTC
I new versions of Linux kernel is no longer necessary to create a rule for udev. (Tested in Ubuntu 11.10/12.04). But NetworkManager still does not recognize the modem.
Comment 2 Dan Williams 2012-05-01 21:28:35 UTC
Can you paste in the following for me?

udevadm info --path=/sys/class/tty/ttyUSB0 --query=property

assuming that ttyUSB0 is the name one of the ETS1000's serial ports.
Comment 3 Michael 2012-05-03 12:20:59 UTC
Created attachment 213371 [details]
udevadm info
Comment 4 Michael 2012-06-11 17:06:07 UTC
Can you solve the problem as quickly as possible because after the first of July I can not confirm the fix.
Comment 5 Aleksander Morgado 2013-04-01 14:32:46 UTC
According to the udevadm info logs, the port is tagged to be probed by MM. We would actually need to see ModemManager debug logs, see "Debugging 3G connections" in https://live.gnome.org/NetworkManager/Debugging
Comment 6 André Klapper 2014-07-01 16:45:06 UTC
Closing this bug report as no further information has been provided. 

Michael: Please feel free to reopen this bug if you can provide the information asked for. Thanks!