You are not logged in.

#1 2020-07-01 02:42:12

lummm
Member
Registered: 2020-07-01
Posts: 6

No wireless network device - iwlwifi probe failed

Hi, after waking my laptop from suspend, saw that the wifi menu had disappeared from gnome.  Further investigation yielded:

[root@lummm3 ~]# iw dev
[root@lummm3 ~]# 
[root@lummm3 ~]# lspci -k | grep Net -A3
00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 30)
        DeviceName: WLAN
        Subsystem: Intel Corporation Device 0000
        Kernel modules: iwlwifi
[root@lummm3 ~]# dmesg | grep iwlwifi
[    2.251077] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    2.254135] WARNING: CPU: 0 PID: 294 at drivers/net/wireless/intel/iwlwifi/pcie/drv.c:1114 iwl_pci_probe+0x497/0x5c0 [iwlwifi]
[    2.254136] Modules linked in: pcc_cpufreq(-) iwlwifi(+) intel_uncore videobuf2_memops videobuf2_v4l2 snd_hda_codec asus_wmi hid videobuf2_common pcspkr intel_rapl_perf i2c_algo_bit sparse_keymap wmi_bmof input_leds drm_kms_helper cec rc_core intel_gtt ac syscopyarea snd_hda_core snd_hwdep int3403_thermal snd_pcm snd_timer mei_me cfg80211 snd processor_thermal_device evdev videodev tpm_crb i2c_i801 mei sysfillrect mc sysimgblt mac_hid intel_rapl_common fb_sys_fops int340x_thermal_zone rfkill soundcore intel_lpss_pci tpm_tis intel_soc_dts_iosf intel_lpss tpm_tis_core idma64 tpm intel_pch_thermal int3400_thermal rng_core acpi_thermal_rel sg crypto_user drm agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 crc32_pclmul crc32c_intel aesni_intel glue_helper xhci_pci crypto_simd cryptd xhci_hcd wmi i8042 battery serio
[    2.254191] RIP: 0010:iwl_pci_probe+0x497/0x5c0 [iwlwifi]
[    2.254262]  iwl_pci_register_driver+0x21/0x40 [iwlwifi]
[    2.254275]  iwl_drv_init+0x7f/0x1000 [iwlwifi]
[    2.262150] iwlwifi: probe of 0000:00:14.3 failed with error -22

The above output was generated with package versions:
linux-firmware 20200519.8ba6fa6-1
linux-lts 5.4.49-1
linux-zen 5.7.6.zen1-1

I've upgraded and tried linux-zen and linux-lts kernels, and also installed linux-firmware-iwlwifi-git to no avail.  Is it possible to rule out or ascertain if this is a hardware failure?

Thanks

Last edited by lummm (2020-07-01 03:07:16)

Offline

#2 2020-07-01 07:18:11

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: No wireless network device - iwlwifi probe failed

Did you reboot after every install?
https://linux-hardware.org/index.php?id … -8086-0034
According to that it should work with kernels >=5.7. Why don't you try with the standard Linux kernel, instead of the zen?

Also see:
https://wiki.archlinux.org/index.php?se … fulltext=1

Offline

#3 2020-07-02 03:48:34

lummm
Member
Registered: 2020-07-01
Posts: 6

Re: No wireless network device - iwlwifi probe failed

Yes rebooted after every install.  Also tried standard linux kernel.

Offline

#4 2020-07-02 03:50:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: No wireless network device - iwlwifi probe failed

pacman -Q linux-lts linux-zen && uname -a

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2020-07-02 04:08:10

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: No wireless network device - iwlwifi probe failed

Offline

#6 2020-07-02 04:26:12

lummm
Member
Registered: 2020-07-01
Posts: 6

Re: No wireless network device - iwlwifi probe failed

Looks like a different error under linux-lts:

