I’m running TW Gnome Wayland Btrfs on an MSI AMD Ryzen laptop. I ran sudo zypper dup this morning and after rebooting my wifi stopped working. I did some troubleshooting and my wifi adapter was there but the Settings Wifi module was scanning but not seeing any of the many surrounding wifi hotspots. I rolled back to a kernal 6.19.5 snapshot and now my wifi is working again totally fine.
My plan is to stay on 6.19.5 until a future update works with my wifi adapter.
I’m open to suggestions. I’m a noob and know very little about troubleshooting and CLI.
Anyone having issues with wifi after recent updates?
So you are running an old snapshot now? If so you have installed the old wireless-regdb.
Try to update that single package, via Myrlyn or YaST2-Software or with zypper up wireless-regdb.
Reboot, just to be sure that the new version is engaged.
If WiFi works, regdb is not the culprit and the kernel is next on the list.
If WiFi does not work, revert to the snapshot that works, lock wireless-regdb with Myrlyn or YaST2-Software or zypper addlock wireless-regdband try zypper dupagain.
Thanks for your welcome message and for bringing up python
I was wondering if there’s an official way for migrating from python-older-version_package-name to python-latest_package-name other than chasing individual packages from zypper dup list and starting removing the old ones or installing the new ones first as the case may be?
I’m not sure what’s the best way for catching old packages that may have been rebuilt for a newer version of python in this case. Zypper dup —remove-orphaned wouldn’t be catching these things either, or at least not for a long time until their status changes.
Ok, I ran the command “sudo zypper up wireless-regdb” and my wifi is still working. Looks like wireless-regdb is not the issue. I’m still on kernel 6.19.5.
So the kernel is next on the list. What should I do to check if and how kernel 6.19.10 is breaking my wifi? We know that 6.19.5 does not break my wifi.
How do you recommend I proceed? Remember that I’m a Linux noob.
There is clearly an issue with the iwlwifi interface and kernel 6.19.10 had a number of changes in the wireless area, so trying for instance 6.19.9 might be useful.
Please check if you have kernels newer than 6.19.5 installed and if so try to boot one of those.
If not so, kernel 6.19.9 is still available here , you can download and install manually (just double-clicking on the downloaded .rpm file should do that).
In my Grub menu I found a snapshot with 6.19.9 and booted into that. My wifi seems to be working fine with this kernel so I’ll stick with it until a future kernel fixes the wifi bugs.
@newsense a zypper -vvv dup should provide additional information, I’ve not had any issues with old versions of python being replaced with new, I do check afterwards for any stragglers…
Do you have an AX210 wifi card? Could you please provide “inxi -N”? As already mentioned by @malcolmlewis, a bug report will help to pin down the culprit, as it involves openSUSE’s kernel experts.