Ethernet not working on Manjaro 21.02 Raspberry Pi 4 Minimal

I did not disable it. My installation is basically just fresh out of the box

● systemd-timesyncd.service - Network Time Synchronization
     Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2020-10-04 02:13:07 HKT; 4min 32s ago
       Docs: man:systemd-timesyncd.service(8)
   Main PID: 245 (systemd-timesyn)
     Status: "Connecting to time server 202.112.29.82:123 (2.arch.pool.ntp.org)."
      Tasks: 2 (limit: 4252)
     CGroup: /system.slice/systemd-timesyncd.service
             └─245 /usr/lib/systemd/systemd-timesyncd

Oct 04 02:16:02 raspi systemd-timesyncd[245]: Timed out waiting for reply from 119.28.206.193:123 (0.arch.pool.ntp.org).
Oct 04 02:16:12 raspi systemd-timesyncd[245]: Timed out waiting for reply from 119.28.183.184:123 (0.arch.pool.ntp.org).
Oct 04 02:16:22 raspi systemd-timesyncd[245]: Timed out waiting for reply from 162.159.200.123:123 (0.arch.pool.ntp.org).
Oct 04 02:16:32 raspi systemd-timesyncd[245]: Timed out waiting for reply from 162.159.200.123:123 (1.arch.pool.ntp.org).
Oct 04 02:16:43 raspi systemd-timesyncd[245]: Timed out waiting for reply from 84.16.67.12:123 (1.arch.pool.ntp.org).
Oct 04 02:16:53 raspi systemd-timesyncd[245]: Timed out waiting for reply from 193.182.111.142:123 (1.arch.pool.ntp.org).
Oct 04 02:17:03 raspi systemd-timesyncd[245]: Timed out waiting for reply from 144.76.76.107:123 (1.arch.pool.ntp.org).
Oct 04 02:17:13 raspi systemd-timesyncd[245]: Timed out waiting for reply from 193.182.111.142:123 (2.arch.pool.ntp.org).
Oct 04 02:17:24 raspi systemd-timesyncd[245]: Timed out waiting for reply from 119.28.183.184:123 (2.arch.pool.ntp.org).
Oct 04 02:17:34 raspi systemd-timesyncd[245]: Timed out waiting for reply from 193.182.111.14:123 (2.arch.pool.ntp.org).

Activating it with timedatectl set-ntp true did not help

I just installed a fresh vanilla Manjaro ARM minimal on a SD card on my RPI4, i have chosen the same parameters as you, even the timezone Asia/Hong_Kong.
I had no issue with internet connection, i get an ip address automatically.
So, i doubt the issue comes from Manjaro, or it’s out of my competences, i can’t help you more.

What options or settings have you got on the router side ?

I just realized that the system time is off by several months

Active: active (running) since Sun 2020-10-04 02:13:07 HKT; 4min 32s ago

I will now somehow try to set the time manually, then hopefully obtain a DHCP lease which then allows NTP to do its job properly.

Damn, and yet, i did not notice your system time was still in 2020 despite your screenshot you did some days ago…

that did not do the trick. I flushed the card and installed ubuntu 20.04 lts which complained about the ethernet adapter being in power safe mode. I disabled power saving through /sys/class/net/eth/power/config

then I installed raspbian 64-bit which assigned a 169.x.y.z and ultimately also failed to connect to the network.

I then tried to set up wifi which was softblocked. after configuration wpa_cli failed to find any networks so I just trashed the raspberry and am going to use a proper desktop for the job.

My 2 cents.

I have a couple of Manjaro minimal installs on RPi4, one uses wifi, the other wired ethernet.
For the wired network, the only thing I needed to do was to create:

/etc/systemd/network/10-wired.network

[Match]
Name=eth0

[Network]
DHCP=yes

And then reboot.

I used a similar setup for the wireless. No additional software or configuration required.