Created attachment 369796 [details] emerge --info I migrated to systemd, gnome-3.10. Now the networkmanager seems not to realize that my ethernet card is actually connected to the network. I don't know what exactly the problem is, but I'll try to attach enough information. Note that I can successfully call dhclient eth0 and have my eth0 get an IP from the dhcp server. But before and after calling dhclient, the icon on top-right of the screen (gnome) shows a disconnected network icon. # emerge -pv nm-applet networkmanager These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] net-misc/networkmanager-0.9.8.8 USE="avahi bluetooth connection-sharing dhcpcd introspection modemmanager nss ppp resolvconf systemd vala -consolekit -dhclient -gnutls {-test} -wext -wifi" 1,980 kB [ebuild R ] gnome-extra/nm-applet-0.9.8.8-r1 USE="bluetooth introspection -gconf -modemmanager" 1,195 kB Total: 2 packages (2 reinstalls), Size of downloads: 3,174 kB # lsusb Bus 002 Device 003: ID 17ef:1003 Lenovo Integrated Smart Card Reader Bus 001 Device 005: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo Integrated Camera (0.3MP) Bus 001 Device 004: ID 0a5c:217f Broadcom Corp. BCM2045B (BDC-2.1) Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Created attachment 369798 [details] dmesg
Created attachment 369800 [details] systemctl --all
You will need to configure your cards again as it is using the upstream keyfile plugin instead of "ifnet" one (that was used for openRC compat)
This is what I understand from your comment: add plugins=keyfile to the networkmanager config file, restart the service. I did so, but still no luck.
You need to not have any /etc/NetworkManager/NetworkManager.conf and re-emerge networkmanager with systemd USE flag, then, configure your network from control center as done the first time
It seems removing an remerging solution worked. Thanks.