Ethernet port doesn't work, driver is installed, not sure where to go from here

Hi @badreg ,

I wonder whether you could post the entire command:
sudo inxi --admin --verbosity=7 --filter --no-host --width

with three backticks ``` before and after the output.

However, you can also post the output of the following terminal commands:

sudo dmesg | grep iwlwifi

and

sudo modprobe iwlwifi

Please, consider to read the following post:
Manjaro detected Intel Alder Lake-P PCH CNVi WiFi but the driver is N/A - #11 by jrichard326

One of the comments says:
Adding ibt=off to your kernel parameters is required for >=5.18

Hope it help,

Regards