christina Posted September 1, 2009 Share Posted September 1, 2009 You only need this if you can't control volume (slider changes but volume doesn't) with VoodooHDA. This fixes the internal volume control via a lame method Instructions : 1 . Remove your current VoodooHDA.kext 2 . Install this one This fix basically relinks volume control from Speaker to PCM Version 2 : Mute now works 10.6.X Compatible :mellow: 32 Bit Version: Mediafire: http://www.mediafire.com/?sharekey=483c425...d71ee60c1ce7296 64x Bit Version : Coming soon ... If you have any problems , reply sources : http://pastebin.com/f75f00c76 Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/ Share on other sites More sharing options...
Fredde87 Posted September 2, 2009 Share Posted September 2, 2009 Just tried it. It does now allow the volume to change, however I managed to do this before by just changing the Output under the System Preferences. The annoying part is that the Mute button still doesn't work for me. Any chance there is a quick fix for it as well? Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1248453 Share on other sites More sharing options...
JOS3 Posted September 3, 2009 Share Posted September 3, 2009 cant download Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1249168 Share on other sites More sharing options...
JOS3 Posted September 4, 2009 Share Posted September 4, 2009 This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times. please i need try Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1251579 Share on other sites More sharing options...
nozz93 Posted September 25, 2009 Share Posted September 25, 2009 Please reupload, I need this too. Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1280506 Share on other sites More sharing options...
christina Posted September 26, 2009 Author Share Posted September 26, 2009 Version 2 : Mute now works Mediafire: http://www.mediafire.com/?sharekey=483c425...d71ee60c1ce7296 Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1280961 Share on other sites More sharing options...
chris7519 Posted September 27, 2009 Share Posted September 27, 2009 Works well in 32bit. Doesn't load in 64bit. Nice work though!!! Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1281782 Share on other sites More sharing options...
christina Posted September 27, 2009 Author Share Posted September 27, 2009 I will try compiling it for 64x later Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1281853 Share on other sites More sharing options...
Onixs Posted September 27, 2009 Share Posted September 27, 2009 pcrew Can you paste or attach what changes you have done in the source? Or might as well upload also the modified source. I have HP Netbook, and having this issue. Thanks Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1281946 Share on other sites More sharing options...
rachaf Posted September 30, 2009 Share Posted September 30, 2009 I will try compiling it for 64x later we wait for your voodoohda 64x d'ont forget us thanks in advance sorry for my english. Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1284908 Share on other sites More sharing options...
arm1tage Posted September 30, 2009 Share Posted September 30, 2009 Thanks for this! Works great on my Dell E6500 w/ IDT audio. Even fixes the internal mic! Had to remove the old VoodooHDA prefpane since this broke it, but no big deal! Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1285365 Share on other sites More sharing options...
Slyrfecso Posted September 30, 2009 Share Posted September 30, 2009 Hi! I have tried your VoodooHDA.kext, but SPDIF not work for me:( I attached my Codec dump. Slyr_getdump.txt Thx. Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1285707 Share on other sites More sharing options...
cparm Posted September 30, 2009 Share Posted September 30, 2009 hi, pcrew 1 where are the sources/.diff and the license ? 2 if you have done some interesting changes, don't forget to submit your work to the voodoo team Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1285768 Share on other sites More sharing options...
lёfechka Posted October 1, 2009 Share Posted October 1, 2009 Thanks for work. We wait x64 Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1286193 Share on other sites More sharing options...
OSX86GURU Posted October 1, 2009 Share Posted October 1, 2009 Works well with the exception that when you unmute your speakers you don't hear any audio unless you change the volume up or down. Any idea why this might be? Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1287094 Share on other sites More sharing options...
elnino Posted October 12, 2009 Share Posted October 12, 2009 Waiting for x64 version. Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1295722 Share on other sites More sharing options...
christina Posted October 13, 2009 Author Share Posted October 13, 2009 sources function which changes the volume : void VoodooHDADevice::gmixerSetDefaults(PcmDevice *pcmDevice, UInt16 newVolInt) { logMsg("gmixer setting defaults"); for (int n = 0; n < SOUND_MIXER_NRDEVICES; n++){ audioCtlOssMixerSet(pcmDevice, n, newVolInt, newVolInt); logMsg("Control integer::%p\n",n); } //if (audioCtlOssMixerSetRecSrc(pcmDevice, SOUND_MASK_MIC) == 0) //errorMsg("warning: couldn't set recording source to microphone\n"); } volume change handler : IOReturn VoodooHDAEngine::volumeChanged(IOAudioControl *volumeControl, SInt32 oldValue, SInt32 newValue) { IOLog("VoodooHDAEngine0.1[%p]::volumeChanged(%p, %ld, %ld)\n", this, volumeControl, oldValue, newValue); int ossDev = ( getEngineDirection() == kIOAudioStreamDirectionOutput) ? SOUND_MIXER_VOLUME: SOUND_MIXER_MIC; PcmDevice *pcmDevice = mChannel->pcmDevice; mDevice->gmixerSetDefaults(pcmDevice,newValue); return kIOReturnSuccess; } pastebin : http://pastebin.com/f75f00c76 will post the 64 bit version on wednesday (the one after wednesday the 14th) Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1297243 Share on other sites More sharing options...
Onixs Posted October 14, 2009 Share Posted October 14, 2009 pcrew Thanks. can you be more specific. What files need to be edited. Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1297802 Share on other sites More sharing options...
ADN Posted October 18, 2009 Share Posted October 18, 2009 Im waiting for SL x64, pls Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1302235 Share on other sites More sharing options...
stotes Posted October 18, 2009 Share Posted October 18, 2009 Bump BUMP Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1302581 Share on other sites More sharing options...
elnino Posted October 21, 2009 Share Posted October 21, 2009 please I need x64 kext Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1305995 Share on other sites More sharing options...
HBellens Posted October 24, 2009 Share Posted October 24, 2009 Here you go 64bit kext. - based on VoodooHDA 0.2.43 sources and the modifications by pcrew - compiled only for x64, does not work in 32 bit - no other modifications than those provided in this topic All credits to VoodooHDA team and pcrew, I just pressed the compile button. VoodooHDA64.kext.zip Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1308791 Share on other sites More sharing options...
elnino Posted October 24, 2009 Share Posted October 24, 2009 It looks Zero KB Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1308825 Share on other sites More sharing options...
scwhar Posted October 24, 2009 Share Posted October 24, 2009 Yeah its empty Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1308918 Share on other sites More sharing options...
acetone802000 Posted October 24, 2009 Share Posted October 24, 2009 Try that it works for my ALC883: VoodooHDA.Kext (From: projectosx.com forum) Link to comment https://www.insanelymac.com/forum/topic/183321-voodoohda-volume-control-fix-updatedreuploaded/#findComment-1309040 Share on other sites More sharing options...
Recommended Posts