On startup of my laptop, all wifi networks are detected, my laptop connects to the wifi, but I don’t have internet and get wifi with a question mark icon.
Upon running the following command I have immediately an internet connection:
resolvectl --no-pager status
Does anybody have a clue what is going on, and how to resolve it?
I am running Fedora Linux 40 (Workstation Edition)
firmware Version 2.29
DNS4, DNS6 : Automatic
too much noise and not obvious errors/failures/timeouts; try filtering by service units with something like
journalctl -u ${service-unit-name}
and set deeper debugging level with sudo.so i think that a list of the relevant service units will be decent place to start and the no-brainers from your copy/paste are audit, kernel, and systemd-${whatever} service units and we need to figure out what else we need to add to that list: maybe gnome-shell since you’ve mentioned nmcli? are you using fedora’s default ndiswrapper and what is it?