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?
sudo pkill coreaudiod
– berto Mar 07 '16 at 18:12kill -9
unless the process is not responding. – Juan Pablo Santos Nov 27 '18 at 15:46kill -9
will crash the OS and cause a complete system shutdown. Try thesudo pkill coreaudiod
approach @berto suggested. – karlphillip Aug 22 '23 at 21:20