PDA

View Full Version : problem with Network Manager after kali upgrade to 2022.4



Abughamd
2023-01-14, 00:39
hi ,
I'm facing problem , after i did distribution upgrade by

apt dist-upgrade , then i do
apt autoremove. then reboot my system .
after log in the network plugin disappeared from system , i couldn't find it ,
i tried
service NetworkManager start , the output is NetworkManager not found !

so i connect the LAN cable to my laptop :
and no connection also

i tried


sudo ifconfig eth0 up
sudo dhclient eth0

so i can got access to internet .
the i tried
apt install network-manager && apt install network-manager-gnome

I tried
service NetworkManager start there is no output now just blank line rather than "not found before"
but still ,there is no toolbar icon for network and every reboot i need to do manual network service starting
any helpful steps ?

thanks

Fred Sheehan
2023-01-21, 21:37
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager