Contribute
Register

[Guide] Dell Inspiron 3x37 - 5x37 -7x37 Clover, Yosemite/El Capitan

Status
Not open for further replies.
Yes you are right, i somehow skipped this step for SSDT-7 second time i patched.

Here is IOReg now.

HDMI is now working with KextPatch

<dict>
<key>Comment</key>
<string>HDMI-audio, port 0105(12), 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a</string>
<key>Name</key>
<string>disabled:AppleIntelFramebufferAzul</string>
<key>Find</key>
<data>AQUJAAAEAACHAAAA</data>
<key>Replace</key>
<data>AQUSAAAIAACHAAAA</data>
</dict>
And FakePCIID_Intel_HDMI_Audio.kext

Thank you guys again, you are awesome and sorry i made noob mistake with SSDT-7

Only audio is not transmitted via HDMI but i can live without that :)
you have to manually select audio to HDMI
 
Yes you are right, i somehow skipped this step for SSDT-7 second time i patched.

Here is IOReg now.

HDMI is now working with KextPatch

<dict>
<key>Comment</key>
<string>HDMI-audio, port 0105(12), 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a</string>
<key>Name</key>
<string>disabled:AppleIntelFramebufferAzul</string>
<key>Find</key>
<data>AQUJAAAEAACHAAAA</data>
<key>Replace</key>
<data>AQUSAAAIAACHAAAA</data>
</dict>
And FakePCIID_Intel_HDMI_Audio.kext

Thank you guys again, you are awesome and sorry i made noob mistake with SSDT-7

Only audio is not transmitted via HDMI but i can live without that :)

The patch you show above is disabled. You can read about disabled patches in the main Clover guide.
 
The patch you show above is disabled. You can read about disabled patches in the main Clover guide.

Yes i removed disabled: text and this patch is only one that works for me.

Regarding sound i finally have working solution for HDMI and Internal.
1) i removed kext patches for AppleHDA from clover config
2) removed patched AppleHDA for 283 from S/L/E
3) Installed kext to S/L/E from https://github.com/Mirone/AppleHDA_10.11/blob/master/Laptop's/AppleHDA-272.50-ALC283.zip
4) Clover AudioID inject 3
5) DSDT patched from readme file
 
Yes i removed disabled: text and this patch is only one that works for me.

Then your HDMI is on port 0105 and you need the increased delay to 12.

Rather typical.
 
System: DELL 7537 (Clover)
CPU: i7-4500U
Graphics: with GT750M 1080p

Problem with patching SSDT-7.asl, can't compile w/o and with patches, every time error on compiling with
Scope (\_SB.PCI0)
 

Attachments

  • SSDT-7.dsl
    106.8 KB · Views: 105
  • SSDT-7-patched.dsl
    113.9 KB · Views: 125
System: DELL 7537 (Clover)
CPU: i7-4500U
Graphics: with GT750M 1080p

Problem with patching SSDT-7.asl, can't compile w/o and with patches, every time error on compiling with
Scope (\_SB.PCI0)
Here you go!!
And the reason for getting errors, you didn't read this guide [Guide] Patching LAPTOP DSDT/SSDTs
...........
Disassembly with refs.txt

Sometimes there are additional unresolved externals (symbols not defined in any file). The iasl disassembler will attempt to guess the number of arguments, but often it guesses poorly. You can correct it, by providing the External declarations in a text file. Some common unresolved symbols are SGPO, ECRD, ECWT, and MMTB.
............
The iasl disassembler will place these External declarations before all the other External declarations. This, also, is a poor choice. Most of the time, you'll need to move them so they follow the other External declarations instead of preceding them. It will be obvious as you'll get errors from the External declarations that follow those inserted from refs.txt..........
 

Attachments

  • SSDT-7.dsl.zip
    11.8 KB · Views: 86
Thanks guys,
upgrade to El Capitan worked smoothly. Just need to fix audio, but this shouldn't be an issue.

Just wanted to understand if you guys perceive the external sound through the speaker also as quite ,,low", as well as not as the quality it has under windows? Any fix possible?
 
Thanks guys,
upgrade to El Capitan worked smoothly. Just need to fix audio, but this shouldn't be an issue.

Just wanted to understand if you guys perceive the external sound through the speaker also as quite ,,low", as well as not as the quality it has under windows? Any fix possible?
same here :( ,I think it's bcs of build in sub not functioning properly/doesn't work .
 
Status
Not open for further replies.
Back
Top