Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on feddit.de
linux·LinuxbySomeBoyo

Linux devices not connecting to wifi [CLOSED]

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.

View original on feddit.de
21

12 replies

lemmy.max-p.me

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

5

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.

2
SomeBoyoreply
feddit.de

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

1
vzqreply
lemmy.blahaj.zone

That seems to be indicative of dhcp issues, not WiFi issues.

6

Unlikely, since DHCP is a pretty short conversation, and other clients aren't having issues.

3

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.

2

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

1

You reached the end

Linux devices not connecting to wifi [CLOSED] | Spyke