I've seen reports of ath12k causing similar issues before. There is already a kernel update waiting in -proposed so it might be worth checking if that fixes it.
You can enable it by adding questing-proposed to /etc/apt/sources.list.d/ubuntu.sources at: Suites: questing questing-updates questing-backports questing-proposed and adding a file /etc/apt/preferences.d/proposed with: ``` Package: * Pin: release a=questing-proposed Pin-Priority: 400 Package: linux-* Pin: release a=questing-proposed Pin-Priority: 1000 ``` The second part makes sure it only fetches the kernel from the proposed pocket instead of all packages. With this apt update && apt upgrade should offer an upgrade to 6.17.0-6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127013 Title: [BUG] Lenovo ThinkPad T14s Gen 6 (Snapdragon X Elite): immediate resume / suspend abort (s2idle & deep) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127013/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
