Hi
I have an issue where network manager keeps disabling wifi after rebooting, so I keep having to run
nmcli radio wifi on
It doesn't take that long, but is still frustrating.
I installed the networkmanager & networkmanager-openrc packages and ran
rc-update add NetworkManager
but it doesnt change the issue.
During the install I accidentally ran the
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:
sudo pacman -R connman connman-openrc
Well, that doesn't help much. I mean, I can use connman but that's not the preferred way for me
But actually thanks, deleting connman & connman-openrc solved the issue :)
Seems to me you can't run the two together...