Please use "reply to all", keep the list in CC.

On 8/11/07, Paolo Malacarne <[EMAIL PROTECTED]> wrote:
>  I'm simply trying to verifying the correct Open Suse 10.2 installation,
> thus I was checking the log.
>  the /etc/init.d/powersaved script uses the following command
>      s2ram -n
>  and the detects the result code the following is the script fragment
>
>                  if [ -x "$S2RAM_BIN" ]; then
>                      . $CONFIG/sleep
>                      if [ "$SUSPEND2RAM_FORCE" != yes ]; then
>                          $S2RAM_BIN -n > /dev/null 2>&1
>                          RET=$?
>                          if [ $RET -eq 0 ]; then
>                              $LOGGER "s2ram identified your machine as being
> capable of suspend to RAM. See 's2ram -n' for details."
>                          else
>                              $LOGGER "s2ram does not know your machine. See
> 's2ram -i' for details. ($RET)"
>                              $LOGGER "Use SUSPEND2RAM_FORCE=yes to override
> this detection."
>                          fi
>                      else
>                          $LOGGER "SUSPEND2RAM_FORCE is set to yes."
>                      fi
>                  else
>                      $LOGGER "s2ram not installed."
>                  fi
>
>  I can't tell you anything more up to now, I'll investigate deeper.

It would be interesting to know which options are used by Suse on
unknown machines. Maybe Stefan knows :)

>  Yes I do need X to get the display back.

Try with -m -p (VBE_MODE | VBE_POST).

Luca

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to