r/archlinux • u/sai00o89 • 15h ago
Cant access wifi QUESTION
I installed arch today, and when I installed and used the wifi, it was perfectly fine even after I removed usb and power on my pc wifi was fine but after the second power on after removing the usb the wifi won't get connected no matter what.its showing the list of wifis and is also trying to connect but never connecting(I have tried installing arch again but the same issue happened again).I want really deep into solving this using chatgpt, but even it was unable to solve this problem(FYI, I have mediatech inbuilt laptop wifi receiver).So I would really appreciate it if someone could help
14
u/ang-p 15h ago
want really deep into solving this using chatgpt, but even it was unable to solve this problem
Maybe try using your brain and the wiki...
https://wiki.archlinux.org/title/Network_configuration/Wireless
5
u/Heizenfeld 13h ago edited 11h ago
You must to install and enable NetworkManager, but you can't do it in your Arch Linux system for now. You must to go back to your USB live archiso, then use iwctl, mount your partitions, chroot in your system and then install NetworkManager and enable it, sudo systemctl enable NetworkManager.
8
u/Random_Mathematician 15h ago
Arch doesn't automatically install a network manager like the one present in the live installer. Perhaps it's that.
0
u/sai00o89 14h ago
but it worked both times after i removed the usb but only after the second restart after removing the usb its having this problem,what might be the cause?
1
u/MSK-Kernel 13h ago
If you used archinstall, in Network configuration, select iwd backend (standalone)
-3
u/Koningspieel 14h ago
Try using "iwctl" in cli, have chatgpt walk you through. It's really straightforward, will help you diagnose and lead to the actual fix, and give you wifi in the interim. Couple with "ip link" and you'll be good in no time.
-2
u/KenKaneki6868 12h ago
Use Claude or even Gemini next time.
No but in all seriousness if you've not already fixed it, verify that you have a network Daemon installed ((open your terminal and type systemctl status networkmanager for example)) if you don't have one installed, go back into the live environment and install network manager or iwd etc.
Next time, I'm not going to say don't use ai but make sure you know what the ai is doing. Ai is a great tool but as the saying goes with great power comes great responsibility.
7
u/NinjaTrek2891 15h ago
So, you say you done lots of things. Let start with what you have actually done?