[Bug 334806] New: Asus M6N: no battery information
https://bugzilla.novell.com/show_bug.cgi?id=334806 Summary: Asus M6N: no battery information Product: openSUSE 10.3 Version: Final Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: munix9@googlemail.com QAContact: qa@suse.de Found By: --- Created an attachment (id=179209) --> (https://bugzilla.novell.com/attachment.cgi?id=179209) patch vs linux-2.6.22.9-0.4 Main battery status/information is not reported: in openSUSE 10.2 there were two directories in /proc/acpi/battery: BAT0 and BAT1, in openSUSE 10.3 there is only BAT1. kernel-default-2.6.22.9-0.4 on Asus M6N notebook (BIOS 214a). According to http://bugzilla.kernel.org/show_bug.cgi?id=8598 I've ported a part of the patch for 2.6.23-rc1-git back to 2.6.22.9-0.4 - this solved the problem. Is it possible to include the patch in the future releases of openSUSE 10.3 kernel packages? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c2 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astarikovskiy@novell.com Status|NEW |NEEDINFO Info Provider| |astarikovskiy@novell.com --- Comment #2 from Thomas Renninger <trenn@novell.com> 2007-10-24 10:41:05 MST --- Looks ok to me. Alexey, can you double check.. the patch might even come from you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c3 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alessioballarin@alice.it --- Comment #3 from Thomas Renninger <trenn@novell.com> 2007-10-24 10:55:03 MST --- *** Bug 331630 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=331630 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c4 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Manfred.Tremmel@iiv.de --- Comment #4 from Thomas Renninger <trenn@novell.com> 2007-10-24 10:57:45 MST --- *** Bug 333656 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=333656 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c7 --- Comment #7 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2007-10-24 17:05:16 MST --- Thank you Paolo Panto for this patch. Solved the problems here, too. I'm using Bios 0211A (I've problems with fan regulation in 0214A, from time to time, it's doesn't stop rotating full speed, even if the CPU is idle for ages) on a M6842NW (also M6N series) and battery state is displayed correctly now, without patching dsdt. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c8 --- Comment #8 from Thomas Renninger <trenn@novell.com> 2007-10-31 09:09:19 MST --- Alexey pointed out that this patch will:
Problem is, it creates "chain reaction" of 8709 and 8909 bugs. (you can check on http://bugzilla.kernel.org)
The patches to fix this up are rather big... Alexey, do you have an idea for a litte, safe workaround/fix :) Maybe we could blacklist those machines for 10.3 only and fallback to: status = acpi_get_devices(ec_device_ids[0].id, ec_parse_device, boot_ec, NULL); only for reported machines... If we want to go the blacklist for 10.3 approach, could pls all affect people attach dmidecode output... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c9 --- Comment #9 from Alexey Starikovskiy <astarikovskiy@novell.com> 2007-10-31 10:13:00 MST --- please take a look at additional patch posted on both 9262 and 8598. If it still works on ASUS, it would be ideal. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c10 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179209|0 |1 is obsolete| | --- Comment #10 from Thomas Renninger <trenn@novell.com> 2007-10-31 10:50:56 MST --- Created an attachment (id=181533) --> (https://bugzilla.novell.com/attachment.cgi?id=181533) Enhanced patch with some sanity check to not break other machines Alexey, there still was another change... I also took this check: if (ACPI_FAILURE(status) || !boot_ec->handle) which did not exist in Paolo's patch or in our 2.6.22 kernel... I also can provide another test kernel... Do you think this is safe enough to go in for SL103_BRANCH? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c11 --- Comment #11 from Alexey Starikovskiy <astarikovskiy@novell.com> 2007-10-31 11:33:36 MST --- I've not seen EC _INI on any other machine, so I think we limit this patch quite enough to be safe. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c12 --- Comment #12 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2007-11-01 09:15:00 MST --- I've tried the second patch, it doesn't work here, BAT0 is gone away again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c13 --- Comment #13 from Alexey Starikovskiy <astarikovskiy@novell.com> 2007-11-01 15:33:55 MST --- please provide acpidump output then. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c14 --- Comment #14 from Paolo Panto <munix9@googlemail.com> 2007-11-01 15:57:14 MST --- The same here with the second patch; BAT0 does not exist. acpidump follows. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c15 --- Comment #15 from Paolo Panto <munix9@googlemail.com> 2007-11-01 16:10:34 MST --- Created an attachment (id=181724) --> (https://bugzilla.novell.com/attachment.cgi?id=181724) Asus M6N acpidump (BIOS 0215A) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c16 Alexey Starikovskiy <astarikovskiy@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #181533|0 |1 is obsolete| | --- Comment #16 from Alexey Starikovskiy <astarikovskiy@novell.com> 2007-11-01 16:52:20 MST --- Created an attachment (id=181728) --> (https://bugzilla.novell.com/attachment.cgi?id=181728) fixed patch Thanks for acpidump. Patch idea is correct, only one letter is missing :) Please test. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c17 Alexey Starikovskiy <astarikovskiy@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #181728|0 |1 is obsolete| | --- Comment #17 from Alexey Starikovskiy <astarikovskiy@novell.com> 2007-11-01 18:00:12 MST --- Created an attachment (id=181736) --> (https://bugzilla.novell.com/attachment.cgi?id=181736) fix patch again please test. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c18 --- Comment #18 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2007-11-02 16:34:19 MST --- The new patch (attachment id=181736) works fine here. Battery state can be read correctly, now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c19 --- Comment #19 from Paolo Panto <munix9@googlemail.com> 2007-11-03 05:03:52 MST --- dito, the last patch works fine, BAT0 is available. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c20 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|astarikovskiy@novell.com | Resolution| |FIXED --- Comment #20 from Thomas Renninger <trenn@novell.com> 2007-11-04 12:44:54 MST --- It's in. It will be available with the next kernel update (which may take a while). Until then you may want to get an rpm from here: ftp://ftp.suse.com/pub/projects/kernel/kotd/SL103_BRANCH/ There should soon pop up a new kernel, look out for this change: Sun Nov 4 20:39:40 CET 2007 - trenn@suse.de - patches.arch/acpi_ec_fix_battery.patch: Fix battery/EC issues on Acer and Asus laptops (334806). in changelog, e.g. doing: rpm -qp --changelog kernel-default...rpm |less Thanks everybody, especially Alexey for doing the real work here... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=334806#c21 --- Comment #21 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2007-11-10 01:29:59 MST --- I only want to let you know, it works fine with kernel 2.6.22.12-0.1-default which was installed yesterday by the online update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com