Contribute
Register

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

[FIX] Intel HD4400/HD4600 Mobile on Yosemite

Nothing... My dell 5737 resets when the HDMI cable is connected.

Post the config.plist that you're using.
 
[FIX] Intel HD4400/HD4600 Mobile on Yosemite

I uploaded it. Post #663

Just looked at it. That config.plist does not have the patch proposed at post #664.
 
[FIX] Intel HD4400/HD4600 Mobile on Yosemite

Just looked at it. That config.plist does not have the patch proposed at post #664.

Ups :) Here is right.
 

Attachments

  • config.plist
    3.8 KB · Views: 209
[FIX] Intel HD4400/HD4600 Mobile on Yosemite

Ups :) Here is right.

The patch was entered incorrectly and is thus ineffective (the Find pattern you have will not be found).

Try again. Be careful to copy the data exactly (use copy paste, use Xcode).
 
[FIX] Intel HD4400/HD4600 Mobile on Yosemite

The patch was entered incorrectly and is thus ineffective (the Find pattern you have will not be found).

Try again. Be careful to copy the data exactly (use copy paste, use Xcode).

I did exactly as you asked. Pasted code using Xcode. Unfortunately, after connecting hdmi dims the screen and the computer resets itself when around 10 seconds.
 

Attachments

  • config.plist
    3.8 KB · Views: 112
I did exactly as you asked. Pasted code using Xcode. Unfortunately, after connecting hdmi dims the screen and the computer resets itself when around 10 seconds.

Further experimentation, information gathering, etc... may be necessary. You should probably read a bit on framebuffer patching, so you can start understanding what you might change...

But let's check your config first...

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, 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 with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu

--

Also,

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.
 
Further experimentation, information gathering, etc... may be necessary. You should probably read a bit on framebuffer patching, so you can start understanding what you might change...

But let's check your config first...

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, 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 with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu

--

Also,

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.

Ok, zip and ireg files.


kextstat|grep -y acpiplat
Code:
   13    2 0xffffff7f82356000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>

kextstat|grep -y appleintelcpu
nothing

Give me 5 min to update my hardware.
 

Attachments

  • mac.ioreg
    1.6 MB · Views: 109
  • patchmatic.zip
    27.6 KB · Views: 85
Back
Top