Displaying 4 results from an estimated 4 matches for "pm_trace".
2014 Jul 15
1
Troubleshooting suspend/resume problem in Centos 7
...ds (power
LED blinking) but does not resume in runlevel 3 / multi-user.target.
When it locks up, the machine is unresponsive to ping/ssh so it's not
just a blank screen.
Unfortunately, the only applicable guide I found on troubleshooting
this is for Ubuntu, which requires the kernel to support pm_trace
which isn't found in /sys/power.
Since there is a big red warning on centos.org about
building/compiling my own kernel to add functions, I'm wondering if
there are any alternative method to troubleshoot the issue on CentOS.
I suspect it may be related to the Radeon GPU as I notice that ev...
2013 Jan 29
6
[Bug 60020] New: Resuming Dell Precision M70 crashes
...re crashes while watching
videos.
I have also confirmed that suspend/resume works after I unload the nouveau
driver. I use the following commands:
echo 0 > /sys/class/vtconsole/vtcon1/bind
rmmod nouveau
pm-suspend
I have also done a test of suspend/resume with Nouveau loaded after activating
pm_trace (i.e. echo 1 > /sys/power/pm_trace). I attach a couple of "dmesg"
outputs. The most interesting lines from the second "dmesg" command from
rebooting after the crash are the following:
[ 0.726626] PM: Hibernation image not present or could not be loaded.
[ 0.726635] r...
2012 Sep 23
3
[Bug 55258] New: nouveau failure on resume (reloc wait_idle failed)
https://bugs.freedesktop.org/show_bug.cgi?id=55258
Priority: medium
Bug ID: 55258
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau failure on resume (reloc wait_idle failed)
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: mr.dash.four at
2011 Oct 17
0
suspend to ram does not work with Geforce 310M (NVA8)
...roblem: No X running, just a TTY. Use of the nouveau
kernel module as of today (or any older) with an up to date vanilla kernel.
Hardware: DELL Vostro 3500 with Geforce 310M.
To suspend to ram I use this script, as suggested in
Documentation/power/s2ram.txt:
#!/bin/sh
sync
echo 1 > /sys/power/pm_trace
echo mem > /sys/power/state
When I try to suspend to ram, the screen wents black but the backlight is
still on. The laptop is frozen, no interaction is possible, turning it of is
only possible by holding the power button down.
This is the log for the suspending process via the bootparameters...