First of all download the attachment and install both sleepwatcher.pkg and SleepWatcher StartupItem.pkg, then edit '/etc/rc.sleep' and add at the front :
- Code: Select all
kextunload /System/Library/Extensions/VoodooHDA.kext
sleep 1
kextunload /System/Library/Extensions/VoodooHDA.kext
edit '/etc/rc.wakeup' and add at the front :
- Code: Select all
kextload /System/Library/Extensions/VoodooHDA.kext
that's all!!
you will find that the icon in the menu bar disappear after wake up, just go to system preferences -> sound and click 'show volume in menu bar' to make it back. In fact it can be finish automatically by applescript but it's not useful for us which we've got a 'Fn + left, right' keys to control the volume.
reference
I'm using ideneb v. 1.4 and updated to Mac OS X 10.5.7, everything work fine.
