Description of problem: After installing the latest linux-firmware and iwl* packages, the AX201 Wireless adapter ceased working. After digging the dmesg output I found that the iwlwifi module was unable to find appropriate firmware for the wireless adapter. I downloaded the *.ucode drivers from Intel here (https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html). Extracted the tarball and copied all (4) the *.ucode files into /usr/lib/firmware then rebooted. Wireless adapter now works again. Version-Release number of selected component (if applicable): 20210919-123.fc35 How reproducible: Upgrade system Steps to Reproduce: 1.Install latest linux-firmware and iwl* packages. (linux-firmware.noarch 20210919-123.fc35) 2. Reboot 3. Wireless adapter no longer present Actual results: Intel AX201 WiFi adapter stopped being recognized Expected results: Working WiFi, as it had previously been working. Additional info: Output from `dmesg | grep iwl` [ 1473.882860] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-64.ucode failed with error -2 [ 1473.882870] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-63.ucode failed with error -2 [ 1473.882878] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-62.ucode failed with error -2 [ 1473.882886] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-61.ucode failed with error -2 [ 1473.882893] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-60.ucode failed with error -2 [ 1473.882901] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-59.ucode failed with error -2 [ 1473.882910] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-58.ucode failed with error -2 [ 1473.882919] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-57.ucode failed with error -2 [ 1473.882928] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-56.ucode failed with error -2 [ 1473.882936] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-55.ucode failed with error -2 [ 1473.882943] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-54.ucode failed with error -2 [ 1473.882951] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-53.ucode failed with error -2 [ 1473.882961] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-52.ucode failed with error -2 [ 1473.882969] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-51.ucode failed with error -2 [ 1473.882977] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-50.ucode failed with error -2 [ 1473.882985] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-49.ucode failed with error -2 [ 1473.883002] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-48.ucode failed with error -2 [ 1473.883015] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-47.ucode failed with error -2 [ 1473.883026] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-46.ucode failed with error -2 [ 1473.883039] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-45.ucode failed with error -2 [ 1473.883051] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-44.ucode failed with error -2 [ 1473.883061] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-43.ucode failed with error -2 [ 1473.883072] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-42.ucode failed with error -2 [ 1473.883105] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-41.ucode failed with error -2 [ 1473.883117] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-40.ucode failed with error -2 [ 1473.883128] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-39.ucode failed with error -2 [ 1473.883129] iwlwifi 0000:00:14.3: no suitable firmware found! [ 1473.883130] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-Qu-c0-hr-b0-39 [ 1473.883131] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-Qu-c0-hr-b0-64 [ 1473.883132] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Feel free to check for related bugs before filing new ones.... *** This bug has been marked as a duplicate of bug 2010250 ***
(In reply to Peter Robinson from comment #1) > Feel free to check for related bugs before filing new ones.... > > *** This bug has been marked as a duplicate of bug 2010250 *** Obviously my search foo was not so well on this one, my apologies. I did search, not sure why it didn't show up. :(