Results 1 to 2 of 2

Thread: problem with Network Manager after kali upgrade to 2022.4

  1. #1
    Join Date
    2023-Jan
    Posts
    2

    Exclamation problem with Network Manager after kali upgrade to 2022.4

    hi ,
    I'm facing problem , after i did distribution upgrade by
    Code:
    apt dist-upgrade
    , then i do
    Code:
    apt autoremove
    . then reboot my system .
    after log in the network plugin disappeared from system , i couldn't find it ,
    i tried
    Code:
    service NetworkManager start
    , the output is NetworkManager not found !

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

    i tried
    Code:
    sudo ifconfig eth0 up
    sudo dhclient eth0
    so i can got access to internet .
    the i tried
    Code:
    apt install network-manager && apt install network-manager-gnome
    I tried
    Code:
    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

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    sudo systemctl enable NetworkManager
    sudo systemctl start NetworkManager

Similar Threads

  1. Problem with Network Manager
    By NaesMal in forum General Archive
    Replies: 1
    Last Post: 2023-02-15, 07:46
  2. error in apt-get install network-manager network-manager-gnome
    By arsham in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2014-10-05, 20:40
  3. wicd network manager problem Validating authentication
    By seen_bawl in forum General Archive
    Replies: 4
    Last Post: 2014-05-28, 23:51

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •