edk2-porting / edk2-rk3588

EDK2 UEFI firmware for Rockchip RK3588 platforms
492 stars 97 forks source link

Built-in ethernet not working on generic Linux image in ACPI mode on Orange Pi 5. #141

Closed monomycelium closed 5 months ago

monomycelium commented 6 months ago

When I booted the Network Install image for Debian stable, no ethernet card was detected. However, the ethernet card worked fine when using booting Armbian rk3588-live-iso in Device Tree mode.

The README file states that ethernet is "tested/supported" in Linux in ACPI mode. I will try booting Ubuntu 22.04, with kernel 5.15.0-75-generic.

musover commented 6 months ago

The Orange Pi 5 has GMAC ethernet, which does not work in ACPI mode

mariobalanica commented 6 months ago

Right, it says PCIe Ethernet, e.g. Realtek on some boards.

monomycelium commented 5 months ago

I see. Is this a work-in-progress or out of scope for the project?

mariobalanica commented 5 months ago

No plans for it. Device Tree is the way to go on Linux, but you need to use a fairly recent kernel.