On Wed 30 Dec 2015 at 16:11:39 +0100, Hans wrote: > Am Mittwoch, 30. Dezember 2015, 12:58:23 schrieb Jörg-Volker Peetz: > Hi Jörg-Volker > > Did you take a look at dmesg on both systems? Something like > > > > grep -E '(enp|eth)' /var/log/dmesg > This showed no useful information. The only output is from my EEEPC below, > the > Aspire showed no output at all.
Is there no sign of any discovered interfaces for the Aspire in the output of dmesg? > root@protheus7:/home/ullhan63# grep -E '(enp|eth)' /var/log/dmesg > [ 8.480990] eeepc_laptop: Get control methods supported: 0xe301713 > [ 64.534486] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready dmesg or journalctl have no indication that eth0 on the EEEPC is renamed? [...] > Hope this helps a little bit. My solution at the moment is the well known > addition "if.netnames=0" in grub commandline. I think you mean "net.ifnames=0". What do 'ls /sys/class/net' and 'ip link' give without this addition?