I am trying to install OpenSuse TumbleWeed. I am using a MSI Tomahawk
Mag X570 motherboard with the latest bios. The issue is that Yast cannot recognize the onboard wifi module. It recognizes the ethernet
(which is a realtek card - ironic!)
My Wi-Fi chip is Wi-Fi 6 Intel AX200 160 Mhz
This is supported in the kernel version I am running (5.14.0). The module is iwlwifi.
Here is my
>dmesg | grep 'iwlwifi'
69.736422] iwlwifi 0000:28:00.0: enabling device (0000 -> 0002)
69.737477] iwlwifi 0000:28:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2
69.765970] iwlwifi 0000:28:00.0: api flags index 2 larger than supported by driver
69.765982] iwlwifi 0000:28:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
69.766150] iwlwifi 0000:28:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
69.902804] iwlwifi 0000:28:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
But, the system doesnt seem to recognise the network card.
The device column for Wifi seems to be empty.
I couldn’t find a lot of discussion having this issue.
Wondering id this is due to the MSI card or if I am missing some driver that can be installed from the repos.
Will really like to resolve this issue.
Thanks a ton for your help!
Interesting facts:
1- I tested the mobo on Kubuntu and wifi was recognized.
2- The bluetooth worked (I was using a logitech MX master mouse on bluetooth).
I note that Kubuntu is loading a an older firmware…
firmware version 59.601f3a66.0 cc-a0-59.ucode op_mode iwlmvm
…while Tumbleweed loads…
loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
I wonder if forcing an older firmware version might help here?
For referfence, I’m using Leap 15.3 which offers the following…
~> ls -l /lib/firmware/iwlwifi-cc*
-rw-r--r-- 1 root root 384436 Mar 6 2021 /lib/firmware/iwlwifi-cc-a0-46.ucode.xz
-rw-r--r-- 1 root root 387508 Mar 6 2021 /lib/firmware/iwlwifi-cc-a0-48.ucode.xz
-rw-r--r-- 1 root root 392336 Mar 6 2021 /lib/firmware/iwlwifi-cc-a0-50.ucode.xz
-rw-r--r-- 1 root root 427712 Mar 6 2021 /lib/firmware/iwlwifi-cc-a0-53.ucode.xz
-rw-r--r-- 1 root root 428500 Mar 6 2021 /lib/firmware/iwlwifi-cc-a0-55.ucode.xz
-rw-r--r-- 1 root root 441976 Mar 6 2021 /lib/firmware/iwlwifi-cc-a0-59.ucode.xz
You could try moving or renaming the “iwlwifi-cc-a0-63.ucode.xz” firmware, reboot, and see whether that is helpful perhaps. There is also the chance that something changed in the more recent kernel module (but hopefully not the case).
I tried installing the latest version of leap and I couldn’t get the wifi to work.
I purchased a pcie wifi card and I will try to see if this works. Otherwise I will give your advise a try.