Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4816

Ubuntu • Re: Raspberry PI 5 Ethernet connection not working

$
0
0
It took me a while, but thanks to the web I find a solution : :mrgreen:

:geek: https://www.freshblurbs.com/blog/2022/0 ... buntu.html :geek:


:arrow: FYI In case of broken link, the solution for me was as follows :

In my case ,

Code:

ifconfig
was not returning any eth0 config.

Everything was solved thanks to a

Code:

sudo dhclient -v
From there, ifconfig did mentionned eth0

I made it persistent thanks to

Code:

sudo crontab -e
and

Code:

@reboot dhclient -v
I hope it will help

(Rpi5 / Ubuntu Server 23.10)
Thank you! This solution was perfect for me! (rpi5 running Ubuntu 22.04 LTS)

Statistics: Posted by rstewa — Fri Jun 28, 2024 3:28 am



Viewing all articles
Browse latest Browse all 4816

Trending Articles