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. | ||