You are not logged in.
Hello everyone,
I use an HP laptop with an RTL8822BE Wi-Fi chip. I want to install Arch Linux but I can't because it can't connect to Wi-Fi.
I open wifi-menu, it detects my network, I type in my password, and immediately after it tells me that the connection failed.
Here are screenshots containing my system information, logs, and the error I get:
https://i.imgur.com/HkNzLZO.jpg
https://i.imgur.com/PMT8adF.jpg
https://i.imgur.com/BeJTHPx.jpg
https://i.imgur.com/RKUDNEg.jpg
Thanks in advance.
Mod note: Replaced oversized images with URLs. Please read the Code of Conduct and adhere to the image posting guidelines. -- WorMzy
Last edited by WorMzy (2020-06-18 21:32:27)
Offline
Can you run
ls /etc/netctl
to find out the name of the profile wifi-menu created, then run
journalctl -xn
and
netctl status <name_of_profile>
so we can see some more detailed information about what went wrong?
Offline
there is an issue with arch's June iso file. you need to run this command and then run wifi-menu again: ip link set wlan0 down
just a noob coder
Offline
there is an issue with arch's June iso file. you need to run this command and then run wifi-menu again: ip link set wlan0 down
That is always the first thing I do whenever netctl acts up.
Offline