[Bug 260794] New: acpi state of AC power doesnt change
https://bugzilla.novell.com/show_bug.cgi?id=260794 Summary: acpi state of AC power doesnt change Product: openSUSE 10.2 Version: Final Platform: 32bit OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: trenn@novell.com ReportedBy: kssingvo@novell.com QAContact: qa@suse.de I'm possessing a HP Compaq nx8220 (private), running openSUSE 10.2 Plug-in or remove of AC power doesn't change state in ACPI: cat /proc/acpi/ac_adapter/C176/state state: on-line seife says that trenn should be responsible person here. --> assign :-) -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 ------- Comment #1 from kssingvo@novell.com 2007-04-04 08:34 MST ------- Sorry. Forgot to say that running openSUSE 10.1 it worked perfectly before: state changed correctly -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 ------- Comment #2 from kssingvo@novell.com 2007-04-04 08:37 MST ------- Created an attachment (id=128959) --> (https://bugzilla.novell.com/attachment.cgi?id=128959&action=view) output of dmesg -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #3 from trenn@novell.com 2007-04-04 08:42 MST ------- I expect it's this: ACPI: read EC, IB not empty ACPI: read EC, OB not full ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for [EmbeddedControl] [20060707] ACPI Exception (dswexec-0458): AE_TIME, While resolving operands for [OpcodeName unavailable] [20060707] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C003.C004.C005.C006] (Node dffb1464), AE_TIME ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.C001._CST] (Node dffbc2fc), AE_TIME This already is on an updated kernel? Can you make sure you booted the updated kernel twice, no other kernel in between (yes sounds weird...), does this still happen? FYI: I am off until 16.04., you may want to ping me again then. If the problem still exists, maybe you can bring the machine into office for a day? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 ------- Comment #4 from trenn@novell.com 2007-04-04 08:43 MST ------- If you tried to boot the updated kernel several times, maybe ec_intr=0 boot param helps? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 ------- Comment #5 from kssingvo@novell.com 2007-04-04 08:59 MST ------- Yes, I'm running latest update kernel. I've only this one installed, so there is no choice of booting a different one. :-) And I booted this one several times now. Waiting till 16.04. is no problem, and bringing to your office neither. but if I forget it that day, it might be later. I added kernel param to grub menu. But this will happen only next time, I boot the machine (later tonight). -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 ------- Comment #6 from kssingvo@novell.com 2007-04-12 06:13 MST ------- I discovered this: the ec_intr=0 boot param has no effect. The state is correct as soon as I plug in power cord: unplug/plug is shown correctly every time then. It's even enough to have the power cord plugged in, when booting: the state is correct. But its showing a wrong value only, if I boot without power cord plugged in. Hopefully this helps. :-) -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 ------- Comment #7 from trenn@novell.com 2007-04-17 06:52 MST ------- This still has to do with the psmouse driver -> Investigating. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |strbac@novell.com, behlert@novell.com Severity|Normal |Major ------- Comment #8 from trenn@novell.com 2007-04-18 03:31 MST ------- I first thought it's the "unload psmouse" or "cleanup psmouse ports" at shutdown problem again. I think this time the Embedded Controller gets confused at boot time. Compiling psmouse as module helps again. Symptom: AC adapter status is wrong if booted with AC unplugged. Replugging helps. This sounds like a minor bug, but ACPI errors at other places with AE_TIME errors also happen and theoretically all kind of ACPI breakage could happen... It may also have to do that we load the fan, thermal and processor module very early via initrd, I forgot to try out not doing that. Klaus, can you remove those modules from: INITRD_MODULES="..." in /etc/sysconfig/kernel, then do a mkinitrd and reboot. I can reproduce this with a 2.6.18 and a 2.6.16 kernel. Latest 2.6.21-rc7 does not show the problem. I wonder whether this really got fixed or whether this is just because psmouse gets activated at some earlier or later time because of other changes in the kernel. This means that this is also is a SLE10 problem, other (certified?) HP machines might also be affected (totally other ACPI parts could be affected) -> increasing severity to major. The problem is that it's likely an Embeddeded Controller firmware bug, EC must not get confused even mouse ports are accessed in parallel. Some input from HP about possible interference between mouse port and EC accesses is needed to come here further. I might have a dirty, (but for SLE10 usable -> need to ask) workaround. Klaus could you (with still fan, thermal and processor loaded in initrd) try this kernel: /mounts/built/mbuild/stravinsky-trenn-66/10.2-i386/ -> I'll try it if I can access the machine tomorrow. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=260794#c9 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fseidel@novell.com --- Comment #9 from Thomas Renninger <trenn@novell.com> 2007-08-06 08:20:45 MST --- Lost track of this one. Can the mobile team try to reproduce this with a recent nx/nc HP laptop, pls? Best with 10.3 Alpha first, we should make sure this is not happening anymore with recent kernels. If this still happens with 10.3, let's hunt it down, try to get a fix mainline and eventually backport it (if it works out to be that easy...). -- 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=260794 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |behlert@novell.com -- 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=260794#c10 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|behlert@novell.com | Resolution| |WONTFIX --- Comment #10 from Thomas Renninger <trenn@novell.com> 2007-08-10 08:44:14 MST --- Those nx/nc laptops had a lot nasty ACPI problems. This may be related to the endless loop that can happen on those machines: http://bugzilla.kernel.org/show_bug.cgi?id=5534 This is much too intrusive to backport. I will close this one now, it would be great if you can give Beta 1 a test. If you still see this there, pls reopen. There we still could add patches, for 10.2 it's not worth it and much too risky. -- 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