You are not logged in.
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
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.stOr redirect "sudo journalctl -b" into a file and post that however you can.
Offline
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 -bhttps://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
There it is :
Offline
That's just a random list of lines from the journal - stripped by the hostname so that syntax highlighting gets broken…
Offline
That's a single page and quite useless, redirecting into a file can be done with
sudo journalctl -b > journal.txtor 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
For more details, I have an entire discussion with Gemini
ps: it's on frenchEven 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
That's a single page and quite useless, redirecting into a file can be done with
sudo journalctl -b > journal.txtor 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
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