~ % dmesg | grep iwlwifi
[    2.196859] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    2.220403] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[    2.220405] iwlwifi 0000:00:14.3: Found debug configuration: 0
[    2.220659] iwlwifi 0000:00:14.3: loaded firmware version 46.8902351f.0 op_mode iwlmvm
[    3.252980] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9460, REV=0x318
[    3.261779] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    3.262303] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[    3.269109] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[    3.269114] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[    3.269124] iwlwifi 0000:00:14.3: Fseq Registers:
[    3.269127] iwlwifi 0000:00:14.3: 0x746B483A | FSEQ_ERROR_CODE
[    3.269137] iwlwifi 0000:00:14.3: 0x65C1AE52 | FSEQ_TOP_INIT_VERSION
[    3.269141] iwlwifi 0000:00:14.3: 0x559FDB63 | FSEQ_CNVIO_INIT_VERSION
[    3.269150] iwlwifi 0000:00:14.3: 0x419B58C7 | FSEQ_OTP_VERSION
[    3.269154] iwlwifi 0000:00:14.3: 0x8433795C | FSEQ_TOP_CONTENT_VERSION
[    3.269164] iwlwifi 0000:00:14.3: 0x0F341047 | FSEQ_ALIVE_TOKEN
[    3.269167] iwlwifi 0000:00:14.3: 0x353456C5 | FSEQ_CNVI_ID
[    3.269170] iwlwifi 0000:00:14.3: 0xEF2B639D | FSEQ_CNVR_ID
[    3.269173] iwlwifi 0000:00:14.3: 0x01000100 | CNVI_AUX_MISC_CHIP
[    3.269209] iwlwifi 0000:00:14.3: 0xA5A5A5A2 | CNVR_AUX_MISC_CHIP
[    3.269278] iwlwifi 0000:00:14.3: 0xA5A5A5A2 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[    3.269353] iwlwifi 0000:00:14.3: 0xA5A5A5A2 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[    3.269519] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0xa5a5a5a2, CPU2 Status: 0xa5a5a5a2
[    3.269521] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[    3.269524] iwlwifi 0000:00:14.3: Collecting data: trigger 16 fired.
[    3.518432] iwlwifi 0000:00:14.3: Firmware not running - cannot dump error
[    3.531190] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
~ % pacman -Q linux-lts linux-zen && uname -a
linux-lts 5.4.49-1
linux-zen 5.7.6.zen1-1
Linux lummm3 5.4.49-1-lts #1 SMP Thu, 25 Jun 2020 00:14:43 +0000 x86_64 GNU/Linux

Offline

#7 2020-07-02 04:31:53

lummm
Member
Registered: 2020-07-01
Posts: 6

Re: No wireless network device - iwlwifi probe failed

And for completeness, under linux-zen:

~ % dmesg | grep iwlwifi
[    1.996916] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    2.008631] WARNING: CPU: 3 PID: 306 at drivers/net/wireless/intel/iwlwifi/pcie/drv.c:1114 iwl_pci_probe+0x497/0x5c0 [iwlwifi]
[    2.008632] Modules linked in: int3400_thermal(+) sysfillrect input_leds rng_core uvcvideo(+) sysimgblt acpi_thermal_rel fb_sys_fops evdev crct10dif_pclmul(+) ghash_clmulni_intel iwlwifi(+) intel_cstate soundcore videobuf2_vmalloc mei_me intel_uncore videobuf2_memops processor_thermal_device videobuf2_v4l2 intel_rapl_common mac_hid int340x_thermal_zone videobuf2_common pcspkr intel_rapl_perf cfg80211 videodev mei intel_lpss_pci intel_soc_dts_iosf intel_lpss idma64 i2c_i801 rfkill intel_pch_thermal mc sg crypto_user drm agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32_pclmul crc32c_intel serio_raw atkbd libps2 aesni_intel glue_helper crypto_simd xhci_pci cryptd xhci_hcd wmi i8042 battery serio
[    2.008657] RIP: 0010:iwl_pci_probe+0x497/0x5c0 [iwlwifi]
[    2.008701]  iwl_pci_register_driver+0x21/0x40 [iwlwifi]
[    2.008709]  iwl_drv_init+0x7f/0x1000 [iwlwifi]
[    2.017202] iwlwifi: probe of 0000:00:14.3 failed with error -22
~ % pacman -Q linux-lts linux-zen && uname -a
linux-lts 5.4.49-1
linux-zen 5.7.6.zen1-1
Linux lummm3 5.7.6-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 25 Jun 2020 00:14:50 +0000 x86_64 GNU/Linux

Offline

#8 2020-07-02 09:23:48

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: No wireless network device - iwlwifi probe failed

Again: try with the standard kernel. No LTS, no zen.

Offline

#9 2020-07-02 09:39:26

lummm
Member
Registered: 2020-07-01
Posts: 6

Re: No wireless network device - iwlwifi probe failed

Standard kernel

~ % dmesg | grep iwlwifi
[    2.015898] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    2.017428] WARNING: CPU: 0 PID: 281 at drivers/net/wireless/intel/iwlwifi/pcie/drv.c:1114 iwl_pci_probe+0x4a0/0x5c0 [iwlwifi]
[    2.017429] Modules linked in: pcc_cpufreq(-) irqbypass fjes(-) acpi_cpufreq(-) iwlwifi(+) snd_hda_codec crct10dif_pclmul ghash_clmulni_intel intel_cstate intel_uncore snd_hda_core snd_hwdep i2c_algo_bit asus_nb_wmi intel_rapl_perf snd_pcm asus_wmi pcspkr snd_timer cfg80211 input_leds sparse_keymap wmi_bmof drm_kms_helper snd cec i2c_i801 mei_me soundcore rc_core mei intel_gtt intel_lpss_pci intel_lpss syscopyarea rfkill sysfillrect idma64 i2c_hid processor_thermal_device sysimgblt intel_rapl_common fb_sys_fops hid intel_pch_thermal tpm_crb int3403_thermal intel_soc_dts_iosf int340x_thermal_zone ac tpm_tis tpm_tis_core tpm int3400_thermal evdev acpi_thermal_rel mac_hid rng_core drm sg crypto_user agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 crc32_pclmul crc32c_intel aesni_intel glue_helper xhci_pci crypto_simd cryptd xhci_hcd wmi i8042 battery serio
[    2.017469] RIP: 0010:iwl_pci_probe+0x4a0/0x5c0 [iwlwifi]
[    2.017532]  iwl_pci_register_driver+0x21/0x40 [iwlwifi]
[    2.017544]  iwl_drv_init+0x7f/0x1000 [iwlwifi]
[    2.091873] iwlwifi: probe of 0000:00:14.3 failed with error -22
~ % pacman -Q linux && uname -a      
linux 5.7.6.arch1-1
Linux lummm3 5.7.6-arch1-1 #1 SMP PREEMPT Thu, 25 Jun 2020 00:14:47 +0000 x86_64 GNU/Linux

Offline

#10 2020-07-02 09:56:34

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: No wireless network device - iwlwifi probe failed

OK.
Maybe this helps:
https://askubuntu.com/questions/1202366 … ed-network
You might want to look at the output of 'rfkill all' (not sure that's the exact syntax). Blocked?
There was another thread that suggested that in a dual boot situation "Windows hogs the card to itself".

Offline

#11 2020-07-03 02:22:04

lummm
Member
Registered: 2020-07-01
Posts: 6

Re: No wireless network device - iwlwifi probe failed

I'll look into it, but I believe not the cause:

~ % rfkill list
0: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: asus-bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

Not a dual boot issue on this machine (just Arch).  It's a 2019 Asus ZenBook if that helps.  Also 'Secure Boot' is disabled. 
Is it possible to rule out a hardware issue?

Offline

#12 2020-07-03 09:37:36

zacksome8
Member
Registered: 2020-07-03
Posts: 1

Re: No wireless network device - iwlwifi probe failed

Hi there. I have the same error as you with kernel version 5.7.7. Was working perfectly a few weeks ago and I did not do anything since then besides regular update before shutting down the last time my wifi was working. I am dual booting with Windows but have disabled fast boot and was working fine previously.

$ dmesg | grep wifi
[    5.738232] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    5.742327] WARNING: CPU: 5 PID: 296 at drivers/net/wireless/intel/iwlwifi/pcie/drv.c:1114 iwl_pci_probe+0x4a0/0x5c0 [iwlwifi]
[    5.742329] Modules linked in: aesni_intel usbhid snd_intel_dspcfg snd_hda_codec nls_iso8859_1 iwlwifi(+) crypto_simd nls_cp437 cryptd ofpart vfat glue_helper cmdlinepart fat intel_cstate snd_hda_core rc_core intel_spi_pci uvcvideo ipmi_devintf snd_hwdep intel_uncore snd_pcm intel_spi videobuf2_vmalloc intel_gtt cfg80211 ipmi_msghandler snd_timer intel_rapl_perf spi_nor pcspkr videobuf2_memops mei_me tpm_crb intel_lpss_pci syscopyarea i2c_hid sysfillrect videobuf2_v4l2 mtd snd alx videobuf2_common intel_lpss sysimgblt i2c_i801 tpm_tis mei soundcore mdio i2c_nvidia_gpu hid rfkill idma64 fb_sys_fops intel_pch_thermal videodev ac tpm_tis_core battery wmi mc tpm rng_core evdev mac_hid acpi_tad drm crypto_user agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 xhci_pci crc32c_intel xhci_hcd
[    5.742499] RIP: 0010:iwl_pci_probe+0x4a0/0x5c0 [iwlwifi]
[    5.742744]  iwl_pci_register_driver+0x21/0x40 [iwlwifi]
[    5.742809]  iwl_drv_init+0x7f/0x1000 [iwlwifi]
[    5.805201] iwlwifi: probe of 0000:00:14.3 failed with error -22
$ lspci -k
00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson Peak] (rev 10)
        DeviceName: Onboard - Ethernet
        Subsystem: Bigfoot Networks, Inc. Device 1552
        Kernel modules: iwlwifi
$ rfkill list
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

Offline

#13 2020-07-03 16:08:20

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: No wireless network device - iwlwifi probe failed

@jacksome8 what is the VID:PID of the NIC?  `lspci -nn`

Offline

#14 2020-07-08 15:41:28

wallentx
Member
Registered: 2020-07-08
Posts: 3

Re: No wireless network device - iwlwifi probe failed

@zacksome8

Your wifi controller isn't working because of an iwlwifi issue introduced in kernel 5.7.x

This code:

IWL_DEV_INFO(0xA370, 0x1552, iwl9560_2ac_cfg_soc, iwl9560_killer_1550i_name),

needs to exist here: https://github.com/torvalds/linux/blob/ … drv.c#L585

See the bottom 2 comments here:
https://bugs.archlinux.org/task/66977

Comment by Stefan (J4son) - Thursday, 02 July 2020, 10:12 GMT
A user added a patch in the bugreport @ kernel.org. Would it be possible to add this patch to the 5.7.7?

It is this patch: https://bugzilla.kernel.org/attachment. … ction=diff
Comment by Stefan (J4son) - Friday, 03 July 2020, 13:47 GMT
I've compiled the iwlwifi module with this patch with kernel 5.7.7 and it works perfect. Hopefully the patch will be integrated in 5.7.8:

[ 21.604550] iwlwifi 0000:00:14.3: loaded firmware version 46.8902351f.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[ 21.959183] iwlwifi 0000:00:14.3: Detected Killer (R) Wireless-AC 1550i Wireless Network Adapter (9560NGW), REV=0x318
[ 22.008164] iwlwifi 0000:00:14.3: base HW address: 48:f1:7f:82:17:39
[ 22.220676] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0

I've been trying to wrap my head around how to include patches into the .PKGBUILD for the linux package so I could try and patch and compile on my own, but I cant figure it out.


The Method of Science, the Aim of Religion.

Offline

#15 2020-07-08 19:22:49

wallentx
Member
Registered: 2020-07-08
Posts: 3

Re: No wireless network device - iwlwifi probe failed

https://bugzilla.kernel.org/show_bug.cgi?id=208141#c25

Check that, someone made pacman packages with the fix. Can confirm this works.
I got an MSI GS65 with the same wifi adapter as you.


The Method of Science, the Aim of Religion.

Offline

#16 2020-07-10 04:38:16

felixculpa
Member
From: Alberta, Canada
Registered: 2012-06-12
Posts: 252

Re: No wireless network device - iwlwifi probe failed

https://bugzilla.kernel.org/show_bug.cgi?id=208141#c25

Check that, someone made pacman packages with the fix. Can confirm this works.
I got an MSI GS65 with the same wifi adapter as you.

Thank god. This issue has been driving me up the wall for weeks.

Last edited by felixculpa (2020-07-10 04:39:12)

Offline

Board footer

Powered by FluxBB