Recent content by philip_petev

  1. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    For those who haven't updated their laptops to 10.13.2 yet: make sure you have the following kexts in EFI/Clover/kexts/other, before you start the update: - FakeSMC (a must) - Lilu+IntelGraphicsFixup (a must for Skylake+) - other kexts, specific to some models (SATA/Graphics/Fake PCI ID...
  2. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    Ok, could you tell me where can I look at? Also please, point me to those suggestions to take a look at them too.
  3. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    My laptop still have problems with closing the lid. The laptop doesn't go to sleep, when I close it, even worse, it doesn't respond at all when I open the lid several minutes later and powering it down the hard way (holding the power button) is the only way. That happens with both 1.17 and the...
  4. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    So, you suggest to go directly with the fresh install? Interesting, those things start to occur right after installed the ProBooks support (kexts, ACPI, etc) and that's on fresh install.
  5. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    It seems it was prematurely to talk about "problem solved". The symptoms returned, even after several EC resets / cache rebuilds and it seems there is something about the VoodooPS2Daemon. With the daemon and the "Ignore the trackpad blablabla" option enabled, the keyboard and the pad just stop...
  6. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    Yeah... I'm always forgetting about that. Several EC resets did the job... I think.
  7. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

    Made a fresh 10.13.1 install on my ProBook 430 G3 (HFS+ install on SSD) today and I'm having problems with keyboard and the pad. It seems the VoodooPS2controller just stops and I lose both the keyboard and the pad. There is no pattern, sometimes it stops when I type the password at the login...
  8. philip_petev

    [README] Common Problems in 10.13 High Sierra

    Regarding that "Slow boot with APFS and TRIM" Are all SSDs affected or only some models/vendors/whatever? Is there any pattern for those incompatibilities except the slow boot?
  9. philip_petev

    [Guide] Using Clover to "hotpatch" ACPI

    Good to know. Thanks! Then it seems I'm ready. All other _DSM injections from the PJALM patches are already implemented as SSDTs, also several renames in config.plist (EHCx->EH0x, SAT0->SATA, USB 3.0 is "XHC" by design, so no rename is needed). Oh, I've missed one: the _OSI patch. Currently...
  10. philip_petev

    [Guide] Using Clover to "hotpatch" ACPI

    Ok, last one: how about patching the following methods: \UXDV \RRIO \_SB.PCI0.GFX0._DOD from NotSerialized to Serialized? Also several Names like CRS1 to CRS4 and their lenght, changed from 0x00 to 0x01 (code value patching)?
  11. philip_petev

    [Guide] Using Clover to "hotpatch" ACPI

    So, it's cosmetic patch in order the DSDT to be compiled without errors... How about line 2335? CreateDWordField (BUF0, \_SB.PCI0._Y0F._LEN, MSLN) // _LEN: Length is patched to CreateQWordField (BUF0, \_SB.PCI0._Y0F._LEN, MSLN) // _LEN: Length Should I ignore that too?
  12. philip_petev

    [Guide] Using Clover to "hotpatch" ACPI

    I've started to hotpatch the DSDT for my board (H77N-WiFi), using the PJALM patches as a template. I'm having difficulties with one of them. There is a device in the stock DSDT: Device (_SB.PCI0.DOCK) { Name (_HID, "ABCDEFGH") // _HID: Hardware ID Name (_CID, EisaId...
  13. philip_petev

    [Guide] Airport - PCIe Half Mini v2

    FYI: the internal Broadcom region codes can also be used as well as the ISO-3166 country codes: Keep in mind to be careful wherever you use them. X2 is forbidden in some European countries as well as the FCC territory.
  14. philip_petev

    [Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch (10.11)

    How about the AirportBrcmFixup plugin for Lilu.kext? It has boot flag that sets the country code (brcmfx-country=XX). Maybe that can be used for creating such patch. I would have done it by now, but I have zero knowledge in C++.
Back
Top