this post was submitted on 29 Apr 2024
14 points (100.0% liked)
Arch Linux
7744 readers
1 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you!
So far I've determined I'm definitely not connected to internet.
Unfortunately i cannot seem to connect.
I've tried iwctl, and also nmtui.
I dont know if I'm describing this right but both connect without error for a bit. But the second I go to use the WiFi it disconnects.
Edit: rebooting after connecting seems to have solved it.
nmcli device wifi
nmcli device wifi connect <ssid> password <password>
If nothing is listed in #2 then you need to install drivers for your WiFi. Check the arch wiki for how to identify which wifi card you have and what AUR package is needed. Installing an AUR package without internet will be an adventure so I recommend jacking in for that.
Well, this is strange...
You said you're using both iwctl and nmtui, and maybe that's the issue, cause you're configuring 2 distinct apps to handle your connection and I think they can conflict with each other
Choose 1 and disable the other
For example, let's suppose you wanna keep iwd, so enable it with
sudo systemctl enable --now iwd.service
And disable NetworkManager
sudo systemctl disable NetworkManager.service
Reboot your system
However I suggest you to take a look at https://wiki.archlinux.org/title/Network_configuration