Tuesday, December 12, 2017

Disabling System Interrupts in Windows 7 - (high CPU usage, semi solved)


I know the system interrupts topic is pretty common with varying solutions but I had a question about how to implement a solution in Windows 7 the way I did in Ubuntu 12.04.


Background:



  • Bought an ASUS K53SV model laptop in May 2011 and it worked great
    until a couple of months ago when the CPU started to act up.

  • After using a Latency checker, found the culprit was ACPI.sys

  • Tried a number of solutions until the computer became unusable

  • Installed Ubuntu 12.04 over everything

  • Problem persisted with kworker taking up CPU

  • Fixed the issue by following the instructions here

  • GPE04 was acting up so I disabled it and things were back to normal


TLDR:


I need to have Windows 7 running for work though and I was wondering if there was a way to find the specific interrupt and disable it the same way I did in Ubuntu.


I have a suspicion that the interrupts are caused by the dedicated NVidia 540M GPU since I had trouble getting it to work in Ubuntu and video crashes became more common around the time the issues first started. I've tried almost everything on the web and the issue persists and I imagine it's something hardware related.


EDIT:


I've already tried reinstalling Windows, fan speed and updating the BIOS. I'm asking more about disabling interrupts in Windows 7, I've accepted that the main problem is not solveable.


Answer



I used to have the same issue, although my notebook (Asus K53SC) was about 20 months old when the problem arose. Symptoms were the same: ACPI interrupts eating one CPU at 100%, the fan is constantly running at what sounds like maximum speed. I've installed Ubuntu and the problem was there too (GPE06 in my case).


The root cause of the problem was... dust! I've disassembled and cleaned my notebook and interrupts are gone both in Windows and Ubuntu.


Look at what I found after disassembly:
enter image description here


Compare to cleaned:
enter image description here


Disassembly guide


No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...