GNOME Bugzilla – Bug 658656
Support for Huawei ETS1000
Last modified: 2014-07-01 16:45:06 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/
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.
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.
Created attachment 213371 [details] udevadm info
Can you solve the problem as quickly as possible because after the first of July I can not confirm the fix.
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
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!