A
A
artemk1ter2020-12-20 22:48:15
linux
artemk1ter, 2020-12-20 22:48:15

Linux fedora takes a long time to load after installing drivers for Wi-Fi. What is the problem?

● NetworkManager-wait-online.service loaded failed Network Manager Wait >

LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, ie generalization of SUB.
SUB = The low-level unit activation state, values ​​depend on unit type.

1 loaded units listed.

Driver installed like this:
https://tanmaync.wordpress.com/2017/12/02/install-...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hint000, 2020-12-21
@artemk1ter

NetworkManager-wait-online
This thing waits for a network connection and does nothing else ("And then suddenly someone without a pitchfork starts loading ..."). If there is no connection, then it can be stupid for several minutes. Usually life becomes easier without it, so disable:

sudo systemctl disable NetworkManager-wait-online.service

PS one more "useful" crap, only when networkd instead of NetworkManager is disabled in the same way:
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question