https://bugzilla.kernel.org/show_bug.cgi?id=106591
Zhang Rui <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED Resolution|--- |WILL_NOT_FIX --- Comment #22 from Zhang Rui <[email protected]> --- [ 11.403369] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000011) is beyond end of object (length 0xD) (20140424/exoparg2-420) [ 11.403382] ACPI Error: Method parse/execution failed [\_SB_.BAT1.UBIX] (Node ffff8801fe05afb8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536) [ 11.403391] ACPI Error: Method parse/execution failed [\_SB_.BAT1._BIX] (Node ffff8801fe05a0b8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536) [ 11.403398] ACPI Exception: AE_AML_PACKAGE_LIMIT, Evaluating _BIX (20140424/battery-461) We can see that ACPI battery driver fails to probe the device because of broken _BIX control method. There are two ways to fix the battery issue. 1. push Toshiba to fix the BIOS for this platform. 2. Force disabling _BIX on this platform so that the ACPI battery driver can fall back to use _BIF, which should also work for you. Debug patch attached, but unfortunately I don't think this can be included in upstream kernel... IMO, this bug can be closed as it's not a kernel issue. Please feel free to reopen it if you still have any questions. -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
