Linux devices not connecting to wifi [CLOSED]

SomeBoyo@feddit.de to Linux@lemmy.ml – 22 points –

All my devices seem to have problems connecting to my homes router. This problem appears only on linux and only on my router. All other networks work flawlessly. My router is a CH7466CE.

EDIT: My router seems to have unfucked itself.

12

I'd start by pulling NetworkManager, wpa_supplicant and iwd logs (journalctl -u networkmanager.service --since -2h and so on). Check dmesg as well.

both don't show anything weird

I'd still paste it, redacting SSID and MAC addresses.

Even if it's just info messages, it'll still give us an idea of what it does or doesn't do.

I saw the other comment thread about using a static IP sometimes fixing it. We should see that DHCP attempt in the logs. Maybe it succeeds, maybe it's like "btw the router handed me option 42 and I don't know how to deal with that", maybe it's using the wrong DHCP client (dhclient vs dhcpd) but clues are clues.

Could also tail the entire system log (journalctl -f) so you'll see live output of every service. Maybe it connects fine but something else immediately kicks in and breaks it.

What have you tried so far?

manually setting my ip usually fixed it, but not this time

The way I usually use cable internet, is to connect another router via ethernet to the cable modem/router, and then connect all my devices to that second router. This way, I could use the provider's router (sometimes the model they provide can't be changed), and at the same time use a better router for my devices.

Do you have a VPN running on those devices to the same network that you are trying to connect to?

Had something like this using WireGuard once