You are not logged in.

#1 2023-04-04 17:26:56

Sharkie00
Member
Registered: 2023-02-28
Posts: 4

Issue with NetworkManager and iwctl

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

#2 2023-04-04 18:21:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,349

Re: Issue with NetworkManager and iwctl

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 -f

Assumign there's actually no conflict, please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

Board footer

Powered by FluxBB