NetworkManager not able to manage WWAN devices in 18.04 server

Bug #1780606 reported by Aleksander Morgado
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
network-manager (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Installed a 18.04 server image, and installed NetworkManager.

NetworkManager comes with a "/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf" file where it speciefies that all devices are by default unmanaged except for types "wifi" and "wwan".

Now, the problem is that the filter should apply to "gsm" or "cdma" types, not "wwan".

E.g.:
  [keyfile]
  unmanaged-devices=*,except:type:wifi,except:type:gsm,except:type:cdma

Before the change:
$ nmcli d
DEVICE TYPE STATE CONNECTION
wlan0 wifi connected Bumbu
eth0 ethernet unmanaged --
cdc-wdm0 gsm unmanaged --
lo loopback unmanaged --

After the change:
$ nmcli d
DEVICE TYPE STATE CONNECTION
wlan0 wifi connected Bumbu
cdc-wdm0 gsm connected cell
eth0 ethernet unmanaged --
lo loopback unmanaged --

Changed in network-manager (Ubuntu):
status: New → Triaged
importance: Undecided → High
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package network-manager - 1.10.8-1ubuntu4

---------------
network-manager (1.10.8-1ubuntu4) cosmic; urgency=medium

  * debian/10-globally-managed-devices.conf: adjust exception for wwan to
    specify cdma and gsm, since those are the actual types handled by NM/MM.
    (LP: #1780606)

 -- Mathieu Trudel-Lapierre <email address hidden> Tue, 10 Jul 2018 08:17:11 -0400

Changed in network-manager (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.