Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 105

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Reboot and test</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="ACPI: Advanced Configuration and Power Interface"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Install the new kernel"
HREF="kernelinstall.html"><LINK
REL="NEXT"
TITLE="Load related modules"
HREF="loadmodules.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>ACPI: Advanced Configuration and Power Interface</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="kernelinstall.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="loadmodules.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="finishinstall"
></A
>13. Reboot and test</H1
><P
>At this point you should reboot your machine. When your system comes
back up (assuming of course that everything went well and you still have a
system), check to see what kernel you're running with <B
CLASS="command"
>uname
<TT
CLASS="option"
>-a</TT
></B
>.
It should show you the one you just built. You also need to make
sure the correct patch was installed. You can do that with
<TT
CLASS="userinput"
><B
>&#13;	<B
CLASS="command"
>dmesg</B
> |
	<B
CLASS="command"
>grep <TT
CLASS="parameter"
><I
>ACPI.*Subsystem\ revision</I
></TT
></B
>
</B
></TT
>. It should give the output: 
<TT
CLASS="computeroutput"
>ACPI: Subsystem revision 20021212</TT
>. The
revision is the date the patch was released. This number will be different
than mine if you are not using the 2.4.20 kernel.
To look at all ACPI-related bits that
were loaded/started when your system rebooted, do this: 
	<TT
CLASS="userinput"
><B
><B
CLASS="command"
>dmesg</B
> | 
	<B
CLASS="command"
>grep <TT
CLASS="parameter"
><I
>ACPI</I
></TT
></B
>
</B
></TT
>. 
<B
CLASS="command"
>dmesg</B
> prints your boot messages and <B
CLASS="command"
>grep
<TT
CLASS="parameter"
><I
>ACPI</I
></TT
></B
> makes sure that only ACPI-related 
messages are printed.</P
><P
>You can also check to see what version you're using with <B
CLASS="command"
>cat
<TT
CLASS="filename"
>/proc/acpi/info</TT
></B
>. Don't believe everything 
you read though. My output
says that S3 is a supported state, but we already know it's not. It does
give the correct version though, which is useful.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="kernelinstall.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="loadmodules.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Install the new kernel</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Load related modules</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>