You are not logged in.

#1 2025-02-16 17:54:39

unthappy
Member
Registered: 2025-02-08
Posts: 9

No network access in GNOME.

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

#2 2025-02-16 18:14:07

jonno2002
Member
Registered: 2016-11-21
Posts: 856

Re: No network access in GNOME.

you need to install NetworkManager first:

pacman -S networkmanager

be 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

#3 2025-02-16 18:15:08

cryptearth
Member
Registered: 2024-02-03
Posts: 2,130

Re: No network access in GNOME.

then you seem to have NM not installed
no problem - just use systemd-network

Offline

#4 2025-02-16 18:44:18

unthappy
Member
Registered: 2025-02-08
Posts: 9

Re: No network access in GNOME.

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

#5 2025-02-16 19:06:37

jonno2002
Member
Registered: 2016-11-21
Posts: 856

Re: No network access in GNOME.

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.gz

are 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.st

Offline

#6 2025-02-16 19:33:24

unthappy
Member
Registered: 2025-02-08
Posts: 9

Re: No network access in GNOME.

that's my pacman log
https://pastebin.com/qZesawTV

Offline

Board footer

Powered by FluxBB