I have recently installed EndeavourOS! Everything works but the WiFi connection does not. The ethernet does work.
The networks are visible though.
My motherboard has an integrated Mediatek WiFi adapter.
What logs do I have to look at to see what the problem is?
Hi, @bubblenit welcome here, and sorry to read your wifi is not working.
In similar circumstances I usually do:
journalctl -b 0
which shows the logs of the last boot.
To list only errors or worse use something like -p 3 as an option.
To look at kernel logs use -k as an option.
It’s also possible to look at daemons and unit logs with journalctl.
Try man journalctlfor more info.
Very basic info can be found here:
I had the same problem and it fixed itself on its own after a few days (and a few yay)… mysterious