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 protected]> Tue, 10 Jul 2018
08:17:11 -0400
** Changed in: network-manager (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1780606
Title:
NetworkManager not able to manage WWAN devices in 18.04 server
Status in network-manager package in Ubuntu:
Fix Released
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 --
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1780606/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp