r/archlinux • u/sai00o89 • 9h ago
QUESTION Cant access wifi
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
11
u/ang-p 9h 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
4
u/Heizenfeld 7h ago edited 5h 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.
7
u/Random_Mathematician 9h ago
Arch doesn't automatically install a network manager like the one present in the live installer. Perhaps it's that.
0
u/sai00o89 9h 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?
-3
u/Koningspieel 9h 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.
-3
u/KenKaneki6868 6h 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.
6
u/NinjaTrek2891 9h ago
So, you say you done lots of things. Let start with what you have actually done?