public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Toshiba Satellite + 2.4.1 + ACPI -- problems
@ 2001-01-31 21:31 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2001-01-31 21:31 UTC (permalink / raw)
  To: kernel list

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-31 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-31 21:31 Toshiba Satellite + 2.4.1 + ACPI -- problems Pavel Machek

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