PDA

View Full Version : Network Manager Won't Start



Blam0
2022-11-20, 01:52
Network Manager Won't Run



Greetings --
I'm running Kali on top of WSL on Windows 11. Running WSL 2. Windows is fully patched. Kali is fully patched. Apt-get network-manager reports it is already at newest version (1.40.2-1)
sudo service network-manager start|stop results in "NetworkManager" is not running/does not exist.
reboot does not help
in /etc/NetworkManager/NetworkManager.conf managed =false. I've tried it with "true" and no luck.
Using Kex, one point I was able to get into "Edit Connections" but everything was greyed and I was unable to save. This is no longer true.
What I'm really trying to do is add a connection to openvpn using an .ovpn file. CLI instructions for this are pretty opaque...
I welcome the community's wisdom :)

sml156
2022-11-23, 05:19
This is the command


systemctl stop NetworkManager

Fred Sheehan
2022-12-02, 17:28
sudo service network-manager enable
sudo service network-manager start

ajee10x
2022-12-06, 11:37
Show me the log

sudo airmon-ng stop wlan0
sudo systemctl start NetworkManager
systemctl list-unit-files --state=enabled
systemctl status wpa_supplicant