Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

My macbook pro running Snow Leopard stopped making sounds a couple hours ago. I've found other reports of people with sounds working through headphones, but that's not the problem I'm seeing. I get no sound when my headphones are plugged in either.

I'm wondering if there's a LaunchAgent or LaunchDaemon to restart which would remedy this. I've already tried killing the coreaudio daemon (and it dutifully automatically restarted) but that didn't fix it.

I need to reboot for an OS update, so I think that'll probably rectify things.

Is there another way?

share|improve this question
I'm fairly new here but can ask a question that might help. Have you have recently updated to 10.6.8? Many users are reporting audio issues as well as problems with networking and printing after updating to 10.6.8. You may need Apple to issue a patch or you could try some of the interim solutions people are suggesting for these 10.6.8 issues. – bg2011 Jul 1 '11 at 22:54
When this happened, I was on 10.6.7. After I restarted, I'm now on 10.6.8. – Doug Harris Jul 2 '11 at 12:34
Sound came back after a reboot. – Doug Harris Jul 2 '11 at 12:34
@Doug I wonder if there was an update that installed after you rebooted.... – daviesgeek Dec 29 '11 at 23:22
No, just rebooted without any system updates – Doug Harris Dec 30 '11 at 15:40
show 1 more comment

2 Answers

You can kill the CoreAudio process by opening Terminal and running sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`. It will restart automatically after a couple seconds.

That fixes some problems my aging MBP has been having, where it sometimes fails to detect headphones or decides the speakers aren't connected. No guarantees it will work for every audio problem, but it's worth a shot.

Edit: added an ending ` to the code. I have to add this explanation because I can't edit otherwise. Source: zakgreant on macosxhints forums.

share|improve this answer
Thanks this helped! I just had to kill the core audio service. It restarted after a few seconds. – Moussa Apr 10 at 3:06
Worked for me. Thanks very much. – Matt M. May 18 at 1:17

In my experience, a reboot is required to fix this. It's a poor fix since it seems to recover from the failure and not address the root cause. I would like to have, but have not yet discovered if there is another quicker/simpler method to get sound back...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.