Re: NetworkManager inactive
Reply #2 –
hey thanks for your response.
unfortunately im on a laptop so i need network manager, i know i will need it once i set up my desktop environment.
the script is pretty simple is just
#!/bin/sh
rfkill unblock 2
ip link set wlan0 up
nmcli radio wifi on
i worte it because when i booted, rfkill was blocking the interface. now when i boot, it looks like wpa_supplicant connects to wifi automatically, and as you said, that might be what is keeping NetworkManager inactive.
i just disabled the script and i could connect to the internet automatically, but apparently its still via wpa_supplicant as NetworkManager keeps saying its inactive.
when i boot, the log says
*WARNING: NetworkManager has started, but is inactive.
the same happens if i do "rc-service NetworkManager restart"
but when i do "nmcli device status", it shows its connected to the device wlan0, so i dont know who is setting up the wifi connection anymore lol, im pretty sure this is more simple than i think
edit: i disabled wpa_supplicant temporarily and when i rebooted, i didnt had any internet connection and networkmanager is still inactive.