You are not logged in.

#1 2021-12-07 10:57:22

Plaristote
Member
Registered: 2012-02-07
Posts: 38

[SOLVED] NetworkManager constantly disconnect and reconnects

Greetings,

Since yesterday, I have been unable to get a stable connection with NetworkManager: it suddenly broke and started constantly disconnecting and reconnecting, whichever connection I use (wifi or cable). The symptoms are exactly the same as described in the following topic:

https://bbs.archlinux.org/viewtopic.php?id=259876

Including the dmesg output:

wlp3s0: deauthenticating from <censored> by local choice (Reason: 3=DEAUTH_LEAVING)

The solution didn't entirely work out for me though. It turns out I did have both dhcpcd and NetworkManager enabled, but disabling dhcpcd didn't help. I decided to disable NetworkManager instead, and use dhcpcd instead. That worked out alright.

With a working connection, I had the opportunity to check for alternatives. Turns out Wicd isn't working anymore : doesn't build, and they're allegedly still working on a Python3/GTK3 port (I haven't found any recent news though). I'll try to move to ConnMan, but I would very much like to get some clues onto how to diagnose and fix NetworkManager.

I did update my system yesterday, but I don't see which update might've broken anything related to NetworkManager. I updated again this morning to no avail.

Last edited by Plaristote (2021-12-07 11:44:51)

Offline

#2 2021-12-07 11:16:55

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,547

Re: [SOLVED] NetworkManager constantly disconnect and reconnects

Post a full journal covering a failing situation and your currently active services

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

Offline

#3 2021-12-07 11:44:29

Plaristote
Member
Registered: 2012-02-07
Posts: 38

Re: [SOLVED] NetworkManager constantly disconnect and reconnects

Well... I'm a retard.

I had issues with connman, so did another reboot, and now I can't reproduce the issue...

Checking my console history, everything becomes clear.

I *disabled* dhcpcd. I didn't stop it.

Damn. Sorry for the inconvenience !

Offline

Board footer

Powered by FluxBB