linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Dâniel Fraga" <fragabr@gmail.com>
To: Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org
Subject: Re: Linux doesn't shutdown (turn off) the computer
Date: Thu, 20 May 2010 17:07:42 -0300	[thread overview]
Message-ID: <4bf59692.1508c00a.42ee.0c0b@mx.google.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1005201320540.29212@localhost.localdomain>

On Thu, 20 May 2010 13:27:48 -0400 (EDT)
Len Brown <lenb@kernel.org> wrote:

> Hmm, your config powers off fine for me.

	Interesting, so it doesn't have anything to do with the kernel.

> I had to add Intel graphics, Intel ethernet, and mouse support to
> make it useful on the machine in front of me, but even without that
> poweroff worked fine.  You might try mine, as it enables PM_DEBUG
> and ACPI_DEBUG.

	Nothing. I was reading debug.txt from acpi dir and there are two
entries: acpi.debug_layer and acpi.debug_level kernel command line
options. Shouldn't I set them for it to show debug messages?

fraga@tux /usr/src/linux/Documentation/acpi$ cat /sys/module/acpi/parameters/debug_layer
Description                     Hex        SET
ACPI_UTILITIES                  0x00000001 [ ]
ACPI_HARDWARE                   0x00000002 [ ]
ACPI_EVENTS                     0x00000004 [ ]
ACPI_TABLES                     0x00000008 [ ]
ACPI_NAMESPACE                  0x00000010 [ ]
ACPI_PARSER                     0x00000020 [ ]
ACPI_DISPATCHER                 0x00000040 [ ]
ACPI_EXECUTER                   0x00000080 [ ]
ACPI_RESOURCES                  0x00000100 [ ]
ACPI_CA_DEBUGGER                0x00000200 [ ]
ACPI_OS_SERVICES                0x00000400 [ ]
ACPI_CA_DISASSEMBLER            0x00000800 [ ]
ACPI_COMPILER                   0x00001000 [ ]
ACPI_TOOLS                      0x00002000 [ ]
ACPI_BUS_COMPONENT              0x00010000 [ ]
ACPI_AC_COMPONENT               0x00020000 [ ]
ACPI_BATTERY_COMPONENT          0x00040000 [ ]
ACPI_BUTTON_COMPONENT           0x00080000 [ ]
ACPI_SBS_COMPONENT              0x00100000 [ ]
ACPI_FAN_COMPONENT              0x00200000 [ ]
ACPI_PCI_COMPONENT              0x00400000 [ ]
ACPI_POWER_COMPONENT            0x00800000 [ ]
ACPI_CONTAINER_COMPONENT        0x01000000 [ ]
ACPI_SYSTEM_COMPONENT           0x02000000 [ ]
ACPI_THERMAL_COMPONENT          0x04000000 [ ]
ACPI_MEMORY_DEVICE_COMPONENT    0x08000000 [ ]
ACPI_VIDEO_COMPONENT            0x10000000 [ ]
ACPI_PROCESSOR_COMPONENT        0x20000000 [ ]
ACPI_ALL_DRIVERS                0xFFFF0000 [ ]
--
debug_layer = 0x00000000 ( * = enabled)

fraga@tux /usr/src/linux/Documentation/acpi$ cat /sys/module/acpi/parameters/debug_level 
Description                     Hex        SET
ACPI_LV_INIT                    0x00000001 [ ]
ACPI_LV_DEBUG_OBJECT            0x00000002 [ ]
ACPI_LV_INFO                    0x00000004 [*]
ACPI_LV_INIT_NAMES              0x00000020 [ ]
ACPI_LV_PARSE                   0x00000040 [ ]
ACPI_LV_LOAD                    0x00000080 [ ]
ACPI_LV_DISPATCH                0x00000100 [ ]
ACPI_LV_EXEC                    0x00000200 [ ]
ACPI_LV_NAMES                   0x00000400 [ ]
ACPI_LV_OPREGION                0x00000800 [ ]
ACPI_LV_BFIELD                  0x00001000 [ ]
ACPI_LV_TABLES                  0x00002000 [ ]
ACPI_LV_VALUES                  0x00004000 [ ]
ACPI_LV_OBJECTS                 0x00008000 [ ]
ACPI_LV_RESOURCES               0x00010000 [ ]
ACPI_LV_USER_REQUESTS           0x00020000 [ ]
ACPI_LV_PACKAGE                 0x00040000 [ ]
ACPI_LV_ALLOCATIONS             0x00100000 [ ]
ACPI_LV_FUNCTIONS               0x00200000 [ ]
ACPI_LV_OPTIMIZATIONS           0x00400000 [ ]
ACPI_LV_MUTEX                   0x01000000 [ ]
ACPI_LV_THREADS                 0x02000000 [ ]
ACPI_LV_IO                      0x04000000 [ ]
ACPI_LV_INTERRUPTS              0x08000000 [ ]
ACPI_LV_AML_DISASSEMBLE         0x10000000 [ ]
ACPI_LV_VERBOSE_INFO            0x20000000 [ ]
ACPI_LV_FULL_TABLES             0x40000000 [ ]
ACPI_LV_EVENTS                  0x80000000 [ ]
--
debug_level = 0x0000000C (* = enabled)


-- 

      reply	other threads:[~2010-05-20 20:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16 18:06 Linux doesn't shutdown (turn off) the computer Dâniel Fraga
2010-04-27 23:50 ` Robert Hancock
2010-04-29  0:36   ` Dâniel Fraga
2010-04-29  1:09     ` Robert Hancock
2010-05-01 19:22       ` Dâniel Fraga
2010-05-20  3:46 ` Len Brown
2010-05-20 16:45   ` Dâniel Fraga
2010-05-20 17:27     ` Len Brown
2010-05-20 20:07       ` Dâniel Fraga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4bf59692.1508c00a.42ee.0c0b@mx.google.com \
    --to=fragabr@gmail.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).