![]() |
Interestingly enough, if I leave DSDT with AZAL in it rather than HDEF like this:
Code:
Device (AZAL) I'm lost.. i've spent over 3 days messing around with this, i'm almost ready to give up and buy an Xmod :( |
Care to post the other Leopard plist? The one containing Configdata
|
leo-HDAController-info.plist
I did actually try putting this block into HDAController/Info.plist in the snow leopard AppleHDA.kext last night: Code:
<key>HDAConfigDefault</key> |
Your DSDT is fine since you say all ports show up in System Profiler.
I've checked your Leo and SL plists. They all add up too. I'm afraid there's nothing much I can help here. Sorry. You sure you installed the kext correctly? Rebuild cache, etc.? |
mymayin,
Try this, download the LegacyHDA file Airwalk posted here http://www.infinitemac.com/f57/guide...981/page7.html modify it using your working Leo data, you know HDAController, Layouts and Pathmaps. Put the LegacyHDA in your Extra folder and trash your extensions.mkext and rebuild it with mkextTool, replace your modify AppleHDA with a vanilla file from SL. It should work and it's a better solution because it maintains AppleHDA untouched no need to modify it every time you update your OS. Don't forget to remove any other audio file i.e. VoodooHDA and any other enabler. Build your DSDT the way he did it don't put the pin configuration, keep it simple for now "codec-id" and "layout-id". Good Luck |
Still not working :(
I think my DSDT might be wrong somehow, I don't see any devices in Profiler->Audio, just the device id and layout id (both are correct). it says Devices: but the listing is blank. Vanilla AppleHDA.kext is failing to load. Code:
Device (HDEF) |
So you put the legacyHDA.kext in Extra and rebuild the extensions.mkext reboot and still nothing, that's odd.
Did you add this to your DSDT? DTGP code, read The King's guide, you probably did because the compiler would complain if you didn't. http://www.projectosx.com/forum/inde...topic=465&st=0 Are you using Chameleon? what version is it? |
Yeah I did all that, I'm using Chameleon 2.0RC1. I'll see if there's a later version..
|
update to netkas's pc-efi 10.5 bootloader
|
still no luck with pc-efi 10.5, same errors on boot :(
Code:
Nov 20 21:16:46 localhost kernel[0]: Sound assertion "0 != setupHostInterrupt ()" failed in "/SourceCache/AppleHDA/AppleHDA-179.1.4/AppleHDAController/AppleHDAController.cpp" at line 312 goto Exit |