You are not logged in.
Pages: 1
Hi,
I have successfully at first configured and removed iwctl to ensure that NetworkManager runs smoothly with Gnome. I encountered this issue when I first installed Arch and successfully got NetworkManager set up and removed iwctl from running during start up and it worked.
Recently, I was looking for a network and I mistakenly started and ran iwctl on my laptop. Since then, NetworkManager seems to conflict with iwctl (not sure if the diagnostic is right), on the graphical interface with Gnome for managing the wifi from the settings, I get the message "No wifi adapter found". I do not remember how I set it up at first to avoid the conflict. This issue has happened only since that day where I ran iwctl. Before it was working fine. How can I solve this problem (again)?
Offline
Running "iwctl" won't do anything.
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fAssumign there's actually no conflict, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
Pages: 1