Jump to content

Hdmi Audio without DSDT?


daz1uk
 Share

5 posts in this topic

Recommended Posts

Hi I have an ATI 6450 graphics card and would really like to be able to get sound running through it, are there any kexts to enable this as I am not using a dsdt due to no patches being available for my specific motherboard, shuttle Sp35. Oh yeah this is on lion.

Link to comment
Share on other sites

I don't believe there is a HDAEnabler.kext available that can do that. Not sure, but it should be easy enough to find if it exists.

 

Technically you are already "using a DSDT". You can't really avoid using your DSDT, it's part of your BIOS. It just hasn't been patched.

 

What's wrong with extracting your DSDT and patching it for HDMI audio?

Link to comment
Share on other sites

Or you can now use the key EnableHDMIAudio in the org.chameleon.Boot.plist (available from commit 1950)

<key>GraphicsEnabler</key>
<string>Yes</string>
<key>EnableHDMIAudio</key>
<string>Yes</string>

 

Fabio

  • Like 2
Link to comment
Share on other sites

  • 1 month later...

Or you can now use the key EnableHDMIAudio in the org.chameleon.Boot.plist (available from commit 1950)

<key>GraphicsEnabler</key>
<string>Yes</string>
<key>EnableHDMIAudio</key>
<string>Yes</string>

 

Fabio

wait a moment - does the EnableHDMIAudio switch ALSO require GraphicsEnabler to be toggled on ??? (I don't see why else you'd list GE = y in the same contyext as EnableHDMIAudio = y .. ?

 

Also: even with EnableHDMIAudio = y there still needs to be the appropriate driver. Aren't the DSDT edits part of driver, so to speak? Way more than just the Chameleon switch EnableHDMIAudio?

 

Or in other words: what is the value of EnableHDMIAudio in org chameleon boot plist?

Link to comment
Share on other sites

 Share

×
×
  • Create New...