Hi @MRBomberman,
You did a great job!
Please ensure your wifi connection is not block running this command
rfkill list all
The output in my computer, which is similar to yours shows:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
None either the wifi or the bluethoot adapter are blocked in my computer.
Then, put the output with your text in the answer. Whether you see something blocked you could run the following terminal command:
rfkill list all
Maybe you could solve the problem so easy.
The other outputs I needed in order to see what is working wrong are these two from the terminal command are the following:
journalctl -f -t NetworkManager
dmesg | grep NetworkManager
You can also read what @jr
‘Slow internet: WiFi Atheros QCA9565 / AR9565 Wireless Adapter - #20 by jrichard326’
I think we are closer, regards.