[Bug 517173] New: ACPI: EC: input buffer is not empty, aborting transaction
http://bugzilla.novell.com/show_bug.cgi?id=517173 Summary: ACPI: EC: input buffer is not empty, aborting transaction Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: 32bit OS/Version: openSUSE 11.1 Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: haag_norman@gmx.de QAContact: qa@suse.de Found By: --- Created an attachment (id=300877) --> (http://bugzilla.novell.com/attachment.cgi?id=300877) /var/log/messages (wasn't working on this boot) User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.11) Gecko/2009060200 SUSE/3.0.11-0.1.1 Firefox/3.0.11 I installed openSuSE 11.1 on my new Dell Studio 1555 but I get some ACPI errors. After a fresh boot display brightness and detection wether ac-power is on or offline works properly, but as soon as the following error occurs "ACPI: EC: input buffer is not empty, aborting transaction" the brightness keys and ac-power detection don't work anymore. It's also (often) after a reboot and in such cases the error occurs during boottime. Something I was wondering about is the fact, that if I look for ac-power info in /proc/acpi the correct info is set, but kpowersave doesn't any information. Any suggestions? Regards shiBBy Reproducible: Sometimes Steps to Reproduce: Reboot or wait until Error occurs Actual Results: The brightnesskeys are no longer available. KPowersave doesn't recognize ac-power changes. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517173 User haag_norman@gmx.de added comment http://bugzilla.novell.com/show_bug.cgi?id=517173#c1 --- Comment #1 from Norman Haag <haag_norman@gmx.de> 2009-06-28 10:57:09 MDT --- Kernelversion: 2.6.27.23-0.1-pae -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517173 User haag_norman@gmx.de added comment http://bugzilla.novell.com/show_bug.cgi?id=517173#c2 --- Comment #2 from Norman Haag <haag_norman@gmx.de> 2009-06-28 10:59:00 MDT --- Created an attachment (id=300878) --> (http://bugzilla.novell.com/attachment.cgi?id=300878) /var/log/boot.msg (wasn't working on this boot) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517173 User haag_norman@gmx.de added comment http://bugzilla.novell.com/show_bug.cgi?id=517173#c3 --- Comment #3 from Norman Haag <haag_norman@gmx.de> 2009-06-29 07:42:46 MDT --- commenting the "goto end" in acpi/ec.c out seems to workaround the problem: static int acpi_ec_transaction(struct acpi_ec *ec, struct transaction *t, int force_poll) { int status; u32 glk; if (!ec || (!t) || (t->wlen && !t->wdata) || (t->rlen && !t->rdata)) return -EINVAL; if (t->rdata) memset(t->rdata, 0, t->rlen); mutex_lock(&ec->lock); if (ec->global_lock) { status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &glk); if (ACPI_FAILURE(status)) { status = -ENODEV; goto unlock; } } if (ec_wait_ibf0(ec)) { pr_err(PREFIX "input buffer is not empty, " "aborting transaction--\n"); status = -ETIME; //goto end; } status = acpi_ec_transaction_unlocked(ec, t, force_poll); end: if (ec->global_lock) acpi_release_global_lock(glk); unlock: mutex_unlock(&ec->lock); return status; } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517173 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astarikovskiy@novell.com AssignedTo|bnc-team-screening@forge.pr |trenn@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517173 User trenn@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=517173#c4 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium AssignedTo|trenn@novell.com |astarikovskiy@novell.com --- Comment #4 from Thomas Renninger <trenn@novell.com> 2009-08-10 02:20:16 MDT --- You may want to try a kernel from here: ftp://ftp.suse.com/pub/projects/kernel/kotd/SLE11_BRANCH There have been some fixes in the EC area. This is also a 2.6.27 kernel and should at some time get the official 11.1 update kernel. -> Also re-assigning this to Alexey, our EC expert. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517173 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |trenn@novell.com Info Provider| |haag_norman@gmx.de -- Configure bugmail: http://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=517173 https://bugzilla.novell.com/show_bug.cgi?id=517173#c6 --- Comment #6 from Thomas Renninger <trenn@novell.com> 2010-09-21 08:49:31 UTC --- Could you give a latest kernel a try, please. Either 11.3 or the very latest one from here: ftp://ftp.suse.com/pub/projects/kernel/kotd/master/ -- 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=517173 https://bugzilla.novell.com/show_bug.cgi?id=517173#c7 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|haag_norman@gmx.de | Resolution| |WONTFIX --- Comment #7 from Thomas Renninger <trenn@novell.com> 2011-11-25 08:37:27 UTC --- Old bug without response for quite some time -> closing (won't fix for 11.1, likely that this works with later distros/kernels). -- 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