public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* ACPI HOWTO
@ 2004-05-17 19:01 Emma Jane Hogbin
       [not found] ` <20040517190137.GD5547-Kz9ENIl45+A@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Emma Jane Hogbin @ 2004-05-17 19:01 UTC (permalink / raw)
  To: acpi

Hello,

I've just published an updated version of the ACPI HOWTO. It is available
at:
	http://www.tldp.org/HOWTO/ACPI-HOWTO/index.html
I know everyone's busy...but I was hoping that I could get a few eyes on
the text at some point. I'd like to create a section that has "gotchas"
listed by kernel version, but I haven't quite decided where to put that
information yet (perhaps as an appendix?). I've already moved the patch
information to an appendix as it shouldn't be relevant once the bugs
are ironed out of the 2.6.x series kernel...right?

emma

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: ACPI HOWTO
@ 2004-05-18 14:50 Rockefeller, Harry
       [not found] ` <B774920D825C2D4880A3C1B0D6EF94189A5063-YbQoUGCEyAW+LrQOllSzDQC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Rockefeller, Harry @ 2004-05-18 14:50 UTC (permalink / raw)
  To: acpi

Several tech HowTos are maturing via direct input from users using
a wiki of some sort.  The ones I have used and seen however
suffer from poor organization.

I would suggest readers of this group pound out some kind of
a framework (outline?) that someone could host on a wiki where
everyone/anyone can ask questions and provide answers.

So, here is my attempt at getting it started:

[Note:  This may not be the best solution.  Perhaps most of this
information is already available or has been answered in this
list.  Because ACPI is so tied to kernel drivers and is changing
at an enourmous rate the "structure" of a HOWTO may not be the
most effective use of developer's time.  It won't hurt me if my
idea is torn to shreds or worse (better?) a one line link that
says look here for 95% of the answers to these questions.]

What is ACPI?  Maybe terse definition is all that is needed with
   pointers to Intel standard, and some others.

If ACPI is an Intel standard does it work with Athlon or other
   hardware?

Where does ACPI fit in ...
   Replacement for APM
   A) the boot process of ...
        A1) any PC?
             What is happening (is ACPI or APM involved) before
             the BIOS interrupt screen happens?
             What is happening between the BIOS and the Linux
             Loader (LILO or Grub, etc.)  i.e., can a multi-kernel
             system allow booting either APM or ACPI? 
        A2) battery powered PC?
             What controls battery charge when nothing else is
             running?
             What is going on when I hit the power button and
             lights flash but then nothing?  [A lo-o-ong power
             button press causes a normal boot.]
   B) standby = S2?
        I think it went into S2 ok, but I can't wake it up?
   C) Suspend to RAM = S3?
        I think it went into S3 ok, but I can't wake it up?
   D) Suspend to DISK = S4?
        D1) Are there any alternatives to APM and ACPI?
             provide link to swsusp(2)?
   E) Emergency shutdown = S5?

What modules does the kernel need to have ACPI work?
   Provide a link to /usr/src/linux/Documentation/pm.txt
   and maybe others.

How can I tell if these modules are installed?
   grep ACPI /usr/src/linux/.config

What do these filesystems do and how are they useful?

   /proc/acpi
   /sys/power
   /sys/firmware/acpi

I get ... error when booting.  What can/should I do?
and
what kernel parameters may I use to force ACPI do things?

     I'm convinced my machine has a bios error.  How can
     tell if a new bios is available?  If not, how can I
     persuade my manufacturer to fix the problem with a
     bios upgrade?

I get ... error when going into or resuming from S2/S3/S4.

    Answer: First simplify your problem by not running X,
    rmmoding networking modules before standby/suspend, etc.

How does kernel ACPI interface with user programs?
   link to acpid, maybe others.

Specific ACPI questions/info about ...
      A) battery
	B) processor
      C) fan
      D) AC adapter
      E) buttons
      F) thermal
      G) maybe dsdt, embedded_controller, power_resource, etc.
	

I think I have found an acpi bug.  How do I report it?
What logs, kernel debug parameters to enhance logs, etc.
are important to the acpi developers?

I got acpi working (finally) on ... notebook PC.  Does anyone else
care?  Should I report success to linux-on-laptops or tuxmobile?

