Contribute
Register

ASROCK Z68M-ITX HD3000 HDMI Audio?

Status
Not open for further replies.
toleda said:
prguy85 said:
Done, added comas, compiled, installed and restart. Went into Sound Preferences and HDMI is not there as an output option.
Have you edited your dsdt based on this guide http://www.tonymacx86.com/viewtopic.php?f=162&t=31948?

Reply with edited dsdt and copy of IOReg.

I've tried but can't find a place to put the HDMI edit on DSDT based on your 0x02000 search on Sound HDEF.

EDIT:

Code:
Device (MCH)
            {
                Name (_HID, EisaId ("PNP0C01"))
                Name (_UID, 0x0A)
                Name (MCHR, ResourceTemplate ()
                {
                    Memory32Fixed (ReadWrite,
                        0xFED10000,         // Address Base
                        0x0000A000,         // Address Length
                        )
                    Memory32Fixed (ReadWrite,
                        0x00000000,         // Address Base
                        0x1FE00000,         // Address Length
                        _Y00)
                    Memory32Fixed (ReadWrite,
                        0x00000000,         // Address Base
                        0x00001000,         // Address Length
                        _Y01)
                    Memory32Fixed (ReadWrite,
                        0xFED20000,         // Address Base
                        0x00020000,         // Address Length
                        )
                    Memory32Fixed (ReadWrite,
                        0xFEE00000,         // Address Base
                        0x00010000,         // Address Length
 
Forget about it, made a STUPID error.

Will post DSDT and IO file after edit. Thanks.
 
Did the edits, Compiled and got lots of errors. Here's the DSDT after edits.

EDIT:

Edited DSDT based on errors generated. Got it to show only 1 error. Here's the DSDT.

dsdt2.dsl
 

Attachments

  • dsdt1.dsl
    240.4 KB · Views: 133
  • dsdt2.dsl
    240.4 KB · Views: 128
Got it to work. Here's DSDT. Forum won't let me directly attach the IOReg. Should I proceed with kext edits?

EDIT:

Sound is working. I have a 5.1 system. Only getting sound through Front left speaker. But, at least it's working.
 

Attachments

  • dsdt3.dsl
    240.4 KB · Views: 147
Status
Not open for further replies.
Back
Top