Allan Posted December 27, 2015 Share Posted December 27, 2015 (edited) No success My files: Arquivo Comprimido.zip I don't know why, but with this SSDT i have black screen and OS X reboots. Sometimes i put these files in my Penboot for a test, and i have the same results. I don't know if this you help, but here is my BIOS settings: https://drive.google.com/file/d/0BxHrHrEOhlXXVnUycmFOVWRaR2s/view?usp=sharing Edited December 27, 2015 by Allan BIOS Settings Link to comment Share on other sites More sharing options...
toleda Posted December 27, 2015 Author Share Posted December 27, 2015 with this SSDT i have black screen and OS X reboots.. debug.log/ioreg shows no dsdt, no ssdt. Set BIOS/Graphics/Primary Display to PCIe. (assume IGFX disabled) No explanation for reboot. Two experiments (EF/CLOVER/ACPI/patched) 1. edited dsdt only 2. ssdt-2/PEG0 only Link to comment Share on other sites More sharing options...
Allan Posted December 28, 2015 Share Posted December 28, 2015 Here is bro! In both cases, no success... 1 - DSDT = DSDT Only.zip 2 - SSDT = SSDT Only.zip Link to comment Share on other sites More sharing options...
toleda Posted December 28, 2015 Author Share Posted December 28, 2015 In both cases, no success... 1. dsdt - dsdt loaded has no HDMI audio edits; install dsdt from Post #299 2. ssdt - nothing loaded; remove dsdt, ssdt only. Link to comment Share on other sites More sharing options...
jromejr Posted December 30, 2015 Share Posted December 30, 2015 Toleda, Here is my patched DSDT and correct IOJones report. Zipped wrong file before. Sorry. Archive 3.zip Link to comment Share on other sites More sharing options...
toleda Posted December 30, 2015 Author Share Posted December 30, 2015 Here is my patched DSDT and correct IOJones report. Attachments? Link to comment Share on other sites More sharing options...
Allan Posted January 4, 2016 Share Posted January 4, 2016 (edited) 1. dsdt - dsdt loaded has no HDMI audio edits; install dsdt from Post #299 2. ssdt - nothing loaded; remove dsdt, ssdt only. Well bro, is a nightmare.... I did all the tests, with your DSDT/SSDT patches, but i have the same result: Black Screen + Reboot Sometimes i have just black screen, but i can't use another video entry because i just have HDMI available here. I'll post the files later... OBS: I have a doubt about IOReg logs. If i boot OS X and the result is black screen + reboot, i can boot again with my Penboot for change the files, but in this way the IOReg logs will be modified right? Because OS X will boot with Penboot, not via HDD. And i can send for you the proper information. I'm right about that? Thank you so much for your great support Edited January 4, 2016 by Allan About IOReg Link to comment Share on other sites More sharing options...
Allan Posted January 4, 2016 Share Posted January 4, 2016 Here is the files: DSDT: DSDT.zip DSDT 2: DSDT 2.zip SSDT: SSDT-2.zip Results: Black screen + reboot. I made a test with 2 DSDTs with different ways to get HDMI audio. Link to comment Share on other sites More sharing options...
toleda Posted January 6, 2016 Author Share Posted January 6, 2016 Here is my patched DSDT and correct IOJones report. Add 8 lines as noted: Device (PEGP) { Name (_ADR, 0x00010000) Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR02 ()) } Return (PR02 ()) } Device (PEG0) // Add code from this line { // Name (_ADR, Zero) // Device (PLX0) // { // Name (_ADR, 0x00100000) // to this line Device (GFX0) { Name (_ADR, Zero) Name (_SUN, One) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0A) { "@0,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@1,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@2,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@3,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "hda-gfx", Buffer (0x0A) { "onboard-2" } }) } } Device (HDAU) { Name (_ADR, One) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x02) { "hda-gfx", Buffer (0x0A) { "onboard-2" } }) } } } } // Add code from this line } // to this line I made a test with 2 DSDTs with different ways to get HDMI audio. DSDT 2 does not have any HDMI audio edits; suggests the problem is with the dsdt edits (used in all 3 cases?) The dsdt edits are not my work. Link to comment Share on other sites More sharing options...
jromejr Posted January 6, 2016 Share Posted January 6, 2016 I edited the DSDT with the lines of code and getting one error. 12521, 4064, Object does not exist (\_SB.PCI0.PEGP.GFX0) I tried to send you the edited file but MaciASL is not allowing me to save it. Link to comment Share on other sites More sharing options...
toleda Posted January 6, 2016 Author Share Posted January 6, 2016 tried to send you the edited file but MaciASL is not allowing me to save it. Edit the error line to: Notify (\_SB.PCI0.PEGP.PEG0.PLX0.GFX0, 0x02) Cannot save a binary that does not compile MaciASL/File/Save As../File Format: Disassembled ASL File 1 Link to comment Share on other sites More sharing options...
Allan Posted January 6, 2016 Share Posted January 6, 2016 Cannot save a binary that does not compile MaciASL/File/Save As../File Format: Disassembled ASL File Thank you! Link to comment Share on other sites More sharing options...
jromejr Posted January 7, 2016 Share Posted January 7, 2016 File complied and saved in ACPI/patched. Still no sound. Anything I can check? Let me know what files you need to troubleshoot. Link to comment Share on other sites More sharing options...
toleda Posted January 7, 2016 Author Share Posted January 7, 2016 Still no sound. No files attached, no idea. Same as the first time, Post #1, Problem Reporting. Link to comment Share on other sites More sharing options...
jromejr Posted January 10, 2016 Share Posted January 10, 2016 OSX: El Capitan 10.11.2 Processor: 3.49 GHz Intel Core i7 Graphics: NVIDIA GeForce GTX 760 connected via displayport Motherboard: GA-Z87X-UD7-TH Used the audio_cloverALC-110.command.zip which patched successfully. Attached files. Archive 4.zip Link to comment Share on other sites More sharing options...
toleda Posted January 10, 2016 Author Share Posted January 10, 2016 patched successfully. HDMI edited dsdt is not installed. config.plist has no audio patches, IOReg shows audio working. Files attached are not from the EFI partition booted. Link to comment Share on other sites More sharing options...
jromejr Posted January 11, 2016 Share Posted January 11, 2016 HDMI edited dsdt is not installed. config.plist has no audio patches, IOReg shows audio working. Files attached are not from the EFI partition booted. So patching the files and editing and installing dsdt is not enough? I'm not sure what to do next. FYI: I'm trying to get sound output to display port not HDMI. Please point me in the right direction. Link to comment Share on other sites More sharing options...
toleda Posted January 11, 2016 Author Share Posted January 11, 2016 So patching the files and editing and installing dsdt is not enough? User error "Installing." Attach Terminal/diskutil list Link to comment Share on other sites More sharing options...
jromejr Posted January 11, 2016 Share Posted January 11, 2016 Attached. Terminal Saved Output.zip Link to comment Share on other sites More sharing options...
toleda Posted January 11, 2016 Author Share Posted January 11, 2016 Attached. Two EFI partitions, Yosemite and Mavericks. Where is El Capitan? If Yosemite, mount disk0/EFI if Mavericks, mount disk1/EFI Install edited dsdt to EFI/CLOVER/ACPI/patched. Attach EFI/CLOVER/config.plist Link to comment Share on other sites More sharing options...
jromejr Posted January 12, 2016 Share Posted January 12, 2016 The start up drive is Yosemite (where El Capitan is) and the DSDT is installed in disk0s1 EFI partition. Attached. config.plist.zip Link to comment Share on other sites More sharing options...
toleda Posted January 12, 2016 Author Share Posted January 12, 2016 The start up drive is Yosemite (where El Capitan is) and the DSDT is installed in disk0s1 EFI partition. Attached. Attach config.plist has no audio. Confirms BIOS starts Mavericks EFI/disk0 not Yosemite/disk1. Link to comment Share on other sites More sharing options...
toleda Posted February 11, 2016 Author Share Posted February 11, 2016 Yosemite AppleHDA HDMI Audio - Deprecated Yosemite/solutions/support, see El Capitan AppleHDA HDMI Audio Link to comment Share on other sites More sharing options...
Recommended Posts