Contribute
Register

HD5500 HDMI not working and other problems.

Status
Not open for further replies.
Now repatched everything with clover's acpi files. But still having the hdmi issue(attaching clover folder).
Why have you no FakeSMC.kext and ethernet kexts in EFI/Clover/kexts/other?
You need FakeSMC.kext to run mac OS on non Apple hardware.
 
I thought ioreg wont change. Nevertheless attaching new ioreg.
 

Attachments

  • CLOVER.zip
    5.4 MB · Views: 61
  • with_monitor.ioreg
    8.2 MB · Views: 50
I thought ioreg wont change. Nevertheless attaching new ioreg.

The ioreg is actually constantly changing... (even plugging in a USB device causes changes in ioreg).
But definitely changes to your Clover setup changes ioreg.

Problems:
- CPU PM not implemented
- HECI needs to be renamed to IMEI
- ACPI/origin files are too old to compare with ACPI/patched (you need to re-extract/re-patch)
- The ioreg does not correspond with your config.plist you provided...
- something fishy about SortedOrder... Look at your Clover bootlog:
Code:
2:297  0:000  === [ ACPIPatchedAML ] ====================================
2:297  0:000  Sorted
2:297  0:000  Inserting table[0]:DSDT.aml from EFI\CLOVER\ACPI\patched ... Success
2:297  0:000  Inserting table[1]:SSDT.aml
SSDT.aml (ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT.aml from EFI\CLOVER\ACPI\patched ... Invalid Parameter
- might be some problems with VoodooHDA (you should use patched AppleHDA)
 
I dont understand
CPU PM not implemented
I have added ssdt.aml in sordet order. I also checked power states & getting upto 2.7Ghz (5200u can go to 2.9).Also attaching intel power gadget screenshots. Am I missing something here?

I am still getting SSDT.aml from EFI\CLOVER\ACPI\patched ... Invalid Parameter in clover bootlog.

I removed voodoohda and installed AppleHDA with injected id 13 using clover (couldnt do it through dsdt maybe because of multiple Scope (_SB.PCI0.HDEF) , Error: 13899, 6074, Name already exists in scope (_DSM) on line Method (_DSM, 4, Serialized)), now sound works only on internal speakers and bluetooth , no headphone jack or HDMI.
 

Attachments

  • Archive 2.zip
    6.2 MB · Views: 73
I dont understand

I have added ssdt.aml in sordet order. I also checked power states & getting upto 2.7Ghz (5200u can go to 2.9).Also attaching intel power gadget screenshots. Am I missing something here?

I am still getting SSDT.aml from EFI\CLOVER\ACPI\patched ... Invalid Parameter in clover bootlog.
Look at your SortedOrder key inside your config.plist:
Code:
<key>SortedOrder</key>
        <array>
            <string>DSDT.aml</string>
            <string>SSDT.aml
SSDT.aml (ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT.aml</string>
            <string>SSDT-0.aml</string>
            <string>SSDT-1.aml</string>
            <string>SSDT-2.aml</string>
            <string>SSDT-3.aml</string>
            <string>SSDT-4.aml</string>
            <string>SSDT-8.aml</string>
            <string>SSDT-KEY-DELL-WN09.aml</string>
        </array>

I don't know why you copied that list into a single string...
Additionally, I don't think your DSDT.aml should appear there.
The SortedOrder key should look like this:
Code:
<key>SortedOrder</key>
<array>
    <string>SSDT.aml</string>
    <string>SSDT-0.aml</string>
    <string>SSDT-1.aml</string>
    <string>SSDT-2.aml</string>
    <string>SSDT-3.aml</string>
    <string>SSDT-4.aml</string>
    <string>SSDT-8.aml</string>
    <string>SSDT-KEY-DELL-WN09.aml</string>
</array>

Inside your ACPI/patched, your SSDT is called 'ssdt.aml' (lower-case letters).
I think (not sure) it would cause a problem when you are using SortedOrder. Rename it to 'SSDT.aml'.
 
I dont understand

I have added ssdt.aml in sordet order. I also checked power states & getting upto 2.7Ghz (5200u can go to 2.9).Also attaching intel power gadget screenshots. Am I missing something here?

I am still getting SSDT.aml from EFI\CLOVER\ACPI\patched ... Invalid Parameter in clover bootlog.

Your mistake with SortedOrder.

I removed voodoohda and installed AppleHDA with injected id 13 using clover (couldnt do it through dsdt maybe because of multiple Scope (_SB.PCI0.HDEF) , Error: 13899, 6074, Name already exists in scope (_DSM) on line Method (_DSM, 4, Serialized)), now sound works only on internal speakers and bluetooth , no headphone jack or HDMI.

As per ACPI patching guide, you should have used "Remove _DSM methods" prior to applying other patches.
Always read carefully.
 
Fixed the SortedOrder, now works fine.

Remove _DSM methods , removes most of the methods.Even igpu or mutex sync patch cannot be applied after that. Can you patch DSDT for me? I alredy injected layout-id 13 via clover but why still no hdmi or headphone audio?

Now getting OsxAptioFixDrv-64.efi alloc errors even more than before during boot. Need to try booting 4-5 to get it working.

What can I do for USB3.0?
 
Fixed the SortedOrder, now works fine.

Remove _DSM methods , removes most of the methods.Even igpu or mutex sync patch cannot be applied after that. Can you patch DSDT for me? I alredy injected layout-id 13 via clover but why still no hdmi or headphone audio?

Now getting OsxAptioFixDrv-64.efi alloc errors even more than before during boot. Need to try booting 4-5 to get it working.

What can I do for USB3.0?

As per guide, you should use "Rename _DSM methods to XDSM" if "Remove _DSM methods" causes an error.
Always read carefully.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
After applying Rename _DSM methods to XDSM and changing layout id & renaming bod3 to hdau to DSDT and ssdt-8, I am getting ACPI error(attached in zip), I took reference from http://www.dognmonkey.com/techs/how-to-patch-applehda-for-hdmi-alc255-broadwell.html.
Can you please patch it?

Also getting new OsxAptioFixDrv-64.efi runtime error, usually was getting kernel cache error. Now need to try 5-6 times to get pass that and then another 3-4 times that macos detects my internal screen.Macos boots up but doesnt detect my laptop's screen. I need to attach HDMI.

Also after Applhda getting garbled audio on headhone jack.
 

Attachments

  • Archive 3.zip
    2.7 MB · Views: 57
Status
Not open for further replies.
Back
Top