> -----Original Message-----
> From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org 
> [mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of 
> Emma Jane Hogbin
> Sent: Tuesday, May 18, 2004 7:37 AM
> To: acpi
> Subject: Re: [ACPI] ACPI HOWTO
> 
> On Mon, May 17, 2004 at 08:13:05PM -0400, John Belmonte wrote:
> > Certainly ACPI is a complex system, and transitioning from APM is 
> > difficult.  These topics are worthy of documentation 
> efforts like yours. 
> >  However, it may be better to start such a document with 
> "Be sure you 
> > are using the latest 2.4 or 2.6 kernel", provide a reference to 
> > documents which may assist users in upgrading their kernel, 
> and focus on 
> > ACPI configuration and troubleshooting itself.
> 
> Agreed. At this point I've started introducing the 2.6.x series
> information into the document; however, I've actually wrecked my own
> laptop to try and get the new information in. I used to have 
> a perfectly
> functional laptop, now that I've got the 2.6.5 kernel I'm 
> having problems
> with not only ACPI, but also my wireless card and my printers. Even in
> 2.4.22 ACPI has never worked perfectly for me and it was virtually
> impossible for me to extend the documentation past what my laptop was
> capable of doing.
> 
> Although I'm happy to compile and write documentation on a 
> subject that I
> know little about, I am not willing to release documentation 
> that I am not
> able to test for myself. I've asked for help from a number of 
> different
> places and have gotten no response other than from this 
> email. I recently
> received email from one person about a specific bug. When I 
> asked them for 
> further information about the problem he told me to just put 
> in the documentation
> that users should upgrade their BIOS--as if everyone already 
> knew how to
> do this. I certainly don't and I can't imagine I'm the only one.
> 
> I understand that everyone is busy. I know I certainly am. 
> While I'm happy
> to work on bringing the documentation up to date, I cannot do 
> it without
> help.
> 
> emma
> 
> -- 
> Emma Jane Hogbin
> [[ 416 417 2868 ][ www.xtrinsic.com ]]
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: SourceForge.net Broadband
> Sign-up now for SourceForge Broadband and get the fastest
> 6.0/768 connection for only $19.95/mo for the first 3 months!
> http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: ACPI HOWTO
@ 2004-05-19 14:47 Rockefeller, Harry
       [not found] ` <B774920D825C2D4880A3C1B0D6EF94189E7BE3-YbQoUGCEyAW+LrQOllSzDQC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Rockefeller, Harry @ 2004-05-19 14:47 UTC (permalink / raw)
  To: acpi

I took a look and it was about the same as last time I looked.
It had specialized articles on things like DSDT.  I followed the
link to ACPI4Linux home then to documentation then to existing
ACPI HOWTOs.  All HOWTOs seemed to lack what I was hoping to find
(in my provided outline in original list response).

John also seemed this was lacking, i.e.,

> On Mon, May 17, 2004 at 08:13:05PM -0400, John Belmonte wrote:
> > Certainly ACPI is a complex system, and transitioning from APM is 
> > difficult.  These topics are worthy of documentation 
> efforts like yours. 
> >  However, it may be better to start such a document with 
> "Be sure you 
> > are using the latest 2.4 or 2.6 kernel", provide a reference to 
> > documents which may assist users in upgrading their kernel, 
> and focus on 
> > ACPI configuration and troubleshooting itself.

What I think would be ideal would be to have the experts iron out
the outline I provided; move and add things so that the organization
hangs together better.  Then perhaps put this as the "living" ACPI
HOWTO on the wiki page you suggested.

> -----Original Message-----
> From: Bruno Ducrot [mailto:ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org] 
> Sent: Tuesday, May 18, 2004 10:37 AM
> To: Rockefeller, Harry
> Cc: acpi
> Subject: Re: [ACPI] ACPI HOWTO
> 
> On Tue, May 18, 2004 at 09:50:53AM -0500, Rockefeller, Harry wrote:
> > Several tech HowTos are maturing via direct input from users using
> > a wiki of some sort.  The ones I have used and seen however
> > suffer from poor organization.
> > 
> > I would suggest readers of this group pound out some kind of
> > a framework (outline?) that someone could host on a wiki where
> > everyone/anyone can ask questions and provide answers.
> > 
> > So, here is my attempt at getting it started:
> ...
> 
> Basically, you are describing
> <http://acpi.sourceforge.net/wiki/index.php>, aren't you?
> 
> 
> -- 
> Bruno Ducrot
> 
> --  Which is worse:  ignorance or apathy?
> --  Don't know.  Don't care.
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: ACPI HOWTO
@ 2004-05-26  2:41 Yu, Luming
  0 siblings, 0 replies; 11+ messages in thread
From: Yu, Luming @ 2004-05-26  2:41 UTC (permalink / raw)
  To: Rockefeller, Harry, acpi

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 806 bytes --]

 
>
>I think I have found an acpi bug.  How do I report it?

File it in ACPI category on bugzilla.kernel.org, if you are sure it is
ACPI bug.

>What logs, kernel debug parameters to enhance logs, etc.
>are important to the acpi developers?
>

Just need the information that can clearly describe the problem.

>I got acpi working (finally) on ... notebook PC.  Does anyone else
>care?  Should I report success to linux-on-laptops or tuxmobile?

Great, Post it on acpi ML.

Thanks,
Luming


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-05-26  2:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-17 19:01 ACPI HOWTO Emma Jane Hogbin
     [not found] ` <20040517190137.GD5547-Kz9ENIl45+A@public.gmane.org>
2004-05-18  0:13   ` John Belmonte
     [not found]     ` <40A95511.3070109-wanGne27zNesTnJN9+BGXg@public.gmane.org>
2004-05-18 12:37       ` Emma Jane Hogbin
2004-05-21  3:11       ` Len Brown
  -- strict thread matches above, loose matches on Subject: below --
2004-05-18 14:50 Rockefeller, Harry
     [not found] ` <B774920D825C2D4880A3C1B0D6EF94189A5063-YbQoUGCEyAW+LrQOllSzDQC/G2K4zDHf@public.gmane.org>
2004-05-18 15:36   ` Bruno Ducrot
2004-05-21  4:39   ` Len Brown
     [not found]     ` <1085114355.12354.586.camel-D2Zvc0uNKG8@public.gmane.org>
2004-05-21  7:58       ` Michael Frank
2004-05-19 14:47 Rockefeller, Harry
     [not found] ` <B774920D825C2D4880A3C1B0D6EF94189E7BE3-YbQoUGCEyAW+LrQOllSzDQC/G2K4zDHf@public.gmane.org>
2004-05-24 14:35   ` Bruno Ducrot
2004-05-26  2:41 Yu, Luming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox