Metrea
Posts: 1
Joined: Mon Mar 30, 2020 8:30 pm

RPI4 with. Ubuntu Server 18.04.4 eth0: link is down on first boot

Mon Mar 30, 2020 8:36 pm

first time working with a Pi, but I am attempting to set up a web development server to host my projects. I require my raspberry pi to SSH into so I can run it headless. however after following the initial setup guide provided by Ubuntu, I am not able to connect to the internet through Ethernet. the physical port does not light up. I have attempted checking the cable with other pieces of hardware and everything works as intended.

I have also flashed raspbian to it as well to see if I could connect with wifi/ethernet since its easier with a gui. Wifi does work, but again ethernet does not only provided eth0: Link is down.

what can I attempt to see if its actually the board or not?

murraybd
Posts: 15
Joined: Thu Nov 14, 2019 10:56 pm

Re: RPI4 with. Ubuntu Server 18.04.4 eth0: link is down on first boot

Fri Apr 03, 2020 9:21 pm

On Ubuntu you can use the command "ethtool" to check on the status of a network interface, here is an example of the output on my desktop.

Code: Select all

 $ ethtool enp3s0
Settings for enp3s0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Advertised pause frame use: Symmetric Receive-only
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Link partner advertised link modes:  10baseT/Half 10baseT/Full 
                                             100baseT/Half 100baseT/Full 
                                             1000baseT/Half 1000baseT/Full 
        Link partner advertised pause frame use: Symmetric Receive-only
        Link partner advertised auto-negotiation: Yes
        Link partner advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
        Current message level: 0x00000033 (51)
                               drv probe ifdown ifup
        Link detected: yes
Software Engineer at Canonical
Ubuntu Core Developer

Return to “Ubuntu”