linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
@ 2025-07-31 18:39 Bandhan Pramanik
  2025-08-06 20:40 ` Bjorn Helgaas
  0 siblings, 1 reply; 6+ messages in thread
From: Bandhan Pramanik @ 2025-07-31 18:39 UTC (permalink / raw)
  To: linux-wireless, linux-pci, ath10k

Hello,

I'm helping someone who was having trouble with their Wi-Fi on Asus 
VivoBook E410KA. The device uses the QCA9377 Wireless Chip.

The device suffered from a single packet loss within 33 seconds while 
running a continuous ping. There might be some PCIe-level communication 
problems too.

All the relevant logs can be found here in a redacted form:

First part (ping, hostnamectl, ip addr, lspci): 
https://gist.github.com/BandhanPramanik/7eefd192c3a728d2473687a786fbbc01/raw/e77f0fa1cf35c748730df220b0057399ac78f539/miscellaneous

Second part (cat /proc/interrupts, modinfo ath10k_pci): 
https://gist.github.com/BandhanPramanik/7eefd192c3a728d2473687a786fbbc01/raw/e77f0fa1cf35c748730df220b0057399ac78f539/miscellaneous%25202

dmesg: 
https://gist.github.com/BandhanPramanik/7eefd192c3a728d2473687a786fbbc01/raw/e77f0fa1cf35c748730df220b0057399ac78f539/dmesg

We’re not sure if this is a driver issue, a firmware problem, or maybe 
something hardware-specific.

Has anyone seen something similar with this chip? Any tips on how to 
troubleshoot or fix the packet loss?

Thanks,

Bandhan Pramanik

বন্ধন প্রামাণিক


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
  2025-07-31 18:39 Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA Bandhan Pramanik
@ 2025-08-06 20:40 ` Bjorn Helgaas
  2025-08-07  6:03   ` Bandhan Pramanik
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2025-08-06 20:40 UTC (permalink / raw)
  To: Bandhan Pramanik, Jeff Johnson
  Cc: linux-wireless, linux-pci, ath10k, Manivannan Sadhasivam

[+cc Jeff, ath10k maintainer, Mani]

On Fri, Aug 01, 2025 at 12:09:01AM +0530, Bandhan Pramanik wrote:
> Hello,
> 
> I'm helping someone who was having trouble with their Wi-Fi on Asus VivoBook
> E410KA. The device uses the QCA9377 Wireless Chip.
> 
> The device suffered from a single packet loss within 33 seconds while
> running a continuous ping. There might be some PCIe-level communication
> problems too.
> 
> All the relevant logs can be found here in a redacted form:
> 
> First part (ping, hostnamectl, ip addr, lspci): https://gist.github.com/BandhanPramanik/7eefd192c3a728d2473687a786fbbc01/raw/e77f0fa1cf35c748730df220b0057399ac78f539/miscellaneous
> 
> Second part (cat /proc/interrupts, modinfo ath10k_pci): https://gist.github.com/BandhanPramanik/7eefd192c3a728d2473687a786fbbc01/raw/e77f0fa1cf35c748730df220b0057399ac78f539/miscellaneous%25202
> 
> dmesg: https://gist.github.com/BandhanPramanik/7eefd192c3a728d2473687a786fbbc01/raw/e77f0fa1cf35c748730df220b0057399ac78f539/dmesg
> 
> We’re not sure if this is a driver issue, a firmware problem, or maybe
> something hardware-specific.
> 
> Has anyone seen something similar with this chip? Any tips on how to
> troubleshoot or fix the packet loss?

ath10k mucks directly with ASPM, which it definitely shouldn't do
because ASPM configuration is extremely sensitive, it involves both
ends of the link, and the PCI core needs to know about it.  So I'm a
little suspicious of some issue there.

Mani recently posted a patch series to clean that up a bit, but it's
not fully cooked yet, and I don't know whether it will help this
situation:
https://lore.kernel.org/r/20250716-ath-aspm-fix-v1-0-dd3e62c1b692@oss.qualcomm.com

Bjorn

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
  2025-08-06 20:40 ` Bjorn Helgaas
@ 2025-08-07  6:03   ` Bandhan Pramanik
  2025-08-07  8:23     ` Manivannan Sadhasivam
  0 siblings, 1 reply; 6+ messages in thread
From: Bandhan Pramanik @ 2025-08-07  6:03 UTC (permalink / raw)
  To: Bjorn Helgaas, Jeff Johnson
  Cc: linux-wireless, linux-pci, ath10k, Manivannan Sadhasivam

I'll tell the guy to clone the ath-next branch then and will inform you pretty soon.

Bandhan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
  2025-08-07  6:03   ` Bandhan Pramanik
@ 2025-08-07  8:23     ` Manivannan Sadhasivam
  2025-08-07 22:04       ` Bandhan Pramanik
  0 siblings, 1 reply; 6+ messages in thread
From: Manivannan Sadhasivam @ 2025-08-07  8:23 UTC (permalink / raw)
  To: Bandhan Pramanik
  Cc: Bjorn Helgaas, Jeff Johnson, linux-wireless, linux-pci, ath10k

On Thu, Aug 07, 2025 at 11:33:08AM GMT, Bandhan Pramanik wrote:
> I'll tell the guy to clone the ath-next branch then and will inform you pretty soon.

The patches are not in ath-next. You need to manually pick them up from mailing
list.

But even if it doesn't help, try to disable ASPM using cmdline by passing
'pcie_aspm=off'.

- Mani

-- 
மணிவண்ணன் சதாசிவம்

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
  2025-08-07  8:23     ` Manivannan Sadhasivam
@ 2025-08-07 22:04       ` Bandhan Pramanik
  2025-08-27 17:28         ` Bandhan Pramanik
  0 siblings, 1 reply; 6+ messages in thread
From: Bandhan Pramanik @ 2025-08-07 22:04 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: Bjorn Helgaas, Jeff Johnson, linux-wireless, linux-pci, ath10k

Thanks, I will update you guys as soon as I get the logs.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
  2025-08-07 22:04       ` Bandhan Pramanik
@ 2025-08-27 17:28         ` Bandhan Pramanik
  0 siblings, 0 replies; 6+ messages in thread
From: Bandhan Pramanik @ 2025-08-27 17:28 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: Bjorn Helgaas, Jeff Johnson, linux-wireless, linux-pci, ath10k

Sorry for the delay.

He executed it and found that packet losses are still prevalent:

1943 packets transmitted, 1942 received, 0.0514668% packet loss, time 
1944829ms
rtt min/avg/max/mdev = 51.186/244.746/7607.252/320.060 ms, pipe 8

----

On a different note, I just saw that we have gone to the v2 of the 
patch. In the meantime, we were actually struggling compile the kernel 
properly using Github Actions or Fedora Copr, that's why it was taking 
so much time.

Bandhan Pramanik

বন্ধন প্রামাণিক


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-27 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 18:39 Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA Bandhan Pramanik
2025-08-06 20:40 ` Bjorn Helgaas
2025-08-07  6:03   ` Bandhan Pramanik
2025-08-07  8:23     ` Manivannan Sadhasivam
2025-08-07 22:04       ` Bandhan Pramanik
2025-08-27 17:28         ` Bandhan Pramanik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).