28
July
2021
15:09

Solving the problem in MX Linux "Netwo ServicerkManager не запущена"

28 July 2021 15:09

After updating the MX Linux to the Bullseye version, there was a problem - there is no connection to Wi -Fi. When the mouse is hung on the network connection icon on the task panel, a pop -up message "Netwo service is displayedrkManager не запущена". Существует простое решение данной проблемы.

The following actions that I found on the forum on MX Linux helped me:

  1. It is necessary to reset the configuration of the network by the team:

    sudo update-rc.d network-manager defaULTS

  2. Run NetworkManager, the network will immediately appear:

    sudo /sbin/NetworkManager

  3. PREASION OF THE SURP NETWOrkManager в файл /etc/rc.locaL
    (You can use any text editor, for example, nano , which is in every operating system).

    sudo nano /etc/rc.locaL.

In which we write

sudo /sbin/NetworkManager
exit 0

We save the file and go out. After the computer is rested, the problem is not played.


Note to the release of MX Linux "Bullseye"

In MX Linux "Bullseye", the service is not only disconnectedrc.local, но и выключена загрузка SystemD.
The initialization scenarios, in particular, UPD services are deletedate-rC.D.

For example, when executing a command:

sudo update-rc.d network-manager defaULTS

An error arises

"UPDate-rc.d: error: initscript does not exist: /etc/init.d/network-manager"

Until a beautiful solution has been found. You can try to start rc.local, как написано в этой статье или здесь.
Then after rebooting, if necessary, execute the command

sudo service rc.local start

The problem is partially resolved. Nevertheless, the Sudo /SBIN /NETWO teamrkManager работает и в Debian Bullseye, и в Debian Bookworm.

The final solution for launchrc.locaL:

Start - MX tools - MX Boot Options
Add to "Nuclear Parameters" line:

init=/lib/systemd/systemd

And click "Apply" - "OK" - "close".

Reload the computer. (If a pause occurs during the reboot, press Enter).

Return to SystemD полностью решает проблему с запуском NetworkManager с помощью службы rc.locaL.

If you do not want to use this solution, you have to wait [the stable version of MX Linux-21](https: //mxlinux.org/) на основе DebiaN 11 "Bullseye".


Source:
*Forummx linux, сообщение NetworkManager is not running/Networking disabled" after update - автор dolphin_oraCle.



Related publications