[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #16 from [EMAIL PROTECTED]  2008-12-03 01:21 ---
Created an attachment (id=19122)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=19122action=view)
Disable the global SMI on the Intel ICH chipset

Will you please try the debug patch on the latest kernel and see whether the
issue still exists?(Of course the FAN throtting should be enabled in BIOS)
In the debug patch the SMI is disabled.
Thanks.



-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #17 from [EMAIL PROTECTED]  2008-12-03 01:36 ---
Will you please attach the output of lspci -vxxx?
From the dmesg in comment #5 it seems that the I/O address for SMbus is
0x3000-0x301f.
But from the acpidump it seems that the I/O address for SMbus controller is
0x2000-0x2016. And in the AML code the SMbus controller will be accessed.
It is incorrect.




-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #18 from [EMAIL PROTECTED]  2008-12-03 01:39 ---
Created an attachment (id=19123)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=19123action=view)
try the custom DSDT in which the I/O address for SMbus controller is changed
from 0x2000 to 0x3000

Does someone try the custom DSDT and see whether the problem still exists? Of
course the Fan throtting should be enabled in BIOS.
   In the custom DSDT the I/O address is changed from 0x2000 to 0x3000.
   Thanks.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #19 from [EMAIL PROTECTED]  2008-12-03 01:40 ---
How to use the custom DSDT can be found in 
   http://www.lesswatts.org/projects/acpi/faq.php

Thanks.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #20 from [EMAIL PROTECTED]  2008-12-03 13:35 ---
Sorry, have been busy the last weeks.
I'm currently running vanilla-sources-2.6.28_rc7

# uname -r
2.6.28-rc7

Unfortunately I still have kacpid problems.
I'm now gonna lock into the custom DSDT.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #21 from [EMAIL PROTECTED]  2008-12-03 14:25 ---
The custom DSDT seems to fix the problem. I'm not yet 100% certain, as the
system is only running a few minutes so far (but normaly i can trigger the
problem by then). I also do see kacpid in top from time to time, but it will
no longer hog the cpu.

# uname -r
2.6.28-rc7

As a side note, you need sys-power/iasl on gentoo. Download the patch above and
save as DSDT.dsl. Then simply fallow the faq from step 4.

Can this change be implemented into the default kernel or do we need to patch
each kernel version ourself? You may change the status at your discretion.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #22 from [EMAIL PROTECTED]  2008-12-03 17:14 ---
Thanks for so quick response.
From the test result it is confirmed that this issue is related with BIOS.
On the box there exists the SMbus controller. But the I/O address defined in
PCI and AML code is different. The SMBus I/O address obtained from the PCI
config space is 0x3000-0x301f. From the AML code the I/O address is
0x2000-0x201f.

   When the Fan throtting is enabled in BIOS, the GPE0 will be triggered and in
the _L00 object the SMbus I/O port will be accessed. As the SMbus I/O port
defined in AML code is incorrect, it can't be accessed correctly. If the Fan
throtting is disabled, maybe the GPE0 won't be triggered and SMbus I/o port
won't be accessed. 

   Based on the above analysis and test result, it is confirmed that this issue
is related with the BIOS. And it had better be fixed by BIOS upgrading.
   Thanks.



-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|REJECTED
 Resolution||WILL_NOT_FIX




--- Comment #23 from [EMAIL PROTECTED]  2008-12-03 17:33 ---
yes, this is a BIOS bug that we can not fix in Linux/ACPI.
you need to either upgrade your BIOS to see if it has been fixed or use the
customized DSDT for each version of your kernel.
close this bug.
Marcel, please re-open it if you can reproduce this problem with the customized
DSDT.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #14 from [EMAIL PROTECTED]  2008-12-02 15:13 ---
I am experiencing a similar problem after ArchLinux recently upgraded its
kernel to 2.6.27.  Mine is slightly different in that kacpid uses 20-50% of the
cpu instead of all of it.  I installed the 2.6.28-rc6 kernel to see if the
problem was fixed, but kacpid still takes over after running anything cpu
intensive.  The problem occurs on my laptop, which is a Compal ifl90 with intel
core2duo.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #15 from [EMAIL PROTECTED]  2008-12-02 16:54 ---
Jori,
the problem only happens if the BIOS auto fan throttling option is enabled
please make sure if you have the same problem.
if it's not the same bug, please open a new bug report and attach the acpidump
and grep . /sys/firmware/acpi/interrupts/*


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-12-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]   |[EMAIL PROTECTED]
   |bugs.osdl.org   |
 Status|NEEDINFO|ASSIGNED




-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-11-22 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #12 from [EMAIL PROTECTED]  2008-11-22 13:25 ---
I'm testing D945GCLF2. I had described troubles with Debian testing kernel
2.6.26-1 (100% kacpid cpu usage). Now I'm running 2.6.28-rc6 and I do not
experience this issue. It seems to be solved.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-11-13 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976





--- Comment #11 from [EMAIL PROTECTED]  2008-11-13 01:24 ---
Hi, Marcel
Thanks for the test. It seems that the issue can't be resovled by the BIOS
upgrading. Only when the feature is disabled in BIOS, the problem will
disappear.
Will you please confirm whether the windows can work well on this box if
the feature is enabled in BIOS? (Please check whether the cpu usage is very
high).
Thanks.



-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11976] 100% kacpid cpu usage unless BIOS fan throttling disabled - D945GCLF/D945GCLF2

2008-11-11 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11976


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
Summary|D945GCLF2, automatic fan|100% kacpid cpu usage unless
   |throtteling, kacpid 100% cpu|BIOS fan throttling disabled
   |usage   |- D945GCLF/D945GCLF2




--- Comment #8 from [EMAIL PROTECTED]  2008-11-11 21:22 ---
Please verify that the board has the latest BIOS.
In BIOS SETUP, if you choose to set all the settings
to default, what is this feature set to?

Please paste the output from
grep acpi /proc/interrupts
grep . /sys/firmware/acpi/interrupts/*

I'm not sure how Zhao-Yakui concluded we're screaming
in _L1D, but the above will confirm it.

Yakui,
in addition to the above... _L1D also evaluates
Store (0x01, ILED)
which I would hope turns out to be something to turn off
the interrupt source.


-- 
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=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla