Raspberry-Pi-OS-64bit icon indicating copy to clipboard operation
Raspberry-Pi-OS-64bit copied to clipboard

Sudo Raspi-Config

Open carnby77 opened this issue 3 years ago • 3 comments

Changing to predicatble names for eth0 does not work, When running ifconfig command it still shows as eth0 instead of enxe45f01964XXX. Is the raspi-config unreliable?

carnby77 avatar Mar 07 '22 04:03 carnby77

I don't remember the details, but the short version is that's just how the rules work. IIRC, you'll only see predictable interface names apply to devices on PCI and USB buses. I believe that means that devices where ethernet hangs off USB will use them, but ones where they are on their own MDIO bus (pi4 and newer), will not.

It's more of an upstream issue. Although we could fix it downstream, I suspect that there will be more complaints that we're changing the behaviour and breaking some setups. Maybe with the next major Debian release.

XECDesign avatar Mar 07 '22 09:03 XECDesign

You could do it manually, though, with udev: https://wiki.debian.org/NetworkInterfaceNames

rkarlsba avatar Mar 31 '22 05:03 rkarlsba

Thank you very much for your reply. I will read through it.

On Thu, 31 Mar 2022, 13:35 Roy Sigurd Karlsbakk, @.***> wrote:

You could do it manually, though, with udev: https://wiki.debian.org/NetworkInterfaceNames

— Reply to this email directly, view it on GitHub https://github.com/raspberrypi/Raspberry-Pi-OS-64bit/issues/215#issuecomment-1084095409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVKPFSFRYCBUWB6K2MBHSYLVCU2R7ANCNFSM5QCEDBEA . You are receiving this because you authored the thread.Message ID: @.***>

carnby77 avatar Mar 31 '22 05:03 carnby77