Netplan Interface Disappears on Ubuntu 20.04

I am running 20.04.1 LTS on an Intel NUC, and my wired Ethernet has just disappeared. It has been working fine for several months using interface enp3s0 with the following netplan file (/etc/netplan/50-cloud-init.yaml):

enter image description here

However now when I do a ip addr show it comes up with "lo" and "wlp2s0":

enter image description here

I thought somehow the interface got renamed so I edited /etc/netplan/50-cloud-init.yaml replacing enp3s0 with wlp2s0 and then executed sudo netplan apply.

Now when I request ip addr show, this is what I get:

enter image description here

Any suggestions on where the interface has gone, and how I might get my static Ethernet address back working again?

Below is a screenshot of the BIOS showing both active LAN and WAN under bios version AYAPLCEL.86A.0052.2018.0627.1943. Not sure how to get any more detail than this about the BIOS Ethernet settings.

enter image description here

0
задан 13 August 2020 в 23:40

1 ответ

.yaml

Отредактируйте /etc/netplan/50-cloud-init.yaml и измените имя устройства обратно на enp3s0.

sudo -H gedit /etc/netplan/50-cloud-init.yaml

sudo netplan generate

sudo netplan apply

BIOS

Intel NUC6CAY

У вас установлена ​​версия BIOS AYAPLCEL.86A.0052.2018.0627.1943.

Похоже, доступна более новая версия BIOS, AYAPLCEL.86A.0066 от 17.12.2019, которую можно загрузить здесь или здесь .

Инструкции по обновлению BIOS находятся здесь .

Примечание. Убедитесь, что у меня есть правильная веб-страница для вашей модели. Он охватывает две разные системы.

Примечание: Перед обновлением BIOS сделайте хорошие резервные копии.

0
ответ дан 21 August 2020 в 08:00

Другие вопросы по тегам:

Похожие вопросы: