Contribute
Register

[Fix] Intel HD4200/HD4400/HD4600 Mobile on Yosemite

I've got a NUC running 10.10.2 with Clover and have been having graphics issues and crashes. Will this patch work for this:

Vendor: Intel (0x8086)
Device ID: 0x0a16
Revision ID: 0x0009
 
I've got a NUC running 10.10.2 with Clover and have been having graphics issues and crashes. Will this patch work for this:

Vendor: Intel (0x8086)
Device ID: 0x0a16
Revision ID: 0x0009

Instructions are in the op at the bottom for desktop
 
I've got a NUC running 10.10.2 with Clover and have been having graphics issues and crashes. Will this patch work for this:

Vendor: Intel (0x8086)
Device ID: 0x0a16
Revision ID: 0x0009

The NUC uses a mobile CPU. 0xa16 is mobile HD4400. Procedures are all the same mobile HD4200/HD4400/HD4600, desktop HD4400, server P4600. All documented in post #1.
 
hello

I try to run to bring their patch since 2tagen

Unfortunately it does not work with their kext and not entered in the config is everything

According inso system lacks the kext the graphic

can have an idea how I do that it runs

bitter they do not verweissen me to post 1 've tried it several times

sorry for my bad english I'm from germany

Intel HD Graphics 4400:




Chipset Model: Intel HD Graphics 4400

Type: GPU

Bus: Built-In

VRAM (Total): 3 MB

VRAM (Dynamic, Max): 10

Vendor: Intel (0x8086)

Device ID: 0x0a16

Revision ID: 0x000b

Kernel Extension Info: No Kext Loaded

Displays:

Display:

Resolution: 1024 x 768

Pixel Depth: 32-Bit Color (ARGB8888)

Main Display: Yes

Mirror: Off

Online: Yes
 
...

Chipset Model: Intel HD Graphics 4400

Type: GPU

Bus: Built-In

VRAM (Total): 3 MB

VRAM (Dynamic, Max): 10

Vendor: Intel (0x8086)

Device ID: 0x0a16

Revision ID: 0x000b

Kernel Extension Info: No Kext Loaded

Displays:

Display:

Resolution: 1024 x 768

Pixel Depth: 32-Bit Color (ARGB8888)

Main Display: Yes

Mirror: Off

Online: Yes

Post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply to an ioreg from any other version of IORegistryExplorer.app.
 
Thanks for posting this.



There isn't. Clover FakeID essentially does the same thing through EFI injection.

Hi Rehabman.There is a question about config_hd4600_4400_4200.plist in your Github.
Your's code is
Code:
<key>SortedOrder</key>		<array>
			<string>SSDT.aml</string>
and I found it cannot loaded by Clover Configurator ver4.22 which support clover 3108+ and When I set from it and open with txext.I found it should be like this
Code:
<key>SortOrdered</key>		<array>
			<string>SSDT.aml</string>

I think it's a bug.LOL
 
The correct Clover supported configuration is:

Code:
<key>[B]SortedOrder[/B]</key>
<array>
	<string>SSDT-0.aml</string>
	<string>SSDT-1.aml</string>
	<string>SSDT-2.aml</string>
	<string>SSDT-3.aml</string>
	<string>SSDT-7.aml</string>
	<string>SSDT-8.aml</string>
	<string>SSDT-9.aml</string>
	<string>SSDT-10.aml</string>
	<string>SSDT-11.aml</string>
	<string>SSDT-12.aml</string>
	<string>SSDT-13.aml</string>
	<string>SSDT-14.aml</string>
	<string>SSDT-15.aml</string>
	<string>SSDT-pr.aml</string>
	<string>SSDT-rmne.aml</string>
</array>

The result in the Clover boot log:
Code:
3:164  0:000  Inserting table[0]:SSDT-0.aml from EFI\CLOVER\ACPI\patched ... Success
3:165  0:001  Inserting table[1]:SSDT-1.aml from EFI\CLOVER\ACPI\patched ... Success
3:166  0:000  Inserting table[2]:SSDT-2.aml from EFI\CLOVER\ACPI\patched ... Success
3:167  0:001  Inserting table[3]:SSDT-3.aml from EFI\CLOVER\ACPI\patched ... Success
3:168  0:000  Inserting table[4]:SSDT-7.aml from EFI\CLOVER\ACPI\patched ... Success
3:168  0:000  Inserting table[5]:SSDT-8.aml from EFI\CLOVER\ACPI\patched ... Success
3:169  0:000  Inserting table[6]:SSDT-9.aml from EFI\CLOVER\ACPI\patched ... Success
3:169  0:000  Inserting table[7]:SSDT-10.aml from EFI\CLOVER\ACPI\patched ... Success
3:170  0:000  Inserting table[8]:SSDT-11.aml from EFI\CLOVER\ACPI\patched ... Success
3:170  0:000  Inserting table[9]:SSDT-12.aml from EFI\CLOVER\ACPI\patched ... Success
3:171  0:000  Inserting table[10]:SSDT-13.aml from EFI\CLOVER\ACPI\patched ... Success
3:171  0:000  Inserting table[11]:SSDT-14.aml from EFI\CLOVER\ACPI\patched ... Success
3:172  0:000  Inserting table[12]:SSDT-15.aml from EFI\CLOVER\ACPI\patched ... Success
3:172  0:000  Inserting table[13]:SSDT-pr.aml from EFI\CLOVER\ACPI\patched ... Success
3:173  0:000  Inserting table[14]:SSDT-rmne.aml from EFI\CLOVER\ACPI\patched ... Success

The key name as suggested by Clover Configurator is incorrect, best report it as a bug to the Clover Configurator author.
 
The correct Clover supported configuration is:

Code:
<key>[B]SortedOrder[/B]</key>
<array>
    <string>SSDT-0.aml</string>
    <string>SSDT-1.aml</string>
    <string>SSDT-2.aml</string>
    <string>SSDT-3.aml</string>
    <string>SSDT-7.aml</string>
    <string>SSDT-8.aml</string>
    <string>SSDT-9.aml</string>
    <string>SSDT-10.aml</string>
    <string>SSDT-11.aml</string>
    <string>SSDT-12.aml</string>
    <string>SSDT-13.aml</string>
    <string>SSDT-14.aml</string>
    <string>SSDT-15.aml</string>
    <string>SSDT-pr.aml</string>
    <string>SSDT-rmne.aml</string>
</array>

The result in the Clover boot log:
Code:
3:164  0:000  Inserting table[0]:SSDT-0.aml from EFI\CLOVER\ACPI\patched ... Success
3:165  0:001  Inserting table[1]:SSDT-1.aml from EFI\CLOVER\ACPI\patched ... Success
3:166  0:000  Inserting table[2]:SSDT-2.aml from EFI\CLOVER\ACPI\patched ... Success
3:167  0:001  Inserting table[3]:SSDT-3.aml from EFI\CLOVER\ACPI\patched ... Success
3:168  0:000  Inserting table[4]:SSDT-7.aml from EFI\CLOVER\ACPI\patched ... Success
3:168  0:000  Inserting table[5]:SSDT-8.aml from EFI\CLOVER\ACPI\patched ... Success
3:169  0:000  Inserting table[6]:SSDT-9.aml from EFI\CLOVER\ACPI\patched ... Success
3:169  0:000  Inserting table[7]:SSDT-10.aml from EFI\CLOVER\ACPI\patched ... Success
3:170  0:000  Inserting table[8]:SSDT-11.aml from EFI\CLOVER\ACPI\patched ... Success
3:170  0:000  Inserting table[9]:SSDT-12.aml from EFI\CLOVER\ACPI\patched ... Success
3:171  0:000  Inserting table[10]:SSDT-13.aml from EFI\CLOVER\ACPI\patched ... Success
3:171  0:000  Inserting table[11]:SSDT-14.aml from EFI\CLOVER\ACPI\patched ... Success
3:172  0:000  Inserting table[12]:SSDT-15.aml from EFI\CLOVER\ACPI\patched ... Success
3:172  0:000  Inserting table[13]:SSDT-pr.aml from EFI\CLOVER\ACPI\patched ... Success
3:173  0:000  Inserting table[14]:SSDT-rmne.aml from EFI\CLOVER\ACPI\patched ... Success

The key name as suggested by Clover Configurator is incorrect, best report it as a bug to the Clover Configurator author.

thx:headbang:
 
Hi Rehabman.There is a question about config_hd4600_4400_4200.plist in your Github.
Your's code is
Code:
<key>SortedOrder</key>		<array>
			<string>SSDT.aml</string>
and I found it cannot loaded by Clover Configurator ver4.22 which support clover 3108+ and When I set from it and open with txext.I found it should be like this
Code:
<key>SortOrdered</key>		<array>
			<string>SSDT.aml</string>

I think it's a bug.LOL

The bug is in Clover Configurator. The correct name is 'SortedOrder', not 'SortedOrdered'.

I already reported the bug to the CC author.
 
Back
Top