mako and flo should have hotspot disabled
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Canonical System Image |
High
|
Alejandro J. Cura | ||
| | indicator-network (Ubuntu) |
Undecided
|
Jonas G. Drange | ||
| | ubuntu-system-settings (Ubuntu) |
Undecided
|
Jonas G. Drange | ||
Bug Description
METABUG FOR OTA6:
Mako has an issue with wpa-supplicant that use 100% of the cpu and stops the phone from functioning as expected when hotspot is in use.
Mako currently has hotspot installed, it can be enabled but devices can not connect to it.
https:/
Flo only has one modem wifi which is turn into the outgoing source for hotspot therefore disabling wifi.
https:/
Related branches
- Jonas G. Drange (community): Resubmit on 2015-08-31
- Indicator Applet Developers: Pending requested 2015-08-21
-
Diff: 453 lines (+192/-12)13 files modifieddata/com.ubuntu.connectivity1.NetworkingStatus.xml (+3/-0)
debian/changelog (+7/-0)
debian/control (+1/-3)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.cpp (+18/-0)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.h (+10/-0)
src/indicator/connectivity-service/connectivity-service.cpp (+29/-0)
src/indicator/connectivity-service/connectivity-service.h (+6/-0)
src/indicator/nmofono/hotspot-manager.cpp (+27/-0)
src/indicator/nmofono/hotspot-manager.h (+8/-0)
src/indicator/nmofono/manager-impl.cpp (+54/-9)
src/indicator/nmofono/manager-impl.h (+4/-0)
src/indicator/nmofono/manager.h (+10/-0)
tests/integration/test-connectivity-api.cpp (+15/-0)
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-09-10
- Ken VanDine: Approve on 2015-09-10
- Matthew Paul Thomas: Needs Fixing on 2015-09-03
- Pete Woods: Pending requested 2015-09-04
-
Diff: 846 lines (+421/-106)14 files modifieddebian/control (+2/-2)
plugins/hotspot/CMakeLists.txt (+2/-0)
plugins/hotspot/HotspotSetup.qml (+95/-42)
plugins/hotspot/PageComponent.qml (+3/-10)
plugins/hotspot/hotspot.settings (+2/-1)
plugins/hotspot/plugin/CMakeLists.txt (+8/-0)
plugins/hotspot/plugin/hotspot-plugin.cpp (+88/-0)
plugins/hotspot/plugin/hotspot-plugin.h (+39/-0)
tests/autopilot/ubuntu_system_settings/__init__.py (+15/-0)
tests/autopilot/ubuntu_system_settings/tests/__init__.py (+70/-41)
tests/autopilot/ubuntu_system_settings/tests/connectivity.py (+12/-0)
tests/autopilot/ubuntu_system_settings/tests/systemimage.py (+48/-0)
tests/autopilot/ubuntu_system_settings/tests/test_hotspot.py (+22/-9)
tests/autopilot/ubuntu_system_settings/tests/test_plugins.py (+15/-1)
- Pete Woods (community): Approve on 2015-09-15
- PS Jenkins bot: Approve (continuous-integration) on 2015-09-15
-
Diff: 280 lines (+99/-3)11 files modifieddata/com.ubuntu.connectivity1.NetworkingStatus.xml (+2/-0)
debian/changelog (+7/-0)
debian/control (+1/-3)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.cpp (+9/-0)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.h (+5/-0)
src/indicator/connectivity-service/connectivity-service.cpp (+15/-0)
src/indicator/connectivity-service/connectivity-service.h (+3/-0)
src/indicator/nmofono/manager-impl.cpp (+23/-0)
src/indicator/nmofono/manager-impl.h (+2/-0)
src/indicator/nmofono/manager.h (+5/-0)
tests/integration/test-connectivity-api.cpp (+27/-0)
- Ken VanDine: Approve on 2015-09-16
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-09-16
-
Diff: 125 lines (+44/-13)5 files modifieddebian/control (+2/-2)
plugins/hotspot/plugin/hotspot-plugin.cpp (+16/-1)
tests/autopilot/ubuntu_system_settings/tests/connectivity.py (+3/-0)
tests/autopilot/ubuntu_system_settings/tests/systemimage.py (+6/-0)
tests/autopilot/ubuntu_system_settings/tests/test_plugins.py (+17/-10)
| tags: | added: lt-category-visible |
| description: | updated |
| description: | updated |
| Launchpad Janitor (janitor) wrote : | #1 |
| Changed in indicator-network (Ubuntu): | |
| status: | New → Confirmed |
| Changed in canonical-devices-system-image: | |
| assignee: | nobody → Alejandro J. Cura (alecu) |
| importance: | Undecided → High |
| milestone: | none → ww40-2015 |
| status: | New → Confirmed |
| Changed in indicator-network (Ubuntu): | |
| assignee: | nobody → Pete Woods (pete-woods) |
| Tony Espy (awe) wrote : | #2 |
@Dave
Bug #1429314 was actually for krillin, not mako and has since been marked Invalid. That said, running a quick test on mako ( rc-proposed / #228 ) shows that although the hotspot can be created/started, it's not usable. It can be seen by other devices ( iPhone, Nexus5 ), but neither is able to properly authenticate properly.
I also see the following kernel and wpa_supplicant errors on mako when a client attempts to associate.
15:18:19 kernel: [ 1010.424629] wlan: [1484:E :PE ] limProcessAssoc
15:18:22 wpa_supplicant[
15:18:23 wpa_supplicant[
15:18:23 kernel: [ 1014.448283] wlan: [1945:E :HDD] hdd_softap_
| Tony Espy (awe) wrote : | #3 |
@Dave
Bug #1434591 tracks the specific problem with mako ( hotspot is visible, but devices can't connect to it ).
| Changed in indicator-network (Ubuntu): | |
| status: | Confirmed → In Progress |
| assignee: | Pete Woods (pete-woods) → Jonas G. Drange (jonas-drange) |
| Changed in ubuntu-system-settings (Ubuntu): | |
| status: | New → In Progress |
| Changed in ubuntu-system-settings (Ubuntu): | |
| assignee: | nobody → Jonas G. Drange (jonas-drange) |
| Jonas G. Drange (jonas-drange) wrote : | #4 |
Hotspot creation is done in exclusively System Settings per the specification, so let's disable it there for now.
| Changed in indicator-network (Ubuntu): | |
| status: | In Progress → Invalid |
| assignee: | Jonas G. Drange (jonas-drange) → Pete Woods (pete-woods) |
| Changed in ubuntu-system-settings (Ubuntu): | |
| status: | In Progress → Fix Committed |
| status: | Fix Committed → In Progress |
| Changed in indicator-network (Ubuntu): | |
| status: | Invalid → In Progress |
| assignee: | Pete Woods (pete-woods) → Jonas G. Drange (jonas-drange) |
| Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package ubuntu-
---------------
ubuntu-
[ jonas-drange ]
* [hotspot] hide/show based on modem availability from Connectivity
(which also requires a bumped dep). (LP: #1487157)
* [time-date] Migrate threaded code to worker-object pattern, move
sorting to a worker thread from the GUI thread, and only instantiate
UbuntuTimeD
* [wifi/wpa2ep] allow passwords of length 1 for wpa enterprise
authentication schemes. (LP: #1490417)
-- <email address hidden> (Jonas G. Drange) Fri, 18 Sep 2015 14:20:27 +0000
| Changed in ubuntu-system-settings (Ubuntu): | |
| status: | In Progress → Fix Released |
| Launchpad Janitor (janitor) wrote : | #6 |
This bug was fixed in the package indicator-network - 0.5.5+15.
---------------
indicator-network (0.5.5+
[ Jonas G. Drange ]
* Add property to determine if modems are
available. (LP: #1487158) (LP: #1487157)
[ CI Train Bot ]
* New rebuild forced.
-- <email address hidden> (Jonas G. Drange) Wed, 16 Sep 2015 11:14:06 +0000
| Changed in indicator-network (Ubuntu): | |
| status: | In Progress → Fix Released |
| Changed in canonical-devices-system-image: | |
| status: | Confirmed → Fix Committed |
| Changed in canonical-devices-system-image: | |
| status: | Fix Committed → Fix Released |


Status changed to 'Confirmed' because the bug affects multiple users.