https://bugzilla.kernel.org/show_bug.cgi?id=100411
Aaron Lu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Assignee|acpi_power-battery@kernel-b |[email protected] |ugs.osdl.org | --- Comment #5 from Aaron Lu <[email protected]> --- >From the dsdt, a customized operation region BMOP is used and current Linux kernel doesn't support that, so ACPI battery and AC will not work. The kernel does have separate drivers for XPower charger and battery(fuel gauge), I saw your config already has set CONFIG_AXP288_FUEL_GAUGE, but somehow it doesn't seem work. We probably need to figure out why that driver failed. You can list the platform devices available on your system by: $ ls /sys/bus/platform/devices and then check if axp288_fuel_gauge is there and if it has a driver bound to it. -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
