Difference between revisions of "NetworkManager - manage wired networks"
From froelix.com - Wiki
(Created page with ''''Problem:''' * The NetworkManager at the Gnome-Panel shows not the wired network connection. '''Solution:''' * Edit the file ''/etc/NetworkManager/NetworkManager.conf''. * Cha…') |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
* Change | * Change | ||
| − | + | [ifupdown] | |
| + | managed=false | ||
to | to | ||
| − | + | [ifupdown] | |
| + | managed=true | ||
| + | |||
| + | * For details, see [http://wiki.debian.org/NetworkManager] | ||
Latest revision as of 21:33, 28 August 2010
Problem:
- The NetworkManager at the Gnome-Panel shows not the wired network connection.
Solution:
- Edit the file /etc/NetworkManager/NetworkManager.conf.
- Change
[ifupdown] managed=false
to
[ifupdown] managed=true
- For details, see [1]