Bug 218461
Summary: | ASUS Expertbook B5302F - no s0 residency in s2idle | ||
---|---|---|---|
Product: | ACPI | Reporter: | Davor Virag (davor.virag) |
Component: | Power-Sleep-Wake | Assignee: | acpi_power-sleep-wake |
Status: | NEW --- | ||
Severity: | high | CC: | davor.virag, lenb, linux-acpi, rafael, tiwai |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.10.2 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
output of `s0ix-selftest-tool.sh -s`
/proc/config.gz output of `lspci -vvv` output of `awk -f scripts/ver_linux` /proc/cpuinfo /proc/ioports /proc/iomem /proc/modules output of `dmesg` after boot output of `dmesg` after boot additional output of `dmesg` after running `s0ix-selftest-tool.sh -s` Output of `dmesg` after S3 sleep and S0 self-test |
Description
Davor Virag
2024-02-05 16:20:47 UTC
Created attachment 305827 [details]
/proc/config.gz
Created attachment 305828 [details]
output of `lspci -vvv`
Created attachment 305829 [details]
output of `awk -f scripts/ver_linux`
Created attachment 305830 [details]
/proc/cpuinfo
Created attachment 305831 [details]
/proc/ioports
Created attachment 305832 [details]
/proc/iomem
Created attachment 305833 [details]
/proc/modules
Created attachment 305834 [details]
output of `dmesg` after boot
Created attachment 305835 [details]
output of `dmesg` after boot
Created attachment 305836 [details]
additional output of `dmesg` after running `s0ix-selftest-tool.sh -s`
Interestingly, after initiating S3 sleep and waking up, rerunning the self-test shows I'm getting S0i2.0 at least (if not S0i3.0): S0ix substates residency delta value: S0i2.0 13343658 S0ix substates residency delta value: S0i3.0 0 Your system only get shallower S0ix substate residency: S0i2.0 13343658 So something about performing S3 sleep and wake makes S0i2.0 start working. It might be the Intel ISH, as this is erroring in dmesg and preventing the deeper S0 state (S0i3.0). After performing S3 sleep, the Fn key freezes state and the volume, brightness etc. F-keys stop working. I suppose ISH is in charge of that. I'll attach the dmesg taken after performing all of this: 1. S0 self-test which shows no S0 residency, followed by 2. S3 sleep which breaks F-keys, followed by 3. S0 self-test, which shows S0i2.0, but not S0i3.0 residency (F-keys still broken, of course, until I reboot). Created attachment 305850 [details]
Output of `dmesg` after S3 sleep and S0 self-test
This still happens on kernel version 6.10.2, and blacklisting intel_ish_ipc doesn't change anything (and it doesn't seem to be responsible for the Fn keys as they still work). |