When i close the lid on the laptop, the machine goes to sleep (slow blinking power light, etc). Upon opening the lid, nothing I do seems to make the computer wake up -- none of the keys, power button, etc.
While it is running, I do see the key presses in acpi_listen:
button/power PBTN 00000080 00000000
button/power LNXPWRBN:00 00000080 00000001
Similarly, I see Power/Sleep Buttons detected in dmesg:
[ 15.588662] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 15.588665] ACPI: Sleep Button [SLPB]
[ 15.588699] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 15.588700] ACPI: Power Button [PWRF]
However, I dont see any of these devices in /proc/acpi/wakeup:
-state Status Sysfs node
LID S4 *enabled platform:PNP0C0D:00
SLPB S3 *enabled platform:PNP0C0E:00
IGBE S4 *disabled pci:0000:00:1f.6
PXSX S4 *disabled pci:0000:02:00.0
PXSX S4 *disabled pci:0000:04:00.0
PXSX S4 *disabled
PXSX S4 *disabled
EXP8 S4 *disabled
PXSX S4 *disabled
XHCI S3 *enabled pci:0000:00:14.0
The button itself is enabled in /sys/devices/LNXSYSTM:00/LNXPWRBN:00/power/wakeup:
enabled
I'm at the end of my ACPI/sleep knowledge at this point, and hopefully one of you folks can help me, or point me to the information that can help me solve the issue.
maybe qubes have some other kernels you can try.
Thanks! Thats exactly the kind of info I was looking for. I do have a bit of experience building kernels -- I could RTFM up on the qubes builder process and create one myself I suppose. Seems like 4.5+ support in qubes might be a ways off otherwise, although I'm a pretty new user to qubes, so im not sure what the pace of iteration is on the core components.