Contribute
Register

[solved] T430s - MiniDP or HDMI not working

Status
Not open for further replies.

t3n

Joined
Apr 5, 2013
Messages
2
Motherboard
Lenovo T430s (2352CTO)
CPU
Intel i5-3320M
Graphics
Intel HD 4000
Mac
  1. MacBook Pro
Classic Mac
  1. 0
Mobile Phone
  1. Android
Hi!
In my current setup the HDMI or Mini-DP stopped working.
It worked some days ago when sound wasn't.


Right now everything works except WIFI, Mini-DP or HDMI.. BAT0 and BAT1 is recognized and working great, also the ALC269 is without any problems.

Please have a look at my compressed folder and give some feedback.
I just can't find where the problem is.... :(


Clover (ACPI origin, ACPI patched, config.plist + rest), IOReg, OUTPUT
View attachment T430s.zip
 
Last edited:
T430s - MiniDP or HDMI not working

Hi!
In my current setup the HDMI or Mini-DP stopped working.
It worked some days ago when sound wasn't.


Right now everything works except WIFI, Mini-DP or HDMI.. BAT0 and BAT1 is recognized and working great, also the ALC269 is without any problems.

Please have a look at my compressed folder and give some feedback.
I just can't find where the problem is.... :(


Clover (ACPI origin, ACPI patched, config.plist + rest), IOReg, OUTPUT
View attachment 174391

ig-platform-id 0x01660004 has no external connectors. Requires patches.

The patches are in the plist linked from my guide (but disabled, so make sure you read post #2): http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html
 
T430s - MiniDP or HDMI not working

ig-platform-id 0x01660004 has no external connectors. Requires patches.

The patches are in the plist linked from my guide (but disabled, so make sure you read post #2): http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html


Thank you so much for your awesome work you have done! :thumbup:
I appreciate your contribution.

Your Patch / Config.plist :

Code:
                        <dict>
				<key>Comment</key>
				<string>HDMI-video, 64MB BIOS, HD4000 0x01660004 #1 of 2</string>
				<key>Disabled</key>
				<false/>
				<key>Name</key>
				<string>AppleIntelFramebufferCapri</string>
				<key>Find</key>
				<data>BABmAQEDAQEAAAAC</data>
				<key>Replace</key>
				<data>BABmAQECBAIAAAAE</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-video, 64MB BIOS, HD4000 0x01660004 #2 of 2</string>
				<key>Disabled</key>
				<false/>
				<key>Name</key>
				<string>AppleIntelFramebufferCapri</string>
				<key>Find</key>
				<data>MAIAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAAAAAAA</data>
				<key>Replace</key>
				<data>MAIAAAIFAAAABAAABwQAAAMEAAAABAAAgQAAAAQGAAAABAAAgQAAAAAAAAAAAgAR</data>
			</dict>


Solved it!
 
T430s - MiniDP or HDMI not working

Thank you so much for your awesome work you have done! :thumbup:
I appreciate your contribution.

Your Patch / Config.plist :

Code:
                        <dict>
				<key>Comment</key>
				<string>HDMI-video, 64MB BIOS, HD4000 0x01660004 #1 of 2</string>
				<key>Disabled</key>
				<false/>
				<key>Name</key>
				<string>AppleIntelFramebufferCapri</string>
				<key>Find</key>
				<data>BABmAQEDAQEAAAAC</data>
				<key>Replace</key>
				<data>BABmAQECBAIAAAAE</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-video, 64MB BIOS, HD4000 0x01660004 #2 of 2</string>
				<key>Disabled</key>
				<false/>
				<key>Name</key>
				<string>AppleIntelFramebufferCapri</string>
				<key>Find</key>
				<data>MAIAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAAAAAAA</data>
				<key>Replace</key>
				<data>MAIAAAIFAAAABAAABwQAAAMEAAAABAAAgQAAAAQGAAAABAAAgQAAAAAAAAAAAgAR</data>
			</dict>


Solved it!

Marking solved.
 
Status
Not open for further replies.
Back
Top