public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@suse.cz>
To: kernel list <linux-kernel@vger.kernel.org>
Subject: Toshiba Satellite + 2.4.1 + ACPI -- problems
Date: Wed, 31 Jan 2001 22:31:14 +0100	[thread overview]
Message-ID: <20010131223114.C231@bug.ucw.cz> (raw)

Hi!

ACPI on satellite 4030cdt fails to see system battery... I traced it a
little bit, and found that 

acpi_ns_get_device_callback (
        ACPI_HANDLE             obj_handle,
        u32                     nesting_level,
        void                    *context,
        void                    **return_value)
{
        ACPI_STATUS             status;
        ACPI_NAMESPACE_NODE     *node;
        u32                     flags;
        DEVICE_ID               device_id;
        ACPI_GET_DEVICES_INFO   *info;


        info = context;

        acpi_cm_acquire_mutex (ACPI_MTX_NAMESPACE);

        node = acpi_ns_convert_handle_to_entry (obj_handle);
        if (!node) {
                acpi_cm_release_mutex (ACPI_MTX_NAMESPACE);
                return (AE_BAD_PARAMETER);
        }

        acpi_cm_release_mutex (ACPI_MTX_NAMESPACE);

        /*
         * Run _STA to determine if device is present
         */

        printk("Running sta on %x: ", node);
        status = acpi_cm_execute_STA (node, &flags);
        if (ACPI_FAILURE (status)) {
                printk("error (%x)\n", status);
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                return (status);
        }


~~~ triggers with status = 0x08.

Is there any patch to try / anything to help debugging?
								Pavel
-- 
I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org


----- End forwarded message -----

-- 
I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-01-31 21:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20010131223114.C231@bug.ucw.cz \
    --to=pavel@suse.cz \
    --cc=linux-kernel@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