rickysarraf / laptop-mode-tools

Power Savings tool for Linux
https://www.researchut.com/tags/laptop-mode-tools/
GNU General Public License v2.0
553 stars 47 forks source link

PCI wlan device missing after system resumes from suspend (Intel) #195

Closed wem1c closed 1 year ago

wem1c commented 1 year ago

Describe the bug Upon resuming from suspend, the wireless connection is missing. Network Manager tray icon reports: "No network devices available".

Additionally, right after opening the laptop lid, it takes about 5-10 seconds for the touchpad and keyboard to start working again.

To Reproduce Steps to reproduce the behavior:

  1. Install laptop-mode-tools
  2. Reboot system
  3. Close lid
  4. Open lid

Expected behavior Laptop returns from suspend with touchpad and keyboard working the moment the display turns back on, as well as the last-connected wifi connection being re-established automatically after login.

Screenshots Presumed unnecessary.

Important Information:

Additional context

Edit: Fixed some typos.

rickysarraf commented 1 year ago

It seems from the logs, that the device driver for your WiFi hardware, is buggy.

jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: Timeout waiting for hardware access (CSR_GP_CNTRL 0xffffffff)
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 7 PID: 17079 at drivers/net/wireless/intel/iwlwifi/pcie/trans.c:2128 __iwl_trans_pcie_grab_nic_access+0x1f3/0x220 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 7 PID: 17079 Comm: kworker/u16:8 Not tainted 6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:__iwl_trans_pcie_grab_nic_access+0x1f3/0x220 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Code: 48 89 df e8 1f a9 fe ff 4c 89 f7 e8 d7 73 7a c6 e9 e3 fe ff ff 89 c6 48 c7 c7 f0 01 2c c1 c6 05 59 b3 04 00 01 e8 d2 87 73 c6 <0f> 0b e9 01 ff ff ff 48 8b 7b 40 48 c7 c2 58 02 2c c1 31 f6 e8 f4
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7a50 EFLAGS: 00010286
jan 09 19:15:59 vivobook kernel: RAX: 0000000000000000 RBX: ffff8b2548e14028 RCX: 0000000000000027
jan 09 19:15:59 vivobook kernel: RDX: ffff8b26a5de1668 RSI: 0000000000000001 RDI: ffff8b26a5de1660
jan 09 19:15:59 vivobook kernel: RBP: 00000000ffffffff R08: ffffffff88c5b7e0 R09: 0000000000000007
jan 09 19:15:59 vivobook kernel: R10: 000000000000000f R11: ffffffff894f928c R12: 0000000000000001
jan 09 19:15:59 vivobook kernel: R13: 0000000000000000 R14: ffff8b2548e16974 R15: 0000000000000011
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5dc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: 0000000000000000 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  iwl_trans_pcie_grab_nic_access+0x1a/0x40 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_pcie_rx_init+0x72/0x3a0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_trans_pcie_start_fw+0x2f7/0x6b0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_load_ucode_wait_alive+0xf9/0x500 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  ? iwl_wait_init_complete+0x30/0x30 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_run_init_mvm_ucode+0xa5/0x3a0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  ? iwl_send_rss_cfg_cmd+0xd0/0xd0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_up+0xc8/0xbc0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  ? psi_task_switch+0xd6/0x230
jan 09 19:15:59 vivobook kernel:  ? __switch_to_asm+0x3e/0x60
jan 09 19:15:59 vivobook kernel:  ? __schedule+0x378/0x12a0
jan 09 19:15:59 vivobook kernel:  ? up+0x44/0x60
jan 09 19:15:59 vivobook kernel:  ? __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_mac_start+0x6a/0x100 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  drv_start+0x3f/0x100 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ieee80211_reconfig+0x7f/0x16f0 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
jan 09 19:15:59 vivobook kernel:  ? wait_for_completion+0x3b/0x160
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: iwlwifi transaction failed, dumping registers
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: iwlwifi device config registers:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000000: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000020: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000040: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000060: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000080: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 000000a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 000000c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 000000e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000100: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000120: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000140: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: iwlwifi device memory mapped registers:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000000: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 00000020: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: iwlwifi parent port (0000:00:1d.1) config registers:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000000: 9db18086 00100407 060400f0 00810010 00000000 00000000 00040400 200000f0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000020: b430b430 0001fff1 00000000 00000000 00000000 00000040 00000000 001202ff
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000040: 01428010 00008001 0010000f 0a724c13 50110042 006cb200 01080000 00000008
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000060: 00000000 00000837 00000000 0000000e 00010003 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000080: 00019005 fee00298 00000000 00000000 0000a00d 15011043 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 000000a0: c8030001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 000000c0: 00000000 00000000 00000000 00000000 07001001 00021842 099e0008 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 000000e0: 00630300 00000000 00100006 00000000 00000152 4c000000 01300fb5 82000004
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000100: 14010001 00000000 00010000 00060011 00000000 00002000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000120: 00000000 00000000 00000000 00000007 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000140: 1501000d 0000000f 00000000 00000000 2001001f 00000406 00000003 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000160: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000180: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 000001a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 000001c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 000001e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000200: 2201001e 00b0281f 40582800
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: iwlwifi root port (0000:00:1d.1) AER cap structure:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000000: 14010001 00000000 00010000 00060011 00000000 00002000 00000000 00000000
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:00:1d.1: 00000020: 00000000 00000000 00000000 00000007 00000000 00000000
jan 09 19:15:59 vivobook kernel: ata1: SATA link down (SStatus 4 SControl 300)
jan 09 19:15:59 vivobook kernel: usb 1-5: reset high-speed USB device number 3 using xhci_hcd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Could not load the [0] uCode section
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to start INIT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to run INIT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to start RT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Collecting data: trigger 16 fired.
jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 7 PID: 17079 at drivers/net/wireless/intel/iwlwifi/iwl-trans.h:1414 iwl_fwrt_dump_lmac_error_log+0x4c7/0x520 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 7 PID: 17079 Comm: kworker/u16:8 Tainted: G        W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:iwl_fwrt_dump_lmac_error_log+0x4c7/0x520 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Code: f6 48 c7 c2 8c d1 2b c1 e8 36 ea fd ff e9 d4 fb ff ff 81 fd ff ff 3f 00 0f 87 14 fc ff ff 49 c7 c0 a0 ce 2b c1 e9 a8 fb ff ff <0f> 0b 49 8b 7c 24 40 48 c7 c2 90 20 2c c1 31 f6 e8 04 ea fd ff 49
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7ac8 EFLAGS: 00010286
jan 09 19:15:59 vivobook kernel: RAX: 00000000fffffff0 RBX: ffff8b2551942f50 RCX: 0000000000000000
jan 09 19:15:59 vivobook kernel: RDX: 0000000000000000 RSI: 0000002b1ab5a07b RDI: 0000000000000004
jan 09 19:15:59 vivobook kernel: RBP: 0000000000811ac8 R08: 0000000000000004 R09: 00000000471c676c
jan 09 19:15:59 vivobook kernel: R10: ffffffff88c06100 R11: 0000000000000000 R12: ffff8b2548e14028
jan 09 19:15:59 vivobook kernel: R13: 0000000000000000 R14: ffff9c25919b7ad0 R15: ffff8b25519420b8
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5dc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: 0000000000000000 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  iwl_fwrt_dump_error_logs+0x28/0x1f0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_nic_error+0xa7/0xd0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_trans_sync_nmi_with_addr+0x76/0x150 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_fw_dbg_error_collect+0x5f/0xe0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_up+0x11d/0xbc0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  ? psi_task_switch+0xd6/0x230
jan 09 19:15:59 vivobook kernel:  ? __switch_to_asm+0x3e/0x60
jan 09 19:15:59 vivobook kernel:  ? __schedule+0x378/0x12a0
jan 09 19:15:59 vivobook kernel:  ? up+0x44/0x60
jan 09 19:15:59 vivobook kernel:  ? __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_mac_start+0x6a/0x100 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  drv_start+0x3f/0x100 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ieee80211_reconfig+0x7f/0x16f0 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
jan 09 19:15:59 vivobook kernel:  ? wait_for_completion+0x3b/0x160
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: HW error, resetting before reading
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Loaded firmware version: 36.ca7b901d.0 8265-36.ucode
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | ADVANCED_SYSASSERT          
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | trm_hw_status0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | trm_hw_status1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | branchlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | interruptlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | interruptlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | beacon time
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | tsf low
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | tsf hi
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | time gp1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | time gp2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode revision type
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode version major
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode version minor
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | hw version
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | board version
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | hcmd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr4
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | last cmd Id
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | wait_event
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_control
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_duration
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_mhvalid
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_addr_match
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | lmpm_pmg_sel
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | timestamp
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | flow_handler
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | ADVANCED_SYSASSERT
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac branchlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac branchlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac interruptlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac interruptlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac major
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac minor
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | frame pointer
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | stack pointer
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | last host cmd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr status reg
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: IML/ROM dump:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A | IML/ROM SYSASSERT
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A5A5A | IML/ROM error/state
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A5A5A | IML/ROM data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: mac start retry 0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Could not load the [0] uCode section
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to start INIT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to run INIT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to start RT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Collecting data: trigger 16 fired.
jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 3 PID: 17079 at drivers/net/wireless/intel/iwlwifi/iwl-trans.h:1414 iwl_fwrt_dump_lmac_error_log+0x4c7/0x520 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 3 PID: 17079 Comm: kworker/u16:8 Tainted: G        W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:iwl_fwrt_dump_lmac_error_log+0x4c7/0x520 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Code: f6 48 c7 c2 8c d1 2b c1 e8 36 ea fd ff e9 d4 fb ff ff 81 fd ff ff 3f 00 0f 87 14 fc ff ff 49 c7 c0 a0 ce 2b c1 e9 a8 fb ff ff <0f> 0b 49 8b 7c 24 40 48 c7 c2 90 20 2c c1 31 f6 e8 04 ea fd ff 49
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7ac8 EFLAGS: 00010286
jan 09 19:15:59 vivobook kernel: RAX: 00000000fffffff0 RBX: ffff8b2551942f50 RCX: 0000000000000000
jan 09 19:15:59 vivobook kernel: RDX: 0000000000000000 RSI: 0000002b1ab5a07b RDI: 0000000000000002
jan 09 19:15:59 vivobook kernel: RBP: 0000000000811ac8 R08: 0000000000000002 R09: 00000000471c676c
jan 09 19:15:59 vivobook kernel: R10: ffffffff88c06110 R11: 0000000000000000 R12: ffff8b2548e14028
jan 09 19:15:59 vivobook kernel: R13: 0000000000000000 R14: ffff9c25919b7ad0 R15: ffff8b25519420b8
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5cc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: 0000000000000000 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  iwl_fwrt_dump_error_logs+0x28/0x1f0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_nic_error+0xa7/0xd0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_trans_sync_nmi_with_addr+0x76/0x150 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_fw_dbg_error_collect+0x5f/0xe0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_up+0x11d/0xbc0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  ? psi_task_switch+0xd6/0x230
jan 09 19:15:59 vivobook kernel:  ? __iwl_err.cold+0x4f/0x54 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  ? __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_mac_start+0x6a/0x100 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  drv_start+0x3f/0x100 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ieee80211_reconfig+0x7f/0x16f0 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
jan 09 19:15:59 vivobook kernel:  ? wait_for_completion+0x3b/0x160
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: HW error, resetting before reading
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Loaded firmware version: 36.ca7b901d.0 8265-36.ucode
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | ADVANCED_SYSASSERT          
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | trm_hw_status0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | trm_hw_status1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | branchlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | interruptlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | interruptlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | beacon time
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | tsf low
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | tsf hi
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | time gp1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | time gp2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode revision type
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode version major
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode version minor
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | hw version
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | board version
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | hcmd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr4
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | last cmd Id
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | wait_event
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_control
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_duration
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_mhvalid
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_addr_match
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | lmpm_pmg_sel
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | timestamp
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | flow_handler
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | ADVANCED_SYSASSERT
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac branchlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac branchlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac interruptlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac interruptlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac major
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac minor
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | frame pointer
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | stack pointer
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | last host cmd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr status reg
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: IML/ROM dump:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A | IML/ROM SYSASSERT
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A5A5A | IML/ROM error/state
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A5A5A | IML/ROM data1
jan 09 19:15:59 vivobook kernel: ==================================================================
jan 09 19:15:59 vivobook kernel: BUG: KFENCE: out-of-bounds read in iwl_fw_dbg_collect_sync+0x8d6/0x1bd0 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Out-of-bounds read at 0x000000000f0c07aa (18B right of kfence-#184):
jan 09 19:15:59 vivobook kernel:  iwl_fw_dbg_collect_sync+0x8d6/0x1bd0 [iwlwifi]
jan 09 19:15:59 vivobook kernel:  iwl_fw_dbg_stop_sync+0x25/0x40 [iwlwifi]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_stop_device+0x3a/0x80 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_up+0x132/0xbc0 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_mac_start+0x6a/0x100 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  drv_start+0x3f/0x100 [mac80211]
jan 09 19:15:59 vivobook kernel:  ieee80211_reconfig+0x7f/0x16f0 [mac80211]
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel: 
jan 09 19:15:59 vivobook kernel: kfence-#184: 0x00000000d1bb9956-0x00000000390003a7, size=16, cache=kmalloc-16
jan 09 19:15:59 vivobook kernel: allocated by task 17079 on cpu 7 at 189.989084s:
jan 09 19:15:59 vivobook kernel:  __kmem_cache_alloc_node+0x28f/0x2d0
jan 09 19:15:59 vivobook kernel:  kmalloc_trace+0x2a/0xa0
jan 09 19:15:59 vivobook kernel:  iwl_fw_dbg_error_collect+0x87/0xe0 [iwlwifi]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_up+0x11d/0xbc0 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_mac_start+0x6a/0x100 [iwlmvm]
jan 09 19:15:59 vivobook kernel:  drv_start+0x3f/0x100 [mac80211]
jan 09 19:15:59 vivobook kernel:  ieee80211_reconfig+0x7f/0x16f0 [mac80211]
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel: 
jan 09 19:15:59 vivobook kernel: CPU: 3 PID: 17079 Comm: kworker/u16:8 Tainted: G        W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: ==================================================================
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: mac start retry 1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Could not load the [0] uCode section
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to start INIT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to run INIT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Failed to start RT ucode: -5
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Collecting data: trigger 16 fired.
jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 3 PID: 17079 at drivers/net/wireless/intel/iwlwifi/iwl-trans.h:1414 iwl_fwrt_dump_lmac_error_log+0x4c7/0x520 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 3 PID: 17079 Comm: kworker/u16:8 Tainted: G    B   W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:iwl_fwrt_dump_lmac_error_log+0x4c7/0x520 [iwlwifi]
jan 09 19:15:59 vivobook kernel: Code: f6 48 c7 c2 8c d1 2b c1 e8 36 ea fd ff e9 d4 fb ff ff 81 fd ff ff 3f 00 0f 87 14 fc ff ff 49 c7 c0 a0 ce 2b c1 e9 a8 fb ff ff <0f> 0b 49 8b 7c 24 40 48 c7 c2 90 20 2c c1 31 f6 e8 04 ea fd ff 49
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7ac8 EFLAGS: 00010286
jan 09 19:15:59 vivobook kernel: RAX: 00000000fffffff0 RBX: ffff8b2551942f50 RCX: 0000000000000003
jan 09 19:15:59 vivobook kernel: RDX: 0000000000000002 RSI: 00000000fffffe01 RDI: ffffffffc128cd04
jan 09 19:15:59 vivobook kernel: RBP: 0000000000811ac8 R08: 0000000000000003 R09: 0000000000004651
jan 09 19:15:59 vivobook kernel: R10: ffffffffffffffff R11: ffffffff895011a9 R12: ffff8b2548e14028
jan 09 19:15:59 vivobook kernel: R13: 0000000000000000 R14: ffff9c25919b7ad0 R15: ffff8b25519420b8
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5cc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: ffff8b26a4f73002 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  iwl_fwrt_dump_error_logs+0x28/0x1f0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_nic_error+0xa7/0xd0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_trans_sync_nmi_with_addr+0x76/0x150 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_fw_dbg_error_collect+0x5f/0xe0 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_up+0x11d/0xbc0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  ? psi_task_switch+0xd6/0x230
jan 09 19:15:59 vivobook kernel:  ? __iwl_err.cold+0x4f/0x54 [iwlwifi df4eb53fa24fd173b7f30c314f7ca3dbb5d3e842]
jan 09 19:15:59 vivobook kernel:  ? __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  __iwl_mvm_mac_start+0x5f/0x1c0 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  iwl_mvm_mac_start+0x6a/0x100 [iwlmvm 2dec4bd91c3228e1b54ee69baa06ed086fe4366a]
jan 09 19:15:59 vivobook kernel:  drv_start+0x3f/0x100 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ieee80211_reconfig+0x7f/0x16f0 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
jan 09 19:15:59 vivobook kernel:  ? wait_for_completion+0x3b/0x160
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: HW error, resetting before reading
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: Loaded firmware version: 36.ca7b901d.0 8265-36.ucode
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | ADVANCED_SYSASSERT          
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | trm_hw_status0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | trm_hw_status1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | branchlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | interruptlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | interruptlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | data3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | beacon time
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | tsf low
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | tsf hi
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | time gp1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | time gp2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode revision type
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode version major
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | uCode version minor
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | hw version
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | board version
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | hcmd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr0
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr4
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | last cmd Id
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | wait_event
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_control
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_duration
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_mhvalid
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | l2p_addr_match
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | lmpm_pmg_sel
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | timestamp
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | flow_handler
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | ADVANCED_SYSASSERT
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac branchlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac branchlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac interruptlink1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac interruptlink2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data2
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac data3
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac major
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | umac minor
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | frame pointer
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | stack pointer
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | last host cmd
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x00000000 | isr status reg
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: IML/ROM dump:
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A | IML/ROM SYSASSERT
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A5A5A | IML/ROM error/state
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: 0x5A5A5A5A | IML/ROM data1
jan 09 19:15:59 vivobook kernel: iwlwifi 0000:04:00.0: mac start retry 2
jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: Hardware became unavailable upon resume. This could be a software issue prior to suspend or a hardware issue.
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 3 PID: 17079 at net/mac80211/util.c:2440 ieee80211_reconfig+0x9e/0x16f0 [mac80211]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 3 PID: 17079 Comm: kworker/u16:8 Tainted: G    B   W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:ieee80211_reconfig+0x9e/0x16f0 [mac80211]
jan 09 19:15:59 vivobook kernel: Code: 89 d7 4c 89 14 24 e8 b1 d5 fb ff 4c 8b 14 24 85 c0 41 89 c6 0f 84 27 03 00 00 48 c7 c7 60 4a 40 c1 4c 89 14 24 e8 f7 d6 62 c6 <0f> 0b 4c 8b 14 24 eb 3d 84 c0 0f 85 79 01 00 00 c6 87 8d 05 00 00
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7d78 EFLAGS: 00010282
jan 09 19:15:59 vivobook kernel: RAX: 0000000000000000 RBX: ffff8b2551940518 RCX: 0000000000000027
jan 09 19:15:59 vivobook kernel: RDX: ffff8b26a5ce1668 RSI: 0000000000000001 RDI: ffff8b26a5ce1660
jan 09 19:15:59 vivobook kernel: RBP: 0000000000000001 R08: ffffffff88c5b7e0 R09: ffff9c25919b7d08
jan 09 19:15:59 vivobook kernel: R10: 0000000000000002 R11: ffffffff88cb3e10 R12: ffffffff8848c9c6
jan 09 19:15:59 vivobook kernel: R13: 0000000000000010 R14: 00000000fffffffb R15: 0000000000000000
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5cc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: ffff8b26a4f73002 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
jan 09 19:15:59 vivobook kernel:  ? wait_for_completion+0x3b/0x160
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x7d/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: wlan0: Failed check-sdata-in-driver check, flags: 0x0
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 3 PID: 17079 at net/mac80211/driver-ops.c:98 drv_remove_interface+0x114/0x120 [mac80211]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 3 PID: 17079 Comm: kworker/u16:8 Tainted: G    B   W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:drv_remove_interface+0x114/0x120 [mac80211]
jan 09 19:15:59 vivobook kernel: Code: ff ff 48 8b 83 80 07 00 00 48 8d b3 a0 07 00 00 48 c7 c7 d0 38 40 c1 c6 05 ed 73 0f 00 01 48 85 c0 48 0f 45 f0 e8 d1 fb 66 c6 <0f> 0b 5b 5d c3 cc cc cc cc 0f 1f 00 66 0f 1f 00 0f 1f 44 00 00 41
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7c50 EFLAGS: 00010286
jan 09 19:15:59 vivobook kernel: RAX: 0000000000000000 RBX: ffff8b2557d909c0 RCX: 0000000000000027
jan 09 19:15:59 vivobook kernel: RDX: ffff8b26a5ce1668 RSI: 0000000000000001 RDI: ffff8b26a5ce1660
jan 09 19:15:59 vivobook kernel: RBP: ffff8b25519408e0 R08: ffffffff88c5b7e0 R09: 0000000000000000
jan 09 19:15:59 vivobook kernel: R10: ffffffffffffffff R11: ffffffff894e4a3d R12: ffff8b25519408e0
jan 09 19:15:59 vivobook kernel: R13: ffff8b2557d91ba8 R14: ffff8b25519411e0 R15: 0000000000000000
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5cc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: ffff8b26a4f73002 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  ieee80211_do_stop+0x678/0x8d0 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ieee80211_stop+0x4d/0x180 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  __dev_close_many+0x9b/0x110
jan 09 19:15:59 vivobook kernel:  dev_close_many+0x8f/0x140
jan 09 19:15:59 vivobook kernel:  ? ieee80211_handle_reconfig_failure+0x69/0x90 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  dev_close+0x83/0xb0
jan 09 19:15:59 vivobook kernel:  cfg80211_shutdown_all_interfaces+0x4d/0xf0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x98/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: ------------[ cut here ]------------
jan 09 19:15:59 vivobook kernel: WARNING: CPU: 3 PID: 17079 at net/mac80211/driver-ops.c:37 drv_stop+0xf5/0x100 [mac80211]
jan 09 19:15:59 vivobook kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm ccm hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep hid_logitech_dj uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops videobuf2_v4l2 btbcm btintel videobuf2_common btmtk videodev bluetooth mc usbhid ecdh_generic xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct br_netfilter bridge nft_chain_nat snd_sof_pci_intel_cnl stp snd_sof_intel_hda_common llc soundwire_intel soundwire_generic_allocation soundwire_cadence nf_tables snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp overlay ip6table_nat snd_sof ip6table_mangle snd_sof_utils ip6table_raw soundwire_bus ip6table_security snd_soc_skl iptable_nat snd_soc_hdac_hda snd_hda_ext_core nf_nat intel_tcc_cooling snd_soc_sst_ipc nf_conntrack x86_pkg_temp_thermal snd_soc_sst_dsp intel_powerclamp snd_soc_acpi_intel_match
jan 09 19:15:59 vivobook kernel:  nf_defrag_ipv6 snd_hda_codec_hdmi coretemp snd_soc_acpi nf_defrag_ipv4 libcrc32c snd_soc_core iptable_mangle kvm_intel iptable_raw snd_hda_codec_realtek snd_compress joydev snd_hda_codec_generic ac97_bus iptable_security snd_pcm_dmaengine kvm mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi irqbypass crct10dif_pclmul asus_nb_wmi crc32_pclmul asus_wmi nfnetlink snd_hda_codec polyval_clmulni iTCO_wdt iwlmvm ledtrig_audio intel_pmc_bxt ip6table_filter ee1004 polyval_generic spi_pxa2xx_platform iTCO_vendor_support hid_multitouch dw_dmac 8250_dw ip6_tables snd_hda_core mei_pxp sparse_keymap mei_hdcp gf128mul mac80211 iptable_filter intel_rapl_msr libarc4 platform_profile wmi_bmof ghash_clmulni_intel snd_hwdep sha512_ssse3 aesni_intel iwlwifi crypto_simd nouveau i915 snd_pcm snd_timer processor_thermal_device_pci_legacy cryptd mxm_wmi cfg80211 drm_buddy rapl drm_ttm_helper processor_thermal_device snd ttm i2c_i801 processor_thermal_rfim intel_cstate intel_uncore pcspkr
jan 09 19:15:59 vivobook kernel:  soundcore i2c_smbus rfkill processor_thermal_mbox drm_display_helper processor_thermal_rapl intel_lpss_pci mei_me cec vfat i2c_hid_acpi intel_rapl_common intel_lpss fat mei intel_gtt idma64 intel_pch_thermal intel_soc_dts_iosf i2c_hid video int3403_thermal wmi int340x_thermal_zone int3400_thermal acpi_pad acpi_tad acpi_thermal_rel mac_hid squashfs loop pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core xhci_pci crc32c_intel nvme_common xhci_pci_renesas i8042 serio
jan 09 19:15:59 vivobook kernel: CPU: 3 PID: 17079 Comm: kworker/u16:8 Tainted: G    B   W          6.1.4-arch1-1 #1 b56a0be67d6a5f69f99015da4a908cae98ee5acc
jan 09 19:15:59 vivobook kernel: Hardware name: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X530FN_S530FN/X530FN, BIOS X530FN.308 06/03/2020
jan 09 19:15:59 vivobook kernel: Workqueue: events_unbound async_run_entry_fn
jan 09 19:15:59 vivobook kernel: RIP: 0010:drv_stop+0xf5/0x100 [mac80211]
jan 09 19:15:59 vivobook kernel: Code: 0f 00 48 85 c0 74 0c 48 8b 78 08 48 89 de e8 32 b4 04 00 65 ff 0d 7b b6 cc 3e 0f 85 39 ff ff ff e8 b8 f1 aa c5 e9 2f ff ff ff <0f> 0b 5b c3 cc cc cc cc 0f 1f 00 66 0f 1f 00 0f 1f 44 00 00 41 54
jan 09 19:15:59 vivobook kernel: RSP: 0000:ffff9c25919b7c58 EFLAGS: 00010246
jan 09 19:15:59 vivobook kernel: RAX: 0000000000000000 RBX: ffff8b25519408e0 RCX: ffff8b2557d80468
jan 09 19:15:59 vivobook kernel: RDX: 0000000000000000 RSI: 0000000000000282 RDI: ffff8b25519408e0
jan 09 19:15:59 vivobook kernel: RBP: ffff8b2551941b10 R08: ffffffff88c5b7e0 R09: 0000000000000000
jan 09 19:15:59 vivobook kernel: R10: ffffffffffffffff R11: ffffffff894e4a3d R12: ffff8b25519408e0
jan 09 19:15:59 vivobook kernel: R13: ffff8b2557d91ba8 R14: ffff8b25519411e0 R15: 0000000000000000
jan 09 19:15:59 vivobook kernel: FS:  0000000000000000(0000) GS:ffff8b26a5cc0000(0000) knlGS:0000000000000000
jan 09 19:15:59 vivobook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
jan 09 19:15:59 vivobook kernel: CR2: ffff8b26a4f73002 CR3: 0000000213810001 CR4: 00000000003706e0
jan 09 19:15:59 vivobook kernel: Call Trace:
jan 09 19:15:59 vivobook kernel:  <TASK>
jan 09 19:15:59 vivobook kernel:  ieee80211_do_stop+0x6aa/0x8d0 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  ieee80211_stop+0x4d/0x180 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  __dev_close_many+0x9b/0x110
jan 09 19:15:59 vivobook kernel:  dev_close_many+0x8f/0x140
jan 09 19:15:59 vivobook kernel:  ? ieee80211_handle_reconfig_failure+0x69/0x90 [mac80211 a0c7cbb5bce8ae6bbc01625a044f7c7f73c7c368]
jan 09 19:15:59 vivobook kernel:  dev_close+0x83/0xb0
jan 09 19:15:59 vivobook kernel:  cfg80211_shutdown_all_interfaces+0x4d/0xf0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  wiphy_resume+0x98/0x150 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  ? wiphy_suspend+0x2b0/0x2b0 [cfg80211 4071e919374cb1b1c2a1453ff6dc1330496e0bf6]
jan 09 19:15:59 vivobook kernel:  dpm_run_callback+0x47/0x150
jan 09 19:15:59 vivobook kernel:  device_resume+0xa2/0x1f0
jan 09 19:15:59 vivobook kernel:  async_resume+0x1d/0x30
jan 09 19:15:59 vivobook kernel:  async_run_entry_fn+0x31/0x130
jan 09 19:15:59 vivobook kernel:  process_one_work+0x1c4/0x380
jan 09 19:15:59 vivobook kernel:  worker_thread+0x51/0x390
jan 09 19:15:59 vivobook kernel:  ? rescuer_thread+0x3b0/0x3b0
jan 09 19:15:59 vivobook kernel:  kthread+0xdb/0x110
jan 09 19:15:59 vivobook kernel:  ? kthread_complete_and_exit+0x20/0x20
jan 09 19:15:59 vivobook kernel:  ret_from_fork+0x1f/0x30
jan 09 19:15:59 vivobook kernel:  </TASK>
jan 09 19:15:59 vivobook kernel: ---[ end trace 0000000000000000 ]---
jan 09 19:15:59 vivobook kernel: ieee80211 phy0: PM: dpm_run_callback(): wiphy_resume+0x0/0x150 [cfg80211] returns -5
jan 09 19:15:59 vivobook kernel: ieee80211 phy0: PM: failed to resume async: error -5
jan 09 19:15:59 vivobook kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
jan 09 19:15:59 vivobook kernel: OOM killer enabled.
jan 09 19:15:59 vivobook kernel: Restarting tasks ... 
jan 09 19:15:59 vivobook kernel: nouveau 0000:02:00.0: Enabling HDA controller
jan 09 19:15:59 vivobook kernel: done.
jan 09 19:15:59 vivobook kernel: random: crng reseeded on system resumption
jan 09 19:15:59 vivobook kernel: PM: suspend exit
jan 09 19:15:59 vivobook systemd-logind[929]: Lid opened.
jan 09 19:15:59 vivobook root[17143]: LID opened
jan 09 19:15:59 vivobook systemd-sleep[17074]: System returned from sleep state.
jan 09 19:15:59 vivobook laptop-mode[17179]: Laptop Mode Tools invoked by parent: 17152
jan 09 19:15:59 vivobook NetworkManager[1723]: <info>  [1673288159.6604] radio killswitch /sys/devices/pci0000:00/0000:00:1d.1/0000:04:00.0/ieee80211/phy0/rfkill2 disappeared
jan 09 19:15:59 vivobook laptop-mode[17182]: Determining power state from /sys/class/power_supply/AC0/online.

Please note that Laptop Mode Tools does not do any special access. If you driver exposes the power savings attributes, it merely activates them depending on the state of your laptop. Whether/how the device driver behaves in power-saving mode is entirely up to it and possibly a driver/kernel bug.

wem1c commented 1 year ago

I see. Is there a way I can configure the way laptop-mode-tools interacts with my wifi through the confs?

Telling it to not touch it at all, perhaps, so that I can continue using the rest of lmt?

rickysarraf commented 1 year ago

I see. Is there a way I can configure the way laptop-mode-tools interacts with my wifi through the confs?

Telling it to not touch it at all, perhaps, so that I can continue using the rest of lmt?

Yes. You definitely can. Going through the logs, I think the issue is with Runtime PM for PCI devices

You could possibly use the lspci command and add the respective device ID into /etc/laptop-mode/conf.d/runtime-pm.conf under the AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST blacklist variable.

For example, on my machine, I have a bunch of devices blacklisted there:

# The list of Device IDs that should not use autosuspend. Use system commands or
# look into sysfs to find out the IDs of your devices.
# Example: AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c025 0123:abcd"
AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="1d6b:0003 1d6b:0002 045e:00db 2109:0100 093a:2510 0489:e0cd"
wem1c commented 1 year ago

I used lspci -nn to get the dev ID of the network controller:

...
04:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
...

Put 8086:24fd in /etc/laptop-mode/conf.d/runtime-pm.conf like so:

# The list of Device IDs that should not use autosuspend. Use system commands or
# look into sysfs to find out the IDs of your devices.
# Example: AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c025 0123:abcd"
AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c52f 8086:24fd"

(046d:c52f is the dev ID of the USB controller for my wireless mouse that I put in there before)

Alas, the problem persists..

rickysarraf commented 1 year ago

Then I'm afraid this needs more investigation.

s3nt fr0m a $martph0ne, excuse typ0s

On Fri, 13 Jan, 2023, 22:07 Conor C. Peterson, @.***> wrote:

I used lspci -nn to get the dev ID of the network controller:

... 04:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78) ...

