Hi, my Dell XPS 17 L702X laptop will only wake from suspend with the power button. I would like to wake up using the keyboard, trackpad buttons, and/or my external keyboard/mouse. Originally, Windows (dual-booted) would not allow wake from keyboard/USB either, so I went into BIOS and enabled wake from USB, which solved the problem in Windows.
Back in Linux, I tried
Code:
$ lspci|grep USB
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
04:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
Then, I tried
Code:
$ cat /proc/acpi/wakeup
There were no items labelled USB, but it did include the lines
Code:
EHC1 S3 *disabled pci:0000:00:1d.0
EHC2 S3 *disabled pci:0000:00:1a.0
PXSX S4 *disabled pci:0000:04:00.0
Then, I tried
Code:
$ echo ... > /proc/acpi/wakeup
where "..." was EHC1, EHC2, PXSX. The first two options toggled the items to enabled, but the latter did nothing. In any case, none of these options solved the problem for me.
Would anyone have any suggestions as to how to proceed from here?
Cheers.
Ubuntu 11.10
3.0.0-17-generic
Dell XPS 17 L702X