Is eth0 disabled by default on the new RPI 3B+? I have tried two now and cannot get eth0 working out of the box with a brand new raspbian install on the micro sd card. No problem with wi-fi but it is ethernet that I want. There is no trouble with ethernet cable or connection as it works fine on other machines but I get no lights on the ethernet socket and ifconfig shows:-
pi@raspberrypi:~ $ ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:57:83:8d txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Can anyone offer suggestions or am I ignorant or just stumbled on a bad batch of the new product?