|
This is a better hack to solve the max volume problem you probably have after wakeup with VoodooHDA. If you have installed the previous hack that unload and then load the VoodooHDA.kext, just delete the two scripts (located into rc.sleep and rc.wakeup) related to VoodooHDA and then install this one 
You probably have noticed with MacOS 10.5.8 that if you try to unload and then load VoodooHDA there is no more sound. This is the reason why I have created this new script that replace the previous one 
This hack can be found here: Do you have problems when your computer wakes from sleep?
FIX: VoodooHDA volume set to max after wakeup.
FILE(S) TO BE MODIFIED: .wakeup (you need to create this one, this is NOT the rc.wakeup file!!!)
This file should be located into your Home directory (/Users/YOURUSERNAME), don't foreget it is a hidden file!
Type into the terminal: open -a TextEdit .wakeup
If nothing happens this file doesn't exist, but if it does, jump to the modification instructions.
If .wakeup doesn't exist, download my wakeup file and put this file into your /Users/YOURUSERNAME directory (called Home directory):
Download & extract: wakeup.zip ~ 4ko
Then rename it as .wakeup to hide it! That's it! You don't need to read the modification instructions 
MODIFICATIONS: (Only if you didn't downloaded and installed my file wakeup.zip)
Add at the end of the .wakeup file these lines: VoodooHDA_Volume_Fix.txt
NOTE: The .wakeup file should be located into your Home directory (/Users/YOURUSERNAME), don't foreget it is a hidden file!
|