You are not logged in.
i tried
ping.google.com
and unfortunately, the network disconnection still persists. I can still connect though but only for a limited time like i said, 10 - 15 minutes.
here's the journalctl log: https://0x0.st/8AVd.txt
Offline
What's weird is that the chipa claims to fail the wakeup, despite you claiming to have disabled powersaving (that's still true, right?)
=> https://patchwork.kernel.org/project/li … urora.org/
Maybe the chip isn't really asleep and the only problem is the then spurious reset…
ath10k_pci.reset_mode=1
Edit: for reference
https://bbs.archlinux.org/viewtopic.php?id=280134 was pcie_aspm
Last edited by seth (2025-02-25 20:49:42)
Offline
Powersaving is still disabled and the parameter rule you just sent i added it to my grub config
GRUB_CMDLINE_LINUX="pcie_aspm=off ath10k_pci.reset_mode=1"
So yeah.. i'll again wait for any changes.
And regarding the patchwork link you just sent, do i apply the patch? if so, how do i apply it?
Offline
The patch is long in the kernel, it's just to highlight the context of what introduced and causes the error.
Got any disconnects w/ the altered reset mode?
nb. that editing /etc/default/grub does nothing by itself, you still have to grub-mkconfig
Offline
i ran grub-mkconfig and the kernel parameter reset mode for ath10k is added:
BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/volgroup0-lv_root rw pcie_aspm=off ath10k_pci.reset_mode=1 loglevel=3 cryptdevice=/dev/sdb3:volgroup0 quiet
but unfortunately, the wifi disconnection still persists. here's the journalctl log: http://0x0.st/8Al9.txt
Offline
update: after a few days of observing my system, the solution for my network disconnection was
ath10k_pci.reset_mode=1
thank you Mr seth for the solution.
Offline
Yet despite that flag the journal in your previous post still has (now w/o reset)
Feb 26 14:08:15 archlinux kernel: ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 1
…
Feb 26 16:51:20 archlinux kernel: ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xffff0020 at 0x0003504c: -110
Feb 26 16:51:20 archlinux kernel: ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x00035444: -110
Feb 26 16:51:24 archlinux kernel: ath10k_pci 0000:02:00.0: failed to read device register, device is gone
So I'm not sure whether the sitaion is stable…
***If*** it is and the *problem doesn't return* (maybe required an additional power cycle), please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline