http://bugzilla.kernel.org/show_bug.cgi?id=10724





------- Comment #88 from [EMAIL PROTECTED]  2008-08-06 12:34 -------
On Wed, Aug 6, 2008 at 12:15 PM,  <[EMAIL PROTECTED]> wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=10724
>
>
>
>
>
> ------- Comment #87 from [EMAIL PROTECTED]  2008-08-06 12:15 -------
> i think you got me wrong, i have an acer aspire 5520 g, no macbook.
>
> completly nvidia chipset.
>
>
> --
> Configure bugmail: http://bugzilla.kernel.org/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.
>

I'm not sure how to handle an acer, with
the gpe storm detector. i.g. kernel parameters, or
hardware tweaks. you can try and revert the commit if need be
so you can get up and running:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d7a0e1f56472db0825e13f9dd39f0ad79b8c8b3e

or
change
 if (atomic_read(&ec->irq_count) > 5) {
to
 if (atomic_read(&ec->irq_count) > 20) {
in drivers/acpi/ec.c
to prolong the storm from firing off.


-- 
Configure bugmail: http://bugzilla.kernel.org/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.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to