Looks to me like the initramfs loads the driver for the wireless card, iwlwifi, but the initramfs doesn't have the patched firmware.
Maybe try adding to your boot options blacklist=iwlwifi, to prevent the initramfs from loading the driver, leaving it up to the main system when it starts to take control?
linux /boot/vmlinuz-[xxx] root=UUID=[yyy] ro quiet splash blacklist=iwlwifi ---
It's unclear to me what happened when you tried a live USB. Your post seems to say that it fails with the same error.
My question would be - What version of the live USB did you use? If you used a 24.10 live USB you should also try earlier versions to see if they work. If they do work and 24.10 doesn't, then we can conclude it's a software problem.
If it fails with the older versions in the same manner, that would tell me it's probably a hardware failure. Aging component gets hot, breaks connection, yada yada yada. I would re-seat the wifi card if it has one.
Best of luck. It looks like you have many people interested in the problem. I'm looking forward to finding out what the problem is.
Just got an automatic Linux-firmware update minutes ago.
I rebooted and the wifi did connect
Hope it will persist
*** Note: Well it didn't. It disconnected by itself a few times since this morning. No suspend. I rebooted and it reconnected... for maybe an hour or less. Now tethering again to write this ***
W
p.s. I do sincerely thank all of those here for your time & efforts to help me out. But I was probably missing something in the way to a solution.
I still think you would find some insights into your problem by studying the output of
and looking at the details associated with "Network Manager", which under the heading
Unit NetworkManager.service:
to get at some of the details regarding specific interractions and dependencies, would help pinpoint the issue.
Other than that, I would suggest trying removing the "--no-daemon" option, so that Network Manager can respond and recover from any issues of dependencies and timing on its own, without manual intervention.
Eric
I did read through your note of Nov 11. I tried the lines you suggested but I get nothing and not knowledgeable enough to understand all of it.
If I use: systemd-analyze dump | cat -n >dump.txt
I get.... nothing
I don't want to count the chickens before theyβre hatched...
But it's been 2 days now without wifi connection issues... after a Nvidia update... Could be something else, but it is the only 'event' I've seen in the interim.
Lets see
You could then examine the segments relating to the individual segments highlighted, in the various logs, in order to pinpoint the cause of the "failed start" or the cause of the sudden "disabling/failure" of the necessary services.
Those identify all the direct dependencies for the Network Manager itself. But if the failure is not at the first level of dependency, you then need to dig into the deeper dependencies for each of those, in order to track down the point of failure, or the trigger for the unwanted offline state.
Thanks Stephen
I was to try it and then (suddenly) wifi started to connect with no glitch...
I still wonder why... some recent update(s) seems to have solved the issue. Which ? How ? ...no idea... but it works.
Maybe a 'backport' or solution sent for what seemed to be a iwlwifi or Intel Wi-Fi 6 AX201 driver issue.
So for now I'll shy away from any further actions...
Again many thanks to all of you here above