Put 8086:24fd in /etc/laptop-mode/conf.d/runtime-pm.conf like so:

The list of Device IDs that should not use autosuspend. Use system commands or

look into sysfs to find out the IDs of your devices.

Example: AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c025 0123:abcd"

AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c52f 8086:24fd"

(046d:c52f is the dev ID of the USB controller for my wireless mouse that I put in there before)

Alas, the problem persists..

β€” Reply to this email directly, view it on GitHub https://github.com/rickysarraf/laptop-mode-tools/issues/195#issuecomment-1382104854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAP7SBLX7CGOV5RTXK7L4LWSGAEFANCNFSM6AAAAAATVYOABM . You are receiving this because you commented.Message ID: @.***>

rickysarraf commented 1 year ago

The pci device ID should be 04:00.0 from what I understand

s3nt fr0m a $martph0ne, excuse typ0s

On Fri, 13 Jan, 2023, 22:20 Ritesh Raj Sarraf, @.***> wrote:

Then I'm afraid this needs more investigation.

s3nt fr0m a $martph0ne, excuse typ0s

On Fri, 13 Jan, 2023, 22:07 Conor C. Peterson, @.***> wrote:

I used lspci -nn to get the dev ID of the network controller:

... 04:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78) ...

Put 8086:24fd in /etc/laptop-mode/conf.d/runtime-pm.conf like so:

The list of Device IDs that should not use autosuspend. Use system commands or

look into sysfs to find out the IDs of your devices.

Example: AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c025 0123:abcd"

AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST="046d:c52f 8086:24fd"

(046d:c52f is the dev ID of the USB controller for my wireless mouse that I put in there before)

Alas, the problem persists..

β€” Reply to this email directly, view it on GitHub https://github.com/rickysarraf/laptop-mode-tools/issues/195#issuecomment-1382104854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAP7SBLX7CGOV5RTXK7L4LWSGAEFANCNFSM6AAAAAATVYOABM . You are receiving this because you commented.Message ID: @.***>

wem1c commented 1 year ago

From the lspci man pages regarding the first field:

Slot - The name of the slot where the device resides ([domain:]bus:device.function). This tag is always the first in a record.

From a Debian Wiki Page:

PCI-id PCI devices are identified by a pair of hexadecimal numbers. 1014:003E for example. The 4 first hexadecimal digits are the Vendor ID (1014 = IBM) The 4 last hexadecimal digits are the Device ID (003e = 16/4 Token ring)

For posterity, I have tried replacing the previously written hex id with 04:00.0, but the problem persisted still.

I will try 0000:00:04.0 too, since that's the number listed by ls /sys/bus/pci/devices. But with previous resources in mind, I don't believe it will work- seems like device IDs are usually a pair of hex numbers (XXXX:XXXX).

