You are not logged in.
When my laptop wakes up (i.e from closing the lid and opening it again), the wifi card takes a really long time to start up again.
I get the following messages from journalctl:
Dec 27 20:08:57 fbi-van kernel: ath12k_pci 0000:c2:00.0: chip_id 0x2 chip_family 0x4 board_id 0xff soc_id 0x40170200
Dec 27 20:08:57 fbi-van kernel: ath12k_pci 0000:c2:00.0: fw_version 0x110cffff fw_build_timestamp 2025-06-25 09:26 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HMT.1.1.c5-00302-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.115823.3
Dec 27 20:08:57 fbi-van kernel: __ath12k_warn: 25 callbacks suppressed
Dec 27 20:08:57 fbi-van kernel: ath12k_pci 0000:c2:00.0: invalid ACPI DSM TAS config size: 1
Dec 27 20:08:57 fbi-van kernel: ath12k_pci 0000:c2:00.0: failed to get ACPI TAS config table: -22
Dec 27 20:09:09 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6455 (idx 101 out of bounds)
Dec 27 20:09:09 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6535 (idx 101 out of bounds)
Dec 27 20:09:09 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6615 (idx 101 out of bounds)
Dec 27 20:09:09 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6695 (idx 101 out of bounds)
Dec 27 20:09:10 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6775 (idx 101 out of bounds)
Dec 27 20:09:10 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6855 (idx 101 out of bounds)
Dec 27 20:09:10 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6935 (idx 101 out of bounds)
Dec 27 20:09:10 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 7015 (idx 101 out of bounds)
Dec 27 20:09:10 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 7095 (idx 101 out of bounds)
Dec 27 20:09:11 fbi-van kernel: ath12k_pci 0000:c2:00.0: chan info: invalid frequency 6435 (idx 101 out of bounds)
I don't really know what it means, but it doesn't look good?
Offline
https://en.wikipedia.org/wiki/IEEE_802.11#Generations
Looks like the 6GHz band isn't supported - out of context that doesn't mean much, the chip might not support 6E or the channels are regulated, https://en.wikipedia.org/wiki/List_of_W … _802.11be)
Is this even from a wakeup? "a really long time" is ~15s?
Is the output the result of a grep or is there nothing else going on during those 15s?
systool -vm ath12k_pciand please post the entire journal covering the suspend and wakeup, no filters.
Offline