4

My PC Asus Windows 7 laptop doesn't go to sleep automatically. Here's what is causing it, I guess:

powercfg -requests

DISPLAY:
None.

SYSTEM:
[DRIVER] Realtek High Definition Audio (HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS
_10431B43&REV_1001\4&1a9e13ce&0&0001)
An audio stream is currently in use

AWAYMODE:
None.

But it's not all! I suppose this is also what prevents my ASIO from working, because ASIO Panel says that the audio driver is in use too.

These processes use my soundcard

enter image description here

RAV Processes are Realtek HD Dispatcher and HD Audio Background Process.

The problem persists even if MS GM Synth, any audio programm and even system sounds are off!

Please show me the way to investigate and to kill what is using my sound!

2 Answers2

4

Make sure you have the latest BIOS version and drivers.

Disable the device in Device Manager.

  • If the issue goes away, then uninstall the device from device manager and reboot. The device should automatically be reinstalled by Windows. If the problem persists, run SFC /scannow from an elevated command prompt.

Note: If the problem still continues while the device is disabled, there is either a hardware malfunction, major Windows problem or something is hijacking your system which you have not found yet.

If you still can't resolve it, here is an extensive list of additional troubleshooting items too long for me to post here. It may be worth the time to go through this as well. - How to Troubleshoot a Vista or Windows 7 Sleep Mode Problem.

As a last resort, perform a factory system recovery to return the system to its original condition (make sure you backup your data).

CharlieRB
  • 23,021
  • 6
  • 60
  • 107
0

For others with the same problem, I discovered another potential cause. I found that there was an IP Phone application (Zooper, in my case) that was hanging on to my audio device even when not actually in use. This was preventing the system from going to sleep and caused the "[DRIVER] Realtek High Definition Audio" device to show up under the [System] heading in the powercfg -requests result.

Closing the Zooper IP phone app cleared that request and allowed my system to go to sleep automatically.

fixer1234
  • 28,064
KWReid
  • 1