[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2023-01-02 Thread Robin
Thanks. So I installed 18 LTS again. A major PITA, but I used 18 LTS on this laptop for 2 full years without a problem. Always fully upgraded, so with all the standard permutations of kernel, modules and firmware, on lots of different wifi networks. There was never a single issue. Nor under 16.10

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-28 Thread thedoctar
Why not try a 19.10 livecd? Or you could try get the old firmware from the linux firmware git and use a 4.x kernel and see if the problem disappears. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-28 Thread Robin
But how would the live CD change anything? I'm on exactly the same version as the live CD right now (20.4.5). What I *know* is that my system was stable on 20.4.1 from two years ago, i.e. that version of the kernel, modules, and firmware. So how would I go about reverting to it (and blocking

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-28 Thread Kai-Heng Feng
Please use livecd to test it out: https://cdimages.ubuntu.com/focal/daily-live/current/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1882968 Title: ath10k_pci failed to wake target

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-28 Thread Robin
Ideas, anyone? (Driving me crazy - 5 crashes this morning.) This is basically a virgin Ubuntu 20 LTS. My laptop had no problems with 20 LTS until about a year ago. To exclude hardware failure as the cause, my idea is to get the software back to the state it was in a year ago. Is that reasonable?

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-27 Thread Robin
@kaihengfeng I try to use only the most vanilla setup, so yes, it has happened with all the mainline Ubuntu kernels coming from 20 LTS upgrades over the last year and also 22.10. Suspend is disabled, I guess by kernel parameter `pcie_aspm=off`, by `HandleLidSwitch=ignore` in

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-26 Thread Kai-Heng Feng
Does mainline kernel have this issue? Does the issue only happen when system come out of suspend? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1882968 Title: ath10k_pci failed to wake

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-26 Thread Robin
Crashed. :( $ cat /proc/cmdline BOOT_IMAGE=/vmlinuz-5.15.0-56-generic root=/dev/mapper/vgubuntu-root ro text pcie_aspm=off pcie_port_pm=off -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-26 Thread Robin
Interesting. Yes `pcie_aspm=off` is already in the grub parameters but not `pcie_port_pm=off`. I will add that now, wait for the daily crash and then report back in due course. Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-24 Thread thedoctar
If there is an issue with power management, the only other thing I can think of is to disable power management in PCIe. If you pass the kernel parameters pcie_aspm=off and pcie_port_pm=off I think this would achieve this. In your output of `sudo lshw -C Network`, there is “capabilities: pm”,

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-24 Thread Robin
$ sudo lshw -C Network *-network description: Wireless interface product: QCA9377 802.11ac Wireless Network Adapter vendor: Qualcomm Atheros physical id: 0 bus info: pci@:01:00.0 logical name: wlp1s0 version: 31 serial:

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-23 Thread thedoctar
What is the output of `sudo lshw -C Network`? I read on some online fora that disabling power saving helped. E.g. https://bbs.archlinux.org/viewtopic.php?pid=1957309#p1957309 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-23 Thread thedoctar
What is the output of `sudo lshw -C Network`? I read on some online fora that disabling power saving helped. E.g. https://bbs.archlinux.org/viewtopic.php?pid=1957309#p1957309 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-23 Thread Robin
Just the usual "failed to wake target", sometimes accompanied by "firmware crashed!", but always requiring a full reboot to fix. BUT occasionally it even "sleeps through" the reboot and requires a second reboot! In fact this was what happened last time, yesterday. Here's the dmesg: [

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-23 Thread thedoctar
I don't have any problems on my laptop any more. What is your dmesg log like? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1882968 Title: ath10k_pci failed to wake target for write32

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-23 Thread Robin
Hello thedoctar. As mentioned, I had 22.10 installed with latest repo-provided firmware. That's pretty recent isn't it? I also tried a surgical downgrade of the ath10k firmware to a version corresponding to 20 LTS. Crashes continued. I tried removing the firmware6.bin file which forced "API5"

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-22 Thread thedoctar
Did you try upgrading to upstream firmware: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux- firmware.git/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1882968 Title:

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2022-12-22 Thread Robin
This bug is still very much a thing. A quick search will show plenty of recentish talk on forums of other distros. On my laptop it affects both 20 LTS and the latest 22.10. Have tried everything. Disabling wifi power management. Limiting the band to 2.4khz (supposedly more stable). Upgrading the

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-10-14 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

Re: [Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-08-15 Thread thedoctar
Hi Alexandre, Try it! But download the linux-firmware.deb package in case it doesn't work, Then you can just re-install the older firmware. From thedoctar On 15/8/20 8:38 pm, Alexandre Anoutchine wrote: > @thedoctar Thank you for the suggestion! > I don't really want install the newest

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-08-15 Thread Alexandre Anoutchine
@thedoctar Thank you for the suggestion! I don't really want install the newest kernel, do you think it can work without (5.4.0-42-generic)? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-08-15 Thread thedoctar
Hi Alexandre, Yes I manually installed the latest firmware from the link above. Just extract the contents to /lib/firmware and override. I also installed the latest kernel. (currently 5.8: https://kernel.ubuntu.com/~kernel-ppa/mainline/) Albert -- You received this bug notification because

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-08-15 Thread Alexandre Anoutchine
It looks like I'm affected by this issue too. I loose connection and have to restart my machine all the time. Is there a way just to reset the module? @thedoctar how did you solve it? Did you manually I install the latest firmware? My system is fully updated but nothing helps. -- You received

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-08-11 Thread thedoctar
This seems to have disappeared with the latest firmware (https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux- firmware.git/log/) & kernel. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-08-11 Thread Kai-Heng Feng
Many logs are not collected. Please run `apport-collect 1882968` again, thanks! ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1882968] Re: ath10k_pci failed to wake target for write32

2020-06-10 Thread thedoctar
apport information ** Tags added: apport-collected focal ** Description changed: Wifi card stopped working. I use Lubuntu 20.04. Wifi card info: *-network description: Wireless interface product: QCA6174 802.11ac Wireless Network Adapter