wem1c commented 1 year ago

I will try 0000:00:04.0 too, since that's the number listed by ls /sys/bus/pci/devices. But with previous resources in mind, I don't believe it will work- seems like device IDs are usually a pair of hex numbers (XXXX:XXXX).

As expected, problem persists. journalctl logs seem similar to previous, but I'll attach the latest ones too in case they do contain some useful info.

journalctl_log_verbose.txt

rickysarraf commented 1 year ago

How about disabling the runtime-pm module entirely ?

You can try it by editing file /etc/laptop-mode/conf.d/runtime-pm.conf setting variable CONTROL_RUNTIME_AUTOSUSPEND=0

wem1c commented 1 year ago

Okay, progress has been made - found the culprit! It wasn't runtime-pm after all, it was pcie-aspm.

I suspected it before because of the "pcie" in the name, but I didn't touch it since I didn't know what exactly it did.

Setting CONTROL_PCIE_ASPM=0 in pcie-aspm.conf removes both the problem with the wifi card disappearing and the keyboard/mouse wake-up latency on lid-open.

From "Active Power State Management - Wikipedia":

While ASPM brings a reduction in power consumption, it can also result in increased latency as the serial bus needs to be 'woken up' from low-power mode, possibly reconfigured and the host-to-device link re-established.

