For some reason or another the sound effects for my iChat client don’t seem to work all the time any more. I first noticed it last week. Shortly after the upgrade to OS X 10.4.4 I lost the sounds that let me know when someone has left me a message. I can quit iChat, I can log out, but that won’t bring back the sound. The only thing that works is to reboot. I’m sure there is another solution, but that is the only one I have found so far. After googling for a bit, I still have not heard of anyone else having that issue. So either I am alone in this or it may be hard to search for this particular issue. If anyone else has noticed this as well, please let me know.
[UPDATE] Ok, so I found another temporary fix just short of rebooting. If I kill the coreaudiod process and start up iChat again, I get my sound effects a.k.a. alerts back. To do that, I opened up Terminal, ran:
ps -aux | grep coreaudio
To get the process ID as can be seen here:
root       32  0.3 0.2   29808  1816 ?? Ss  Tue02PM  1:10.80 /usr/sbin/coreaudiod
The process ID is 32. So then I quit iChat, and ran this to kill the coreaudiod process:
sudo kill 32
Then start iChat and you should hear the familiar alert sounds again. Yay!
Leave a Reply