Solve Sound Volume Reseting On Reboot 2
Trick
Hey
I had this little problem happening over the last couple of weeks (as I began to notice it), I initially thought it was due to me installing Snow Leopard, however with a bit of research its seems the problem is far more widespread. In a perfect world you Mac should, when you restart, have the same volume as when you log off and do the restart. This is not the case, I personally have a muted volume when I log on, although it could take any value in between. The solution to this problem is simple however you can easily overlook the problem.
There are two solutions to this problem depending on your Mac’s current state. The first solution is to check for any applications or System Preferences you have installed. For example a year and a half ago I mentioned about Disabling the Boot Up Sound, I installed this app and was happy with the results. Over that period of time I completely forgot it existed. As a result I couldn’t figure out why the boot up volume and subsequent log on sound was already zero. Therefore:
Solution Number 1: Check any applications and preference and adjust your settings.
That should work for most people, however if you don’t have anything installed that wont work. The second result is to delete some preference files. To get around this problem you have to delete the right preference files. Navigate to the following folder, Macintosh HD > Library > Preferences > Audio and delete com.apple.audio.DeviceSettings.plist and com.apple.audio.SystemSettings.plist. New preference files should be generated when your Mac runs the required pieces of code. This should solve the problem.
Solution Number 2: Delete the correct preference files.
This should, in theory, solve the volume resets and keep your Mac’s volume at the same volume as when you log off and shut down. If this doesn’t it could be a more sinister problem.
Where To Next?
2 Responses to “Solve Sound Volume Reseting On Reboot”
-
1
Nice tips. I’m running Tiger and could not find the second preference file (com.apple.audio.SystemSettings.plist). You may want to edit the two typos in the sentence that follows that, as it makes things a little confusing. ;)
Thanks for continuing to provide great tips & tricks!
Comment By Kort on January 13th, at 4:53 pm
-
2
This is not the actual fix, there is a second step that is crucial (at least for many of us):
http://www.basvandijk.eu/2010/09/12/mac-pro-sound-defaults-to-internal-speakers-after-restart-or-shutdown/>>>
In terminal:sudo rm -r /Library/Preferences/Audio
sudo mkdir /Library/Preferences/Audio
sudo chown -R _coreaudiod:admin /Library/Preferences/Audio
Then change the input in the sound pref pane using an admin account. Should create the file. Reboot and you’re good to go.
<<<Comment By Michael on November 19th, at 11:04 pm