Bug 449980

Summary: NetworkManager applet doesn't auto-detect my wired network connections
Product: [Fedora] Fedora Reporter: Raul Acevedo <raul>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: dcbw, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-04 18:24:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Raul Acevedo 2008-06-04 15:38:20 UTC
Description of problem:
The NetworkManager applet doesn't automatically detect my wired connections.  I
have two: inbound Internet (eth0), and outbound to my internal network (eth1).

Version-Release number of selected component (if applicable):
0.7.0

How reproducible:
Always

Steps to Reproduce:
1. Login.
2. Left or right click on NM applet.
  
Actual results:
Left click shows my two ethernet cards, grayed out, saying each one is
"Unmanaged".  If I right click and select Edit Connections, it doesn't show
anything under Wired connections.

Expected results:
NM should auto-detect my wired connections, and that they are up and running,
and do something useful with them like show them.

Additional info:
If the reason NM doesn't show anything is because I am not root, that is stupid
and confusing.  It should at least show the connections, because they are there,
but then give me a reasonable and explanatory error if I do something I can't
because I am not root.  As it is, it is really confusing; I *think* my network
connections are up, but why do they not show up???

Comment 1 Dan Williams 2008-06-04 18:24:13 UTC
Yes, they are "unmanaged" because you've decided not to allow NetworkManager to
control those interfaces.  NetworkManager only knows about interfaces that
you've told it to control.  If you'd like NM to control these interfaces, you
can mark them as "Controlled by NetworkManager" in system-config-network.  If
you'd prefer to keep using the static network scripts, you can:

sudo /sbin/chkconfig NetworkManager off

Hope this helps...

Comment 2 Raul Acevedo 2008-06-04 18:27:41 UTC
That does help, thank you!