Difference between revisions of "NetworkManager - manage wired networks"

From froelix.com - Wiki
Jump to: navigation, search
(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…')
 
Line 11: Line 11:
  
 
''[ifupdown]''<br/>''managed=true''
 
''[ifupdown]''<br/>''managed=true''
 +
 +
* For details, see [http://wiki.debian.org/NetworkManager]

Revision as of 16:39, 26 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]