raspberrypi / Raspberry-Pi-OS-64bit

Repository for containing issues on the 64 bit operating system (as distinct from the 32 bit one)
466 stars 21 forks source link

Sudo Raspi-Config #215

Open carnby77 opened 2 years ago

carnby77 commented 2 years ago

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?

XECDesign commented 2 years ago

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.

rkarlsba commented 2 years ago

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

carnby77 commented 2 years ago

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: @.***>