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

Jun 19, 2014 8:01 AM in response to Nat82

I too was having this issue and using the script to unload/load the kext and restart coreaudiod worked for me.


I wrote a small helper app that runs in your Menu Bar to automate the process (even running automatically upon wake if you wish). Because of sandboxing issues I can't submit it to the Mac App Store but if anyone wants to check it out you can grab the latest release here: https://github.com/cliffom/appleHDAReset/releases

Jan 13, 2016 6:07 AM in response to DsTr111

Confirmed, this is the problem. I've had it for a few years and I have a Dell UHsomethingsomething 27" 1440p monitor plugged into my display port slot. Going into sound, I can see that the monitor (which has no speakers) is a selectable output, but when selected all sound dies.


Good find, DsTr111.


Apple Engineers, please fix this problem in the next major release.

May 24, 2016 8:46 PM in response to malaiam

Thanks! This was helpful.


You can take this and put it in an applescript and run it from your dock too.


This one is really sloppy, but it does the trick for me.

setuserResulttothebutton returnedof (display dialog "You may want to quit all applications that use sound before running this script (i.e. browsers, skype, garageband, etc.)." buttons {"Cancel", "Easy Try", "Tough Try"}

ifuserResult = "Easy Try" then

do shell script "sudo killall coreaudiod" with administrator privileges

delay 3

display alert "If this didn't work, try running the script again and choosing \"Tough Try\"." giving up after 2

beep 1

elseifuserResult = "Tough Try" then

do shell script "

sudo kextunload /System/Library/Extensions/AppleHDA.kext

sudo kextload /System/Library/Extensions/AppleHDA.kext

sudo killall coreaudiod" withadministrator privileges

delay 3

display alert "Done. Hopefully it worked." giving up after 2

beep 1

endif

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.