Artix Linux Forum

Artix Linux => System => Topic started by: peonerovv on 26 February 2022, 23:32:33

Title: [SOLVED] NetworkManager keeps disabling wifi after rebooting
Post by: peonerovv on 26 February 2022, 23:32:33
Hi

I have an issue where network manager keeps disabling wifi after rebooting, so I keep having to run
Code: [Select]
 nmcli radio wifi on 
It doesn't take that long, but is still frustrating.

I installed the networkmanager & networkmanager-openrc packages and ran
Code: [Select]
 rc-update add NetworkManager 
but it doesnt change the issue.

During the install I accidentally ran the
Code: [Select]
ln -s /etc/init.d/net.lo /etc/init.d/net.wlan0
 rc-update add net.wlan0 default
commands, but then deleted the net.wlan0 file and rc-update doesn't seem to show that it exist either.

What can be an issue and a solution? It never happened to me before.

Edit:
FIX:
Code: [Select]
 sudo pacman -R connman connman-openrc 
Title: Re: NetworkManager keeps disabling wifi after rebooting
Post by: tintin on 27 February 2022, 05:33:25
Hello,
Since networkmanager was giving me trouble, I installed connman instead and I've been fine ever since.
Sorry for this slightly biased answer.
Title: Re: NetworkManager keeps disabling wifi after rebooting
Post by: peonerovv on 27 February 2022, 10:04:56
Hello,
Since networkmanager was giving me trouble, I installed connman instead and I've been fine ever since.
Sorry for this slightly biased answer.
Well, that doesn't help much. I mean, I can use connman but that's not the preferred way for me
Title: Re: NetworkManager keeps disabling wifi after rebooting
Post by: peonerovv on 27 February 2022, 10:22:59
But actually thanks, deleting connman & connman-openrc solved the issue :)
Title: Re: [SOLVED] NetworkManager keeps disabling wifi after rebooting
Post by: tintin on 27 February 2022, 10:34:41
But actually thanks, deleting connman & connman-openrc solved the issue :)
Seems to me you can't run the two together...