Contribute
Register

ASROCK Z68M-ITX HD3000 HDMI Audio?

Status
Not open for further replies.
toleda said:
prguy85 said:
Sorry I didn't know where to post. I'm also desperate.

I opened the dsdt on dsdt editor.
Then what?

Then I edit the layout id and click install. When I restart and compile dsdt the layout id edit is not there.
 
toleda said:
prguy85 said:
Then I edit the layout id and click install. When I restart and compile dsdt the layout id edit is not there.
Did you edit layout-id, compile and then install?

I compiled. Got this error:

Code:
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20091214 [Dec 16 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 4.0

/Users/Manuel/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl  6153:                                 0x88 0x01 0x00 0x00
Error    4096 -                                                      syntax error, unexpected PARSEOP_INTEGER, expecting '}' ^ 

/Users/Manuel/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl  6160:                     Return (Local0)
Error    4051 -                                                              Method local variable is not initialized ^  (Local0)

ASL Input:  /Users/Manuel/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 7842 lines, 245488 bytes, 2916 keywords
Compilation complete. 2 Errors, 0 Warnings, 0 Remarks, 86 Optimizations
 
Do I use the specific Realteck 892 driver guide you posted, or the generic HDMI audio guide with 3 parts stickied on the forums?

With the later, I find 0x020000 but can't find any place with Device=name 1 or 2 lines above it.
 

Attachments

  • ASRock%20Z68ITX%20DSDT.aml
    26.9 KB · Views: 102
toleda said:
prguy85 said:
Using the one you linked me to:
Attach the dsdt with the errors. Isn't that what you asked about?

It's the same one. I installed this DSDT and now I'm trying to edit it with the layout id, which then produces the error.

Yet, here it is, with edit and all. And thanks a lot man.

EDIT: Replaced the dsdt.aml file.
 

Attachments

  • dsdt.dsl
    239.7 KB · Views: 140
prguy85 said:
Yet, here it is, with edit and all. And thanks a lot man.

EDIT: Replaced the dsdt.aml file.
You deleted the commas when you made the edit. Put them back.
Should be:
0x88, 0x01, 0x00, 0x00
Not:
0x88 0x01 0x00 0x00
Fix the problem, compile, install and restart.
 
toleda said:
prguy85 said:
Yet, here it is, with edit and all. And thanks a lot man.

EDIT: Replaced the dsdt.aml file.
You deleted the commas when you made the edit. Put them back.
Should be:
0x88, 0x01, 0x00, 0x00
Not:
0x88 0x01 0x00 0x00
Fix the problem, compile, install and restart.

Done, added comas, compiled, installed and restart. Went into Sound Preferences and HDMI is not there as an output option.

This is what I'm doing:

Installation
1. Backup S/L/E/AppleHDA.kext
2. Delete ALC8xxHDA, ALC8xx, 8xxHDAEnabler and any other audio enablers from
3. Copy AppleHDA.kext from 892Beta_Lion_AppleHDA folder in Downloads to Desktop
4. Run KextBeast
5. HD3000 HDMI audio systems only; edit dsdt.aml/HDEF/layout_id to 0x88 0x01 0x00 0x00 6. Restart

Should I use the other guide then? And if so, where should I place the DSDT edits?
 
Status
Not open for further replies.
Back
Top