NotebookForums.com › Forums › Notebook Manufacturers › Alienware Notebook Forums › Alienware Area-51 and Aurora Notebooks › A helpful tip in diagnosing hardware problems
New Posts  All Forums:Forum Nav:

A helpful tip in diagnosing hardware problems

post #1 of 3
Thread Starter 
Recently my 7700 started throttling to 40-50% cpu usage when idle. I used process explorer to diagnose the exact cause of the problem, which showed me that the 40-50% was being taking up in a combination of hardware interrupts and deferred procedure calls (DPC's). This is usually a sign of malfunctioning hardware, but which piece of hardware?
All in all I have a whole bunch of stuff attached to my machine, not to mention all of the components inside it.
Eventually I came across a tool from Microsoft of all people, that logs the Hardware Interrupts and DPC timings of various system drivers.
The tool called RATT is available here
The tool logs it's data to a text file every three minutes.
After the first 3 minutes, I checked the text file to find the culprit I had been looking for. The NDIS driver. My wireless network card was tanking. I was able to confirm this by using the FN+F11 keystrokes to see if my cpu throttled down when I disabled the card. Which it did.

Anyway, I just wanted to post this as the tool will show up overlong execution times in any module, so audio, video, any cards seemed to be covered. It won't fix the problem, but it'll save you time in trying to figure out what is going wrong.

Hope it helps!
post #2 of 3
Very cool post heavydawson. Let's hope your experiences can help out others in the future, along with the links you've provided.
post #3 of 3
Thread Starter 
I hope so too! I uninstalled all my drivers, pulled my hardware apart, and reinstalled the OS before finding this great tool. From now on it'll be my first port of call. Now if they only had a similar tool for firefox, so I could find out what the hell has it using 50% of my cpu from time to time.... ;-D
New Posts  All Forums:Forum Nav:
  Return Home
NotebookForums.com › Forums › Notebook Manufacturers › Alienware Notebook Forums › Alienware Area-51 and Aurora Notebooks › A helpful tip in diagnosing hardware problems