How to deal with Windows 7 when it reports "audio device is disabled," but is not?

I have an interesting situation wherein I updated the audio driver for an Asus X54C and now the audio will no longer work on Windows 7. I have uninstalled and reinstalled various drivers several times, including ticking the option to delete driver. The drivers always seem to be installed correctly, but the system always reports that the audio is disabled. I have, therefore, also pressed the audio disable / enable button on the keyboard (fn-F10) in hopes that it was actually inadvertently disabled by the user, but also to no avail.

Also, note that if I plug in external speakers, there is no change in audio status.

Windows 7 Troubleshooter:enter image description here

And the Device Driver's looking good:

enter image description here

Any tricks you may be familiar with to repair extremely crotchety audio driver situations on Windows 7 before? I used to yank the driver enum long, long ago to help in such scenarios, but I'm hesitant to do anything like that now post XP.

1

2 Answers

Well miracle of miracles the solution came from here.

Not only did this solve the audio problem, but it also solved some other haunting issues such as the wireless icon in the system tray not showing properly when connecting (even though it was connecting).

Here are the steps to follow:

Click Start, search for cmd, right click `cmd.exe` and select 'run as administrator'
At the prompt, execute:
net localgroup Administrators /add networkservice <ENTER>
net localgroup Administrators /add localservice <ENTER>
exit <ENTER>
Restart the computer and you should be fixed!

Now you might hit a problem where you won't sign in properly the first time. If that happens, you may have to hold the power in and kill the computer. I then restarted in Safe Mode and upon another restart, the system started up just fine and the issues seem to now be resolved.

3

You're looking at the device manager which is only one way to disable an audio device. There is a good chance that this is actually talking about the virtual audio device listed in the sound managers 'Playback Devices' list. You can access this by right clicking on the speaker icon in your task tray and choosing the 'Playback Devices' option. This should show you a screen similar to the following:

enter image description here

If you don't have an option with a green check next to it then you have no default playback device. Choose the correct playback device and you should be all set.

You Might Also Like