You are not logged in.

#1 2024-06-25 14:06:38

LuxusIX
Member
Registered: 2024-06-25
Posts: 3

NetworkManager enable but failed to activate

I have an error with NetworkManager in my desktop!
I think it's an conflict because it is related to a some "org.freedesktop.NetworkManager"

For more details, I have an entire discussion with Gemini
ps: it's on french

https://g.co/gemini/share/bc3bb20d81b4

Please help!

Offline

#2 2024-06-25 14:13:39

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,844

Re: NetworkManager enable but failed to activate

For more details, I have an entire discussion with Gemini
ps: it's on french

Even worse: it's with an AI…

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Or redirect "sudo journalctl -b" into a file and post that however you can.

Offline

#3 2024-06-25 14:17:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,081

Re: NetworkManager enable but failed to activate

Don't rely on LLMs for technical information...

Post the full outputs of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
sudo journalctl -b

https://wiki.archlinux.org/title/List_o … n_services

if you don't have internet connection on the problematic system, redirect the two outputs to a file and upload them from somewhere else.

Edit: FF5

Last edited by V1del (2024-06-25 14:17:49)

Offline

#4 2024-06-25 14:27:43

LuxusIX
Member
Registered: 2024-06-25
Posts: 3

Re: NetworkManager enable but failed to activate

Offline

#5 2024-06-25 14:30:53

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,844

Re: NetworkManager enable but failed to activate

That's just a random list of lines from the journal - stripped by the hostname so that syntax highlighting gets broken…

Offline

#6 2024-06-25 14:40:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,081

Re: NetworkManager enable but failed to activate

That's a single page and quite useless, redirecting into a file can be done with

sudo journalctl -b > journal.txt

or so, the resulting file should be much bigger.

One thing we can logically infer from this is because your interface is called wlan0 that you might have installed iwd and NetworkManager and are potentially concurrently using them which will lead to issues, disable iwd, use NetworkManager on it's own, if you really want iwd as the backend, follow: https://wiki.archlinux.org/title/Networ … Fi_backend -- but you still need to disable iwd

Also if you're dual booting Windows, make sure fast boot is disabled, wifi card firmware is often a victim of issues with that: https://wiki.archlinux.org/title/Dual_b … ibernation

Offline

#7 2024-06-25 15:03:13

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

Re: NetworkManager enable but failed to activate

seth wrote:

For more details, I have an entire discussion with Gemini
ps: it's on french

Even worse: it's with an AI…

off-topic:
a french AI - that'll make an interesting enemy: time to surrender is random *evil german laugh
/scnr~

Offline

#8 2024-06-26 16:47:29

LuxusIX
Member
Registered: 2024-06-25
Posts: 3

Re: NetworkManager enable but failed to activate

V1del wrote:

That's a single page and quite useless, redirecting into a file can be done with

sudo journalctl -b > journal.txt

or so, the resulting file should be much bigger.

One thing we can logically infer from this is because your interface is called wlan0 that you might have installed iwd and NetworkManager and are potentially concurrently using them which will lead to issues, disable iwd, use NetworkManager on it's own, if you really want iwd as the backend, follow: https://wiki.archlinux.org/title/Networ … Fi_backend -- but you still need to disable iwd

Also if you're dual booting Windows, make sure fast boot is disabled, wifi card firmware is often a victim of issues with that: https://wiki.archlinux.org/title/Dual_b … ibernation

No, it was more deep than that, but i do update of Arch, and now it's working,

THANKS EVERYONE

Offline

#9 2024-06-26 18:35:01

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,844

Re: NetworkManager enable but failed to activate

If it was "more deep than that" what update solved it how?
https://wiki.archlinux.org/title/Genera … way_street

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB