Re: Suspend-resume failure on Intel Eagle Lake Core2Duo

From: Thomas Gleixner
Date: Fri Jul 28 2017 - 09:15:29 EST


On Fri, 28 Jul 2017, Thomas Gleixner wrote:
> On Fri, 28 Jul 2017, Tomi Sarvela wrote:
> > On 28/07/17 00:08, Thomas Gleixner wrote:
> > The patch didn't apply cleanly: can you tell exact commit or tag it has been
> > created against?
>
> Linus head
>
> > I tried to hand-wrangle the changes in, but then I got compilation
> > errors:
>
> Sorry, forgot to refresh the patch. Working version below.
>
> > Also, the usage of /sys/power/pm_test was not intuitive to me. Can you explain
> > which kind of combinations do you want to test?
>
> # echo freezer >/sys/power/pm_test
> # echo mem >/sys/power/state
>
> # echo devices >/sys/power/pm_test
> # echo mem >/sys/power/state
>
> # echo platform >/sys/power/pm_test
> # echo mem >/sys/power/state
>
> To reset the test stuff do:
> # echo none >/sys/power/pm_test
>
> Please try that before applying the debug patch.

Another question. Is the machine completely dead or not?

Can you ping it or does the serial console show the start of resume or just
nothing at all?

Thanks,

tglx