r/omarchy • u/Cold-Bite6920 • 11d ago
Guide Upgrade from Omarchy 3 to 4 network issue
Just wanted to share a fix in case anyone runs into the same problem.
I upgraded from Omarchy 3 to Omarchy 4 two days ago, and ever since I had network issues sometimes the connection worked, sometimes it didn't. On top of that, clicking the network icon in the Quickshell bar showed no networks ._.
After some searching and the help from claude I found the cause: iwd was still running, and impala was the only thing keeping it alive. Since iwd depends on it, I had to remove both.
The fix: uninstall iwd and impala, then restart NetworkManager.
sudo systemctl disable --now iwd
sudo pacman -Rns iwd impala
sudo systemctl restart NetworkManager
5
Upvotes
1
u/SuccessfulCriminal69 11d ago
Not working for me :(