Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

No sound after sleep

Is anyone else having a problem on their Mac (mines the rMBP late 2013) where the sound doesn't work after sleep?

MacBook Pro with Retina display, OS X Mavericks (10.9)

Posted on Nov 9, 2013 4:24 AM

Reply
114 replies

Feb 19, 2014 3:18 AM in response to targoo

Ok so I tried to run these commands the last time the sound died on my Macbook Pro. I first closed all the apps that were using sound: Chrome, iTunes, etc. However when I ran the first command I got back a message that the kext could not be unloaded because it was being used by two processes. Without knowing what these processes were, I was stuck. I looked to see if I had other apps running in the background that might be using sound but I couldn't find anything. I quit a few apps that were running in the top bar too but no luck... same message from Terminal when I reissued the command.


Any thoughts on how to determine which apps are preventing the kext from unloading? I'd love to have a way to restore my sound when it goes away without rebooting but since this method isn't without issues, I'm not sure what else I can do but reboot.

Feb 25, 2014 9:01 PM in response to Dr. Prem

Hey! The Dr. Prem post on Page 2 actually fixed my problem. Thanks!!


1) Open finder and click Go on the top of the menu and click on Go to folder then Enter " /Library/Preferences/Audio"

2) You will see two files, drag those two files to desktop (you may need these backup files)

3) Restart your mac in safe mode...

- Restart and hold shift key when you hear tone and before the gray screen appears.

- Release the key when you see spinning wheel and logon to your account.

4) Repeat step 1) Now you shouldn't see those two files there. If you see those two files, select both files and move to trash.

5) Restart your mac, make sure those two files are not in the folder.

Mar 3, 2014 7:58 PM in response to targoo

This one worked for me. I also got errors that some apps were using the driver and the solution was to quit Skype.


I even made a small script I can run whenever this happens again:



#!/bin/sh
echo "Make sure to quite all sound using applications before running this (i.e. browsers, skype, garageband, etc.)"
sudo kextunload /System/Library/Extensions/AppleHDA.kext
sudo kextload /System/Library/Extensions/AppleHDA.kext
sudo killall coreaudiod
echo "Done, try changing the volume up and down a bit."


Put the text in a file and make it runnable by running



chmod +x filename


Hope this helps!

No sound after sleep

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.