Contribute
Register

HP Probook Installer Clover Edition

With the latest PBI CE, are the kexts/config/dsdt installed correctly to your drive? Do you see the warning dialog?

If you can, please post your CLOVER folder so I can make sure that kexts/config/dsdt are placed correctly.

About Extra tools, you're the only one reporting this and I can't produce the problem again.

Here my clover files. Thanks for support
 

Attachments

  • CLOVER.zip
    6.2 MB · Views: 65
Sorry for that. I tried the 4 files for HD4000 1366x768, but I still have the same error. the screen freeze. Could you please advise?
 
Sorry for that. I tried the 4 files for HD4000 1366x768, but I still have the same error. the screen freeze. Could you please advise?

Use only the config.plist appropriate for your hardware. Guessing is not productive.
 
Sorry for that. I tried the 4 files for HD4000 1366x768, but I still have the same error. the screen freeze. Could you please advise?
Post your EFI folder again. You even copied .zip last times...
 
@nguyenmac and those with HD4400/HD4600...

Recent developments for Haswell mobile may be interesting and knowledgeable testers are needed.

See here and read recent posts: http://www.tonymacx86.com/yosemite-...400-hd4600-mobile-yosemite-47.html#post952079

My fork/build: https://github.com/RehabMan/OS-X-Fake-PCI-ID

To use it: Install both FakePCIID.kext and FakePCIID_HD4600_HD4400.kext, repair permissions & rebuild cache. Reboot.

HD4600: You should then be able to remove (or disable) the HD4600 patch for AppleIntelHD5000Graphics from config.plist. And you can restore the vanilla OpenCL library at /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMIGILPlugin.dylib. Since you're using FakeID, you

HD4400: There is no AppleIntelHD5000Graphics patch, but the note about the OpenCL dylib still applies. You can use FakeID (like you would on HD4600) to inject device-id, or can inject "RM,device-id" as is shown in the README.
 
@nguyenmac and those with HD4400/HD4600...

Recent developments for Haswell mobile may be interesting and knowledgeable testers are needed.

See here and read recent posts: http://www.tonymacx86.com/yosemite-...400-hd4600-mobile-yosemite-47.html#post952079

My fork/build: https://github.com/RehabMan/OS-X-Fake-PCI-ID

To use it: Install both FakePCIID.kext and FakePCIID_HD4600_HD4400.kext, repair permissions & rebuild cache. Reboot.

HD4600: You should then be able to remove (or disable) the HD4600 patch for AppleIntelHD5000Graphics from config.plist. And you can restore the vanilla OpenCL library at /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMIGILPlugin.dylib. Since you're using FakeID, you

HD4400: There is no AppleIntelHD5000Graphics patch, but the note about the OpenCL dylib still applies. You can use FakeID (like you would on HD4600) to inject device-id, or can inject "RM,device-id" as is shown in the README.

I'm a little confused. To get both QE/CI and OpenCL work on 10.10:

1/ For HD4600: 2 kexts + DSDT patches for ig-platform-id/hda-gfx
2/ For HD4400:
a/ 0 kexts + OpenCL patches
b/ 2 kexts + DSDT patches for ig-platform-id/hda-gfx
c/ 2 kexts + DSDT patches for Rm-device=12040000/ig-platform-id/hda-gfx

If we use 10.9, do method 1/2b/2c still work? Or we have to remove them and just use original DSDT patches?

EDIT: Will this work even for USB devices like Bluetooth?
 
I just make a test for my Broadcom 4352 14e4:43b1, but it does not work. Here is what I did:

0/ Remove ProbookARPT.kext (wifi injector kext)
1/ Make FakePCIID_Broadcom4352.kext with info.plist:
Code:
        <key>Broadcom4352</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>org.rehabman.driver.FakePCIID</string>
            <key>IOClass</key>
            <string>FakePCIID</string>
            <key>IOMatchCategory</key>
            <string>FakePCIID</string>
            <key>IOPCIPrimaryMatch</key>
            <string>0x43b114e4 0x43a014e4</string>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>RM,Build</key>
            <string>Release-RehabMan</string>
            <key>RM,Version</key>
            <string>Broadcom4352</string>
        </dict>
2/ Patch ARPT device in DSDT:
Code:
Method (_DSM, 4, NotSerialized)
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                0x03
                            })
                        }

                        Return (Package (0x0E)
                        {
                            "RM,vendor-id", 
                            Buffer (0x04)
                            {
                                0xE4, 0x14, 0x00, 0x00
                            }, 

                            "RM,device-id", 
                            Buffer (0x04)
                            {
                                0xA0, 0x43, 0x00, 0x00
                            }, 

                            "RM,subsystem-id", 
                            Buffer (0x04)
                            {
                                0x17, 0x01, 0x00, 0x00
                            }, 

                            "RM,subsystem-vendor-id", 
                            Buffer (0x04)
                            {
                                0x6B, 0x10, 0x00, 0x00
                            }, 

                            "model", 
                            Buffer (0x3A)
                            {
                                "Broadcom BCM4352 802.11 b/g/n/ac Wireless Network Adapter"
                            }
                        })
                    }
3/ Install both FakePCIID.kext and FakePCIID_Broadcom4352.kext to /S/L/E, rebuild cache.
4/ Restart, wifi does not work. Go to System Pref > Network > Add, Wifi is not in the list.
 
REALLY i DON'T know what is the config file suitable to me laptop, what I know is that my graphic card is Intel HD 4000, that is why I used "HD4000 1366x768" one by one. I used the available "HD4000 1366x768" files separately each one at a time.
Could you please let me know which config file is the right one for me?
I appreciate your help.
 
Please find attached my EFI. Note that my graphic card is Intel HD4000, along with switchable card ATI Radeon (I disabled it).
Regards,
 

Attachments

  • EFI.zip
    4.3 MB · Views: 68
Please find attached my EFI. Note that my graphic card is Intel HD4000, along with switchable card ATI Radeon (I disabled it).
Regards,

The guide said you have to copy config.plist to /EFI/CLOVER.

It means that.

You go to the approriate folder, select config.plist, then copy, go to /EFI/CLOVER/, paste the file.

You can't understand the guide?

And why do you disable switchable AMD?????


:thumbdown::thumbdown::thumbdown::thumbdown::thumbdown::thumbdown::thumbdown::thumbdown::thumbdown:
 
Back
Top