Cellular data not activated after exiting flight mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Canonical Phone Foundations | ||
network-manager (Ubuntu) |
Fix Released
|
High
|
Tony Espy | ||
network-manager (Ubuntu RTM) |
Fix Released
|
High
|
Tony Espy |
Bug Description
Cellular data is not activated in ~50% of the cases in arale after setting then unsetting flight mode.
I obtained the attached log this way:
1. Disabled wifi (to have less noise) and removed syslog (to make smaller the attached one)
2. Reboot
3. See cellular data is on: route is right, I have network access
4. Set flight mode
5. Unset flight mode
6. Data is not restored even after waiting for a few minutes. ccmni0 interface is down.
list-modems shows that the modem is data-attached
list-contexts output shows that no IP context has been activated
Doing
usr/share/
sudo ip route add default dev ccmni0
ping 8.8.8.8
works and I receive the ping responses.
$ system-image-cli -i
current build number: 12
device name: arale
channel: ubuntu-
last update: 2015-04-16 08:06:39
version version: 12
version ubuntu: 20150416.0
version device: a17b9320788e721
version custom: 20150416.0
+ NetworkManager 0.9.10.
Related branches
- Alfonso Sanchez-Beato: Approve
- Mathieu Trudel-Lapierre: Approve
-
Diff: 708 lines (+688/-0)3 files modifieddebian/changelog (+9/-0)
debian/patches/lp1445080-fix-modem-flight-mode.patch (+678/-0)
debian/patches/series (+1/-0)
- Mathieu Trudel-Lapierre: Approve
-
Diff: 762 lines (+301/-188)6 files modifieddebian/changelog (+7/-0)
debian/patches/0001-wwan-add-support-for-using-oFono-as-a-modem-manager.patch (+215/-183)
debian/patches/lp1445080-modify-device-modem-avail.patch (+44/-0)
debian/patches/lp1445080-nm-modem-check-for-set-mm-enabled-func.patch (+28/-0)
debian/patches/lp1461593-add-modem-reconnect-delay-to-policy.patch (+5/-5)
debian/patches/series (+2/-0)
description: | updated |
Changed in network-manager (Ubuntu): | |
status: | New → Incomplete |
Changed in network-manager (Ubuntu): | |
importance: | Undecided → High |
assignee: | nobody → Tony Espy (awe) |
Changed in canonical-devices-system-image: | |
status: | New → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Fix Released → Confirmed |
importance: | Undecided → High |
milestone: | none → ww22-2015 |
tags: | added: connectivity |
Changed in network-manager (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in network-manager (Ubuntu RTM): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Tony Espy (awe) |
Changed in canonical-devices-system-image: | |
milestone: | ww22-2015 → ww24-2015 |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
milestone: | ww24-2015 → ww28-2015 |
I could also easily reproduce that with mako/arale 173, without any custom network manager packages.