You are not logged in.
Pages: 1
Hello, i have a problem with GNOME. i have a problem with NetworkManager. By trying to restart it i have that:
[zxcbeb@archlinux ~]$ sudo systemctl start NetworkManager
Failed to start NetworkManager.service: Unit NetworkManager.service not found.
Last edited by unthappy (2025-02-16 18:04:53)
Offline
you need to install NetworkManager first:
pacman -S networkmanagerbe sure to remove whatever other network service you had before, as you mentioned before editing this thread you had gnome with network but no interface, so if it was dhcpcd then you need to remove that first.
Offline
then you seem to have NM not installed
no problem - just use systemd-network
Offline
NetworkManager is installed, but gnome telling me that i dont have it. maybe i have to reboot?
Last edited by unthappy (2025-02-16 18:45:08)
Offline
pacman -Ql networkmanager|grep -i service
networkmanager /usr/lib/systemd/system/NetworkManager-dispatcher.service
networkmanager /usr/lib/systemd/system/NetworkManager-wait-online.service
networkmanager /usr/lib/systemd/system/NetworkManager.service
networkmanager /usr/lib/systemd/system/nm-priv-helper.service
networkmanager /usr/share/dbus-1/system-services/
networkmanager /usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
networkmanager /usr/share/dbus-1/system-services/org.freedesktop.nm_priv_helper.service
networkmanager /usr/share/man/man8/NetworkManager-wait-online.service.8.gzare you sure its installed cause that file "NetworkManager.service" is part of it.
post your pacman log so we can see what youve done..
cat /var/log/pacman.log | curl -F 'file=@-' 0x0.stOffline
that's my pacman log
https://pastebin.com/qZesawTV
Offline
Pages: 1