Differences

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

indexes:networkmanager_and_device_not_managed [2010/05/18 09:50] (current)
domingo created
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.
 
indexes/networkmanager_and_device_not_managed.txt · Last modified: 2010/05/18 09:50 by domingo
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki