I got exactly the same problem since upgraded to artful. My modem is
Huawei E176 (12d1:140c) and my workaround for now is to add file
/etc/udev/rules.d/99-mm-e176.rules with below content to unset
ID_MM_CANDIDATE on /dev/cdc-wdm*.

ACTION!="add|change|move", GOTO="mm_e176_end"

# E176
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="140c", SUBSYSTEM=="usb", 
KERNEL=="cdc-wdm*", ENV{ID_MM_CANDIDATE}="0"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="140c", SUBSYSTEM=="usbmisc", 
KERNEL=="cdc-wdm*", ENV{ID_MM_CANDIDATE}="0"

LABEL="mm_e176_end"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1723210

Title:
  mobile broadband connectie fail (timeout)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1723210/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to