* ACPI EC warnings
@ 2006-12-24 20:47 Ismail Donmez
[not found] ` <3d8471ca0612241302j5d4a92cdi84eec81e0739aa2@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Ismail Donmez @ 2006-12-24 20:47 UTC (permalink / raw)
To: linux-kernel
Hi,
With the recent ACPI merge I get this in dmesg:
ACPI: EC: evaluating _Q60
ACPI: EC: evaluating _Q60
ACPI: EC: evaluating _Q60
[...]
and similar warnings. Also I am not completely sure but sound skips when I get
this warning. Anyone experiencing the same problem? Also why does ACPI is
polluting dmesg like this?
Regards,
ismail
--
2 + 2 = 5 for very large values of 2
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <3d8471ca0612241302j5d4a92cdi84eec81e0739aa2@mail.gmail.com>]
* Re: ACPI EC warnings [not found] ` <3d8471ca0612241302j5d4a92cdi84eec81e0739aa2@mail.gmail.com> @ 2006-12-24 21:05 ` Ismail Dönmez 2006-12-24 21:19 ` Guillaume Chazarain 0 siblings, 1 reply; 4+ messages in thread From: Ismail Dönmez @ 2006-12-24 21:05 UTC (permalink / raw) To: Guillaume Chazarain; +Cc: linux-kernel 24 Ara 2006 Paz 23:02 tarihinde, Guillaume Chazarain şunları yazmıştı: > 2006/12/24, Ismail Donmez <ismail@pardus.org.tr>: > > ACPI: EC: evaluating _Q60 > > Same thing here, I think it is caused by > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=comm >it;h=af3fd1404fd4f0f58ebbb52b22be4f1ca0794cda > > The attached patch restores the previous behaviour. Patch looks nice, btw do you notice any skippy behaviour? i.e sound skips when I get this warning or something else is broken and I blame ACPI because its flooding dmesg =) Regards, ismail -- 2 + 2 = 5 for very large values of 2 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI EC warnings 2006-12-24 21:05 ` Ismail Dönmez @ 2006-12-24 21:19 ` Guillaume Chazarain 2006-12-24 21:30 ` Ismail Dönmez 0 siblings, 1 reply; 4+ messages in thread From: Guillaume Chazarain @ 2006-12-24 21:19 UTC (permalink / raw) To: Ismail Donmez; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 505 bytes --] > Patch looks nice, But LKML didn't like gmail's HTML so here is it again. Hopefully this one will pass. > btw do you notice any skippy behaviour? i.e sound skips when > I get this warning No, in my case I just get the message: ACPI: EC: evaluating _Q20 > or something else is broken and I blame ACPI because its > flooding dmesg =) > I happen to have at the moment some other debugging printk, flooding my logs, and sound doesn't skip either :-) Asus V6VA - Pentium-M 2GHz here. -- Guillaume [-- Attachment #2: ACPI.diff --] [-- Type: text/x-patch, Size: 390 bytes --] diff -r ef50bfb54157 drivers/acpi/ec.c --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -424,7 +424,7 @@ static void acpi_ec_gpe_query(void *ec_c snprintf(object_name, 8, "_Q%2.2X", value); - printk(KERN_INFO PREFIX "evaluating %s\n", object_name); + ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Evaluating %s", object_name)); acpi_evaluate_object(ec->handle, object_name, NULL, NULL); } ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI EC warnings 2006-12-24 21:19 ` Guillaume Chazarain @ 2006-12-24 21:30 ` Ismail Dönmez 0 siblings, 0 replies; 4+ messages in thread From: Ismail Dönmez @ 2006-12-24 21:30 UTC (permalink / raw) To: Guillaume Chazarain; +Cc: linux-kernel 24 Ara 2006 Paz 23:19 tarihinde, Guillaume Chazarain şunları yazmıştı: > > Patch looks nice, > > But LKML didn't like gmail's HTML so here is it again. Hopefully this > one will pass. I think this one didn't pass either :-/ > > btw do you notice any skippy behaviour? i.e sound skips when > > I get this warning > > No, in my case I just get the message: ACPI: EC: evaluating _Q20 > > > or something else is broken and I blame ACPI because its > > flooding dmesg =) > > I happen to have at the moment some other debugging printk, flooding > my logs, and sound doesn't skip either :-) Asus V6VA - Pentium-M 2GHz here. Yeah the warning seems unrelated to skips. Regards, ismail -- 2 + 2 = 5 for very large values of 2 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-12-24 21:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-24 20:47 ACPI EC warnings Ismail Donmez
[not found] ` <3d8471ca0612241302j5d4a92cdi84eec81e0739aa2@mail.gmail.com>
2006-12-24 21:05 ` Ismail Dönmez
2006-12-24 21:19 ` Guillaume Chazarain
2006-12-24 21:30 ` Ismail Dönmez
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®