Contribute
Register

HD4400/HD4600 HDMI testing.

Status
Not open for further replies.
Joined
Oct 21, 2012
Messages
3,392
Motherboard
HP Elitebook 8470p
CPU
i5 3320M
Graphics
HD 4000, 1600x900
Mobile Phone
  1. iOS
Here is the quick patch for HD4400/4600 HDMI by gygabyte666, I hope anyone with Haswell laptops and HDMI connector can test it:
Code:
cp -rf /System/Library/Extensions/AppleIntelFramebufferAzul.kext ~/Desktop
sudo perl -0777 -pi -e  's|\x06\x00\x26\x0a\x01\x03\x03\x03\x00\x00\x00\x02\x00\x00\x30\x01\x00\x00\x60\x00\x00\x00\x00\x60\xd9\x0a\x00\x00\xd9\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x02\x00\x00\x00\x30\x00\x00\x00\x01\x05\x09\x00\x00\x04\x00\x00\x87\x00\x00\x00\x02\x04\x09\x00\x00\x04\x00\x00\x87\x00\x00\x00\xff\x00\x00\x00\x01\x00\x00\x00\x40\x00\x00\x00\x0f\x00\x00\x00\x01\x01\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0e\x00\x00\x00|\x06\x00\x26\x0a\x01\x03\x03\x03\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x60\x00\x00\x00\x00\x40\xd9\x0a\x00\x00\xd9\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x02\x00\x00\x00\x30\x00\x00\x00\x01\x05\x12\x00\x00\x08\x00\x00\x87\x00\x00\x00\x02\x04\x12\x00\x00\x08\x00\x00\x06\x00\x00\x00\xff\x00\x01\x00\x01\x00\x00\x00\x40\x00\x00\x00\x0f\x00\x00\x00\x01\x01\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0e\x00\x00\x00|g'  /System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul
sudo touch /System/Library/Extensions

or Clover:

Code:
            <dict>
                <key>Comment</key>
                <string>Patch audio HDMI HD4400/4600 laptop</string>
                <key>Find</key>
                <data>
                BgAmCgEDAwMAAAACAAAwAQAAYAAAAABg2QoAANkKAAAA
                AAAAAAAAAAAACAACAAAAMAAAAAEFCQAABAAAhwAAAAIE
                CQAABAAAhwAAAP8AAAABAAAAQAAAAA8AAAABAQAABAAA
                AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAA=
                </data>
                <key>Name</key>
                <string>AppleIntelFramebufferAzul</string>
                <key>Replace</key>
                <data>
                BgAmCgEDAwMAAAACAAAAAQAAYAAAAABA2QoAANkKAAAA
                AAAAAAAAAAAAEAACAAAAMAAAAAEFEgAACAAAhwAAAAIE
                EgAACAAAhwAAAP8AAQABAAAAQAAAAA8AAAABAQAABAAA
                AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAA=
                </data>
            </dict>

If HDMI works but no HDMI Audio, add this to config.plist:
Code:
            <dict>
                <key>Comment</key>
                <string>10.10 HD4600 HDMI Audio</string>
                <key>Find</key>
                <data>
                PQwKAAA=
                </data>
                <key>Name</key>
                <string>AppleHDAController</string>
                <key>Replace</key>
                <data>
                PQwMAAA=
                </data>
            </dict>

Tell me your results.
 
it worked..thanks
but how to enable hdmi audio?
 
on-the-fly.
audio still from internal speaker

OS X does not switch audio output automatically. You have to manually select it from SysPrefs->Sound.
 
OS X does not switch audio output automatically. You have to manually select it from SysPrefs->Sound.
i just have 'internal speaker' in sound->output
 

Attachments

  • Screen_Shot_2014-11-17_at_9.jpg
    Screen_Shot_2014-11-17_at_9.jpg
    271.4 KB · Views: 781
attached...thx
 

Attachments

  • Adly’s iMac.zip
    387.3 KB · Views: 202

i just install clover + kexts from probook installer clover edition
im using imac14,2 smbios
macbookpro11,2 -> adobe flash crashed + cursor/mouse 3 sec freeze at login
macbookpro11,1 -> adobe flash crashed

patching on the fly
AppleIntelHD5000Graphics
3D868012047410EB5D
3D868016047410EB5D

AppleIntelFramebufferAzul
3D86801204
3D86801604

AppleIntelFramebufferAzul
0004000087000000FF000000
0008000006000000FF000000

IOGraphicsFamily
85C0745D48
31C0745B48

IOGraphicsFamily
4188C4EB03
4188C4EB23

AppleHDA
8B19D411
E0761D11

AppleHDA
8419D411
00000000

IOAHCIBlockStorage
4150504C4520535344
000000000000000000

AirPortBrcm4360
5854002B182C210020
5553080A361C47000A

AirPortBrcm4360
6B100000750D
6B1000009090

IOBluetoothFamily
8B878C010000
B80F00000090

update:
change smbios to macbookpro11,1 stiil no hdmi audio
 
Status
Not open for further replies.
Back
Top