drdaz Posted April 28, 2010 Share Posted April 28, 2010 I recently decided to give VoodooHDA under 10.6.3 (32 bit) a shot with my ALC888 mobo. I think those guys have done a great job, and I get good audio without problems. The only issue I had was that unless I deleted AppleHDA.kext from S/L/E I'd get a kernel panic when inserting VoodooHDA. This would potentially be a problem when Apple issues an update. I could probably have fixed this by DSDT editing, but I thought I'd try configuring the Disabler.kext (by Kabyl... it's been floating around for a while in a number of forms) to block AppleHDA instead. There's no documentation that I can find, so I really didn't know what I was doing. Nonetheless it seems to work for me now. With VoodooHDA (0.2.6.1) in S/L/E, and my AppleHDADisabler in E/E I've got working sound that will hopefully remain stable across updates. I make no guarantees about this thing, and if it results in something terrible happening then I'm sorry of course, but it's really not my fault. If anybody better acquainted with IOKit can tell me that what I've done can be improved somehow, I'd be happy to hear about it. Hope this helps somebody else ;-). Cheers, /drdaz AppleHDADisabler.kext.zip 1 Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/ Share on other sites More sharing options...
LiquidExil Posted May 17, 2010 Share Posted May 17, 2010 Will this kext work in both 32 bit and 64 bit modes? Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1470451 Share on other sites More sharing options...
Onixs Posted May 17, 2010 Share Posted May 17, 2010 drdaz I know this is Off topic... Can you please help me to disable AppleUSBOHCI via Disabler.kext. More of this can be found here Thanks man! Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1470516 Share on other sites More sharing options...
mightycrown Posted May 18, 2010 Share Posted May 18, 2010 I recently decided to give VoodooHDA under 10.6.3 (32 bit) a shot with my ALC888 mobo. I think those guys have done a great job, and I get good audio without problems. The only issue I had was that unless I deleted AppleHDA.kext from S/L/E I'd get a kernel panic when inserting VoodooHDA. This would potentially be a problem when Apple issues an update. I could probably have fixed this by DSDT editing, but I thought I'd try configuring the Disabler.kext (by Kabyl... it's been floating around for a while in a number of forms) to block AppleHDA instead. There's no documentation that I can find, so I really didn't know what I was doing. Nonetheless it seems to work for me now. With VoodooHDA (0.2.6.1) in S/L/E, and my AppleHDADisabler in E/E I've got working sound that will hopefully remain stable across updates. I make no guarantees about this thing, and if it results in something terrible happening then I'm sorry of course, but it's really not my fault. If anybody better acquainted with IOKit can tell me that what I've done can be improved somehow, I'd be happy to hear about it. Hope this helps somebody else ;-). Cheers, /drdaz Hey man. Which mother board do you have? and especially the chipset, cus i m trying so hard to get mine working. Mine is ATI SB600 , with ALC 888 audio chip. I tried VOODOOHDA, but no luck Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1470531 Share on other sites More sharing options...
drdaz Posted May 18, 2010 Author Share Posted May 18, 2010 Hey man. Which mother board do you have? and especially the chipset, cus i m trying so hard to get mine working. Mine is ATI SB600 , with ALC 888 audio chip. I tried VOODOOHDA, but no luck I'm using an EP45-UD3LR. It uses ALC888 too... Will this kext work in both 32 bit and 64 bit modes? I'm not sure... I'm currently using a Geforce 7900GTO card, so I'm stuck on 32bit. Gonna order a GTS250 tonight though I think, so I'll find out soon :-) If you find out either way, let me know. For what it's worth, I've heard there are 2 versions of Disabler out there - one of which won't run in 64bit mode. If anybody can find the one that runs in 64bit mode (or the source code), I'd like to have it. Can you please help me to disable AppleUSBOHCI via Disabler.kext. I can try I guess. What does that kext do exactly? EDIT: Actually... I'm not so sure I can help you here. The kext doesn't load on my system. I would probably have done what you described in your post. Unfortunately since my system doesn't load the thing, I can't test it out :-/ Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1470996 Share on other sites More sharing options...
Freaky Chokra Posted May 18, 2010 Share Posted May 18, 2010 I'm using an EP45-UD3LR. It uses ALC888 too... I'm not sure... I'm currently using a Geforce 7900GTO card, so I'm stuck on 32bit. Gonna order a GTS250 tonight though I think, so I'll find out soon :-) If you find out either way, let me know. For what it's worth, I've heard there are 2 versions of Disabler out there - one of which won't run in 64bit mode. If anybody can find the one that runs in 64bit mode (or the source code), I'd like to have it. I can try I guess. What does that kext do exactly? EDIT: Actually... I'm not so sure I can help you here. The kext doesn't load on my system. I would probably have done what you described in your post. Unfortunately since my system doesn't load the thing, I can't test it out :-/ For what I've been following since past couple of posts, I don't know if you have tried this or not. In Snow Leopard 10.6.x, either ways, if you do want to work in 64-bot mode, and AppleHDA.kext is not a working driver, then most probably, the next best alternative is VooDooHDA.kext. Since, there can be only one HDA.kext controller, as I'd read in a previous thread here and where VooDooHDa is being developed by Slice, Why not try actually moving the original AppleHDA.kext from /S/L/E to another location like how I usually do, when trying new stuff. maybe move the AppleHDA.kext to /Volumes/your-snow-partition-name-here/Disabled/Orig_Xtns/ That way you have a safe copy, and can work with other files, without trouble. I found this out when 10.6.2 caused problems with VooDooHDA.kext. Try it and report. Moving the AppleHDA.kext out, and then using the VooDooHDA.kext, should get it to load and at least give you stereo (2-front speakers) output. Rest, node pathcing using info.plist file in the VoDooHDA.kext,is something that remains to each unique Audio Chip. Regards, Freaky Chokra Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1471024 Share on other sites More sharing options...
drdaz Posted May 18, 2010 Author Share Posted May 18, 2010 Why not try actually moving the original AppleHDA.kext from /S/L/E to another location like how I usually do, when trying new stuff. Because as I wrote in my original post, when Apple release an update that contains a new AppleHDA.kext, everything goes wrong. The update will put the kext back in /S/L/E, loads it, and you get a kernel panic. By using Disabler, you stop AppleHDA.kext from loading, allowing VoodooHDA to stay active without panics. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1471111 Share on other sites More sharing options...
Freaky Chokra Posted May 19, 2010 Share Posted May 19, 2010 Because as I wrote in my original post, when Apple release an update that contains a new AppleHDA.kext, everything goes wrong. The update will put the kext back in /S/L/E, loads it, and you get a kernel panic. By using Disabler, you stop AppleHDA.kext from loading, allowing VoodooHDA to stay active without panics. Hi DrDaz. Of course, that goes without saying, Apple does renew the AppleHDA.kext in most of its updates. However, the way I work, is by making my system as Vanilla, and having the least of 3rd party KEXTs such that they do not interfere with other kexts or working of a stable system. Furthermore, a Disabler would need to be 64 bit if you are booting into 64bit kernel and extensions mode in Snow Leopard. Lastly, possibly, such a Disabler.kext would also require its Info.plist to be edited such that it does block the AppleHDA.kext. Instead the most simplest solution IS to move the original out of the /S/L/E folder and move a VooDooHDA.kext there. Wouldn't that be much simpler, a solution? Regards, Freaky Chokra Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1471260 Share on other sites More sharing options...
Onixs Posted May 19, 2010 Share Posted May 19, 2010 Wouldn't that be much simpler, a solution? drdaz's solution is much simplier IMO. No need to move new AppleHDA every update. Beside, this will only cater users who are having KP when VoodooHDA is used instead of AppleHA. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1471270 Share on other sites More sharing options...
drdaz Posted May 22, 2010 Author Share Posted May 22, 2010 Hi DrDaz. Of course, that goes without saying, Apple does renew the AppleHDA.kext in most of its updates. However, the way I work, is by making my system as Vanilla, and having the least of 3rd party KEXTs such that they do not interfere with other kexts or working of a stable system. Furthermore, a Disabler would need to be 64 bit if you are booting into 64bit kernel and extensions mode in Snow Leopard. Lastly, possibly, such a Disabler.kext would also require its Info.plist to be edited such that it does block the AppleHDA.kext. Instead the most simplest solution IS to move the original out of the /S/L/E folder and move a VooDooHDA.kext there. Wouldn't that be much simpler, a solution? Regards, Freaky Chokra You should do whatever works for you and whatever makes you happy. This works for me, and if somebody else wants to use it, then that's great... Then I'm giving a little something back to the community for once. Which one is 'simpler', and which is more Vanilla depends on your definition of the words. I see my solution as simple, as it will be simple in the long run. It won't require re-application every time Apple makes a new release. I would consider patching DSDT so that AppleHDA doesn't load (rename HPET to AZAL, I believe) to be equally clean and simple for the same reasons. The only reason I choose using Disabler for this purpose is because System Profiler shows my audio config if I leave my sound device as HPET in DSDT. Purely cosmetic, but I like it that my machine appears like a real and complete Mac from the OS. I would prefer to be able to use the original AppleHDA, but since they've locked that down to specific cards that don't include mine I can't do that without nasty hackery. I don't consider bin-patching AppleHDA to be simple, for the same reasons. When Apple releases an update, the hack needs to be re-applied. Basically I want my system to require as little maintenance as possible, so that I can actually use it for the things I built it for, instead of having to spend my time working on every update. Will this kext work in both 32 bit and 64 bit modes? It certainly looks that way. I'm booted in 64 bit mode now, and everything's working just fine :-) Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1473216 Share on other sites More sharing options...
Dabluest Posted May 22, 2010 Share Posted May 22, 2010 Thank you for your contribution. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1473428 Share on other sites More sharing options...
drdaz Posted June 15, 2010 Author Share Posted June 15, 2010 Just upgraded to 10.6.4, and audio is still working fine :-). Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1489904 Share on other sites More sharing options...
drdaz Posted November 12, 2010 Author Share Posted November 12, 2010 10.6.5... Still working fine without modification. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1581913 Share on other sites More sharing options...
mac_carol Posted November 18, 2010 Share Posted November 18, 2010 thanks mate... it really works Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1586168 Share on other sites More sharing options...
drdaz Posted February 13, 2011 Author Share Posted February 13, 2011 ... 10.6.6 still going strong with no bin patching or fiddling of any kind. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1639101 Share on other sites More sharing options...
drdaz Posted March 31, 2011 Author Share Posted March 31, 2011 10.6.7 and all is well. Still no messing about required after updating. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1663725 Share on other sites More sharing options...
drdaz Posted June 25, 2011 Author Share Posted June 25, 2011 10.6.8 and sound still works. No patching needed after update, no nada. It's gonna be interesting to see what happens with Lion ;-) Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1703204 Share on other sites More sharing options...
KariNeko Posted July 2, 2011 Share Posted July 2, 2011 Basically I want my system to require as little maintenance as possible, so that I can actually use it for the things I built it for, instead of having to spend my time working on every update. Less maintenance = better. Confirmed working on Lion DP 4, will test on GM soon. Excellent. Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1707332 Share on other sites More sharing options...
drdaz Posted July 20, 2011 Author Share Posted July 20, 2011 Just upgraded to Lion... Sound still works perfectly! Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1717972 Share on other sites More sharing options...
lucerosama Posted January 7, 2012 Share Posted January 7, 2012 Thank you! No problem on 10.7.2 64bit! 1 Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1784205 Share on other sites More sharing options...
nyolc8 Posted July 19, 2012 Share Posted July 19, 2012 I just found this DSDT fix: /* Fix - Disable AppleHDA.kext auto loading to use VoodooHDA.kext Device (HDEF) { Name (_ADR, 0x001B0000) Name (_S3D, 0x03) Name (RID, Zero) Name (_PRW, Package (0x02) { 0x05, 0x04 }) Method (_PSW, 1, NotSerialized) { Noop } } Fix End */ source I couldn't test it because I'm using AppleHDA for sound, but it's maybe good for voodooHDA users. 1 Link to comment https://www.insanelymac.com/forum/topic/216750-applehda-disabler-kext/#findComment-1835249 Share on other sites More sharing options...
Recommended Posts