On Tue, 2018-05-15 at 12:24 +0200, Stephan Goldenberg wrote: > Am 14.05.2018 um 22:46 schrieb Thomas Haller: > > On Mon, 2018-05-14 at 20:45 +0200, Stephan Goldenberg wrote: > > > > > > It's a plain old cable based 1GBit/s connection. No WLAN, no > > > other > > > fancy > > > network. What do you need to hunt this down ? > > > > > > > Hi, > > > > what's the output of `nmcli device` and `nmcli connection` after > > returning from suspend? > > > > best, > > Thomas > > > > Hi, > > there we go: > > [oppa@localhost ~]$ LANG=C && nmcli device > DEVICE TYPE STATE CONNECTION > virbr0 bridge connected virbr0 > enp3s0 ethernet unavailable --
Hi, STATE=unavailable commonly means that no cable is plugged in (or at least, NetworkManger thinks so). `ip link show enp3s0` should also show you "NO-CARRIER". Unless there is carrier, NM will not autoconnect a profile (at least not, if the profile uses DHCP). best, Thomas
signature.asc
Description: This is a digitally signed message part
_______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
