
Originally Posted by
deano_ferrari
Can you capture/compare the dmesg output between the two distros?
Code:
dmesg|egrep -i "iwlwifi|firmware"
Kernel versions?
Apologies for the delay. This took me some time.
In Kubuntu (where wifi works) I am getting the following.
Code:
>uname -r
5.11.0-27-generic
> dmesg|egrep -i "iwlwifi|firmware"
Config Status: cfg=new, avail=yes, need=no, active=unknown
[ 0.389537] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.538747] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.547630] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 33.626554] iwlwifi 0000:28:00.0: enabling device (0000 -> 0002)
[ 34.758169] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
[ 35.007496] iwlwifi 0000:28:00.0: api flags index 2 larger than supported by driver
[ 35.007504] iwlwifi 0000:28:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
[ 35.007659] iwlwifi 0000:28:00.0: loaded firmware version 59.601f3a66.0 cc-a0-59.ucode op_mode iwlmvm
[ 35.826267] iwlwifi 0000:28:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 36.010861] iwlwifi 0000:28:00.0: base HW address: b4:0e:de:7b:5e:94
[ 36.207539] iwlwifi 0000:28:00.0 wlo1: renamed from wlan0
[ 172.503585] Modules linked in: ccm input_leds hid_apple apple_mfi_fastcharge rfcomm iwlmvm mac80211 cmac algif_hash algif_skcipher af_alg bnep libarc4 btusb btrtl btbcm btintel bluetooth iwlwifi ecdh_generic ecc cfg80211 intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd kvm snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation soundwire_cadence snd_hda_codec joydev snd_hda_core snd_hwdep soundwire_bus snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore ccp k10temp rapl efi_pstore wmi_bmof mac_hid sch_fq_codel msr parport_pc ppdev lp parport ip_tables x_tables autofs4 overlay nls_utf8 isofs dm_mirror dm_region_hash dm_log uas usb_storage hid_generic usbhid hid nouveau mxm_wmi i2c_algo_bit drm_ttm_helper ttm drm_kms_helper crct10dif_pclmul crc32_pclmul syscopyarea ghash_clmulni_intel
[ 200.503526] Modules linked in: ccm input_leds hid_apple apple_mfi_fastcharge rfcomm iwlmvm mac80211 cmac algif_hash algif_skcipher af_alg bnep libarc4 btusb btrtl btbcm btintel bluetooth iwlwifi ecdh_generic ecc cfg80211 intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd kvm snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation soundwire_cadence snd_hda_codec joydev snd_hda_core snd_hwdep soundwire_bus snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore ccp k10temp rapl efi_pstore wmi_bmof mac_hid sch_fq_codel msr parport_pc ppdev lp parport ip_tables x_tables autofs4 overlay nls_utf8 isofs dm_mirror dm_region_hash dm_log uas usb_storage hid_generic usbhid hid nouveau mxm_wmi i2c_algo_bit drm_ttm_helper ttm drm_kms_helper crct10dif_pclmul crc32_pclmul syscopyarea ghash_clmulni_intel
For reference (also mentioned in the first post)
In SUSE Tumbleweed I am using
Code:
>uname - r
5.14.0-1-default
> dmesg | egrep -i "iwlwifi|firmware"
[ 0.371554] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.606391] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.614628] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 69.292806] iwlwifi 0000:28:00.0: enabling device (0000 -> 0002)
[ 69.301598] iwlwifi 0000:28:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2
[ 69.325321] iwlwifi 0000:28:00.0: api flags index 2 larger than supported by driver
[ 69.325331] iwlwifi 0000:28:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 69.325453] iwlwifi 0000:28:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
[ 69.436203] iwlwifi 0000:28:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 72.231077] Bluetooth: hci0: Firmware revision 0.0 build 121 week 7 2021
Thank you for looking.