User Tools

Site Tools


howtos:networkmanager_and_device_not_managed
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howtos:networkmanager_and_device_not_managed [02/12/2018 21:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +The fix to the problem is to change /etc/NetworkManager/nm-system-settings.conf from:
  
 +<file>
 +[main]
 +plugins=ifupdown,keyfile
 +
 +[ifupdown]
 +managed=false
 +</file>
 +
 +
 +to:
 +<file>
 +[main]
 +plugins=ifupdown,keyfile
 +
 +[ifupdown]
 +managed=true
 +</file>
 +
 +Then run:
 +
 +<code>
 +/etc/init.d/network-manager restart
 +</code>
 +
 +and you're good to go.
 +
 +In my case the problem started after installing the vlan package.
howtos/networkmanager_and_device_not_managed.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1