I just followed the instuctions from this post:
How to enable netplan on ubuntu server upgraded from 16.04 to 18.04
I added the following lines in to the config file: /etc/netplan/config.yaml
(I had to install netplan and create the folder manually.) network: version: 2 renderer: networkd ethernets: eth0: dhcp4: true
But unfortunately I installed netplan instead of neplan.io.
After reboot, I lost every connection with my Odroid.
Server version
Netplan wasn't installed
There is no Wi-Fi hardware.
If I install netplan.io, will my odroid connect to the Internet again?
Edit:
After trying to install netplan.io we purged netplan. My brother will send the odroid to me then I fight further.
dpkg -l *netplan*
. Are you able to make a wireless Internet connection? – heynnema May 07 '20 at 15:54cat /etc/network/interfaces
andcat /etc/netplan/*.yaml
. – heynnema May 07 '20 at 15:59sudo lshw -C network
. Do you have ssh access? – heynnema May 07 '20 at 19:15/etc/netplan/config.yaml
is OK. Just install netplan.iosudo apt update
sudo apt install netplan.io
and check configsudo netplan try
– ExploitFate May 07 '20 at 19:39