Contribute
Register

HDMI audio problem with DTS//AC3/multi channel

Status
Not open for further replies.
ok !

so in fact i don't need to modify the file

because my card is already in P0P1 isn't it?

and these line will do all the modification in the dsdt

# 3. Rename device P0P1 to device PEGP
into device label P0P1 set_label begin PEGP end;
into_all all code_regex P0P1 replaceall_matched begin PEGP end;
into scope label _SB.PCI0.P0P1 set_label begin _SB.PCI0.PEGP end;
into scope label \_SB.PCI0.P0P1 set_label begin \_SB.PCI0.PEGP end;

thks
 
so I continue my fight!!

Step 1 : remove voodoohda : Done
step 2 : install the native AppleHDA : Done using pacifist on 10.8.2 update and install with kextwizard
Step 3 : install moutain lion with your guide.
DSDT patched with hdmi_audio_ami_5_series_amd-nvidia_discrete_graphics untouched : no error / some warning
replace the original dsdt with the new one in my extra folder

reboot


and...................Drama :

panic(cpu 0 caller 0xffffff8000659E01) : “unable to find driver for this platform: \”ACPI\”.\n”@:SourceCache/xnu/xnu-2050.18.24/iokit/Kernel/IOPlatformExpert.cpp:1548
DEbugger called: <panic>
0xffffff80788d3de0 : 0xffffff800021d626
0xffffff80788d3e50 : 0xffffff8000650e01
0xffffff80788d3e60 : 0xffffff800063181b
0xffffff80788d3ea0 : 0xffffff800063133e
0xffffff80788d3f30 : 0xffffff800062d200
0xffffff80788d3f70 : 0xffffff8000631e99
0xffffff80788d3fb0 : 0xffffff80002b26b7

BSD process bane corresponding to current thread: unknow
Boot args: boot-uuid_EFBF3B4E-FC2F-3AB0-9858-A3D5112AAAA7 rd=*uuid darkwake


what can I do?

thanks
 
I had of course already reboot!

I think maybe 10 time! and i have always the same error!

the only thing that make me reboot successfully is to add the option DSDT=null to chimera!

I am desesperate!!
 
I had of course already reboot!

I think maybe 10 time! and i have always the same error!

the only thing that make me reboot successfully is to add the option DSDT=null to chimera!

I am desesperate!!
Boot with DSDT=Null, delete Extra/dsdt.aml, restart. Attach the problem dsdt.aml.
 
OK My Master!

Here is my problematic dsdt (and my original working dsdt too)

Thanks
 

Attachments

  • DSDT_MOD_FOR_HDMI.7z
    21.2 KB · Views: 74
  • DSDT_OK.7z
    12.6 KB · Views: 66
Here is my problematic dsdt (and my original working dsdt too)
I only download zip files. Use Finder/File/Compress.. to make zip files in OS X. Remove the 7z files and replace with zip.
 
OK my fault i am completly stupid I had saved my modified DSDT in a wrong format! Very stupid!!

So now my hackingstosh boot but i have no sound device found!

here is the 2 DSDT files (in zip format)

thanks
 

Attachments

  • DSDT_MOD_FOR_HDMI.zip
    14.7 KB · Views: 66
  • DSDT_OK.zip
    14.6 KB · Views: 55
OK I had saved my modified DSDT in a wrong format!
I don't know where the problem is in DSDT_MOD_FOR_HDMI.aml; trash it When I apply hdmi_audio_ami_bios_hd3000.txt patch file to DSDT_OK.aml, I get a different number of lines than you get in DSDT_MOD_FOR_HDMI.aml. It looks like you changed the patch file, why?

Suggest you apply the hdmi_audio_ami_bios_hd3000.txt patch to DSDT_OK.aml (as is) and install.
 
Status
Not open for further replies.
Back
Top