I am fine with the wake-up latency, it's just a couple of seconds, but the second part of that sentence might be the problem with my Network card disappearing - maybe it's being powered down, but not powered back up on wake?

I also saw in the comments in pcie-aspm.config that:

This laptop mode module may require that the following kernel option is enabled: pcie_aspm=force

I'll see if that helps along with the module being enabled.

rickysarraf commented 1 year ago

I'm glad you've figured out the problem. πŸ‘

s3nt fr0m a $martph0ne, excuse typ0s

On Tue, 17 Jan, 2023, 17:12 Conor C. Peterson, @.***> wrote:

Okay, progress has been made - found the culprit! It wasn't runtime-pm after all, it was pcie-aspm.

I suspected it before because of the "pcie" in the name, but I didn't touch it since I didn't know what exactly it did.

Setting CONTROL_PCIE_ASPM=0 in pcie-aspm.conf removes both the problem with the wifi card disappearing and the keyboard/mouse wake-up latency on lid-open.

From "Active Power State Management - Wikipedia" https://wikiless.tiekoetter.com/wiki/Active_State_Power_Management?lang=en :

While ASPM brings a reduction in power consumption, it can also result in increased latency as the serial bus needs to be 'woken up' from low-power mode, possibly reconfigured and the host-to-device link re-established.

I am fine with the wake-up latency, it's just a couple of seconds, but the second part of that sentence might be the problem with my Network card disappearing - maybe it's being powered down, but not powered back up on wake?

I also saw in the comments in pcie-aspm.config that:

This laptop mode module may require that the following kernel option is enabled: pcie_aspm=force I'll see if that helps along with the module being enabled.

β€” Reply to this email directly, view it on GitHub https://github.com/rickysarraf/laptop-mode-tools/issues/195#issuecomment-1385299018, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAP7SE5R4NVIKAXHROOQO3WS2ARRANCNFSM6AAAAAATVYOABM . You are receiving this because you commented.Message ID: @.***>

wem1c commented 1 year ago

I don't have the knowledge and time at the moment to debug the firmware and see what exactly is the problem, so I'll just chalk it up to a firmware bug in my Asus Vivobok laptop in regards to ASPM and keep the relevant laptop-mode-tools module disabled.

Thanks for your help, @rickysarraf ! :)