Jump to content

Hervé

Administrators
  • Posts

    10041
  • Joined

  • Last visited

  • Days Won

    563

Everything posted by Hervé

  1. In order to sustain any further High Sierra update, place those kexts in /L/E, increase their version number to something like 999, repair permissions and rebuild your cache. /S/L/E then remains full vanilla and those kexts with higher version number take precedence at startup/in the cache.
  2. Set Integrated NIC to enable only (no need for PXSE, you're not going to boot over Ethernet) Disable VT for Direct I/O (or use dart=0 in your Clover config).s No support for Intel wireless so that'll have to be replaced by a supported model or a USB adapter.
  3. If memory serves me right, that results from a cache issue; non-existant in all likelyhood. Make sure you've not forgotten to copy the Extra folder at the top of your USB Installer and boot with without cache with boot parameters/boot flags KernelBooter_kexts=Yes -f -v. You can manually specify those at the Chameleon/Enoch prompt after pressing a key at the delay bar or F8 at the rotating character in top left corner.
  4. Do you have the HPET fix in place?
  5. Yup, those latest R4/R5/R6 versions of the kext as found in Dr Hurt's dedicated thread bring out full support (so to speak) for the TouchPad.
  6. @New2Max, Your Clover setup was incorrect: You were injected irrelevant kexts (SATA-unsupported, RealtekRTL8111) You were injected ATI + nVIDIA graphics and irrelevant ATI + nVidia properties You were applying irrelevant LAPIC + KernelPm patches Your MBP9,2 SMBIOS injection seems incorrect/incomplete (I guess it might have come from an older Clover version) You probably did not have suitable CPU power management in place All in all, you probably obtained that Clover config from somewhere else than here... With regards to Semaj's Clover setup, he's injecting some unnecessary kexts like: VoodooTSCSync GenericUSBXHCI AppleBacklightFixup He's also using slightly outdated Lilu + WEG kexts that should be refreshed to latest versions. Then, his Clover config contains some irrelevant or inappropriate settings such as arch=x86_64, KernelPm patch or injection of Intel graphics + Capri layout-id (not necessary with Lilu + WEG), erroneous CPU PM settings, etc. It would benefit from being clean-up. Eg: E6330_config.plist.zip The Clover setup would also gain from being completed with kexts such as CodecCommander (for audio jack output) and FakePCIID/FakePCIID_XHCIMux to activate USB3/USB2 ports multiplexing.
  7. You simply set it up in your PrefPane.
  8. It's covered in another thread. Let's not double post, scatter and pollute this one by going off-topic...
  9. You can get it directly from 10.14.2 combo update, using Pacifist app to extract the kext.
  10. Please, no need to quote messages you directly reply to, especially if characters get changed to Chinese symbols... Look at the DSDT available in the packs posted here or here. If you don't use those packs, adjust your own DSDT accordingly. Using MaciASL app, look for "Darwin" and you'll see.
  11. You need to inject "Darwin" in your DSDT to get USB3 controller recognized. Thereafter, all you'll need will be Rehabman's FakePCIID + FakePCIID_XHCMux to enjoy USB port multiplexing. I would strongly suggest you use the Clover pack available in JakeLo's installation guide (available in the Guides section obviously).
  12. What's the relevance with this thread? If you use the Search facility, you'll find a dedicated thread related to mSATA SSDs on D4x0.
  13. It's a distro, you'd have to ask the place you got that from . We don't support distros here, they're just trouble.
  14. GenericUSBXHCI kext is hardly ever required these days. On a Haswell platform, injecting Darwin should suffice to enable the USB3 controller.
  15. Guys, again! Not in the Guides section which is clearly labelled "no support here"! Please move this thread to the Dell support section.
  16. Indeed, no support for Intel HD 2500 graphics...
  17. Yup, cheap Kepler cards (chipset GKxxx) like nVidia GT710, GT720 or GT730 will do perfectly and work OOB. Make sure you do not go for Fermi-based models of the 600/700 Series. You may look here or here too. And of course, it'll all depend on the budget you're ready to spend.
  18. Feel free to experiment with key stroke identification for subsequent remapping as detailed here:
  19. Having booted the USB Installer, at the main screen, open up Terminal and try: cp -Rf /Extra /Volumes/SSD/ or sudo cp -Rf /Extra /Volumes/SSD/ but I think sudo isn't supported from the installer.
  20. Only that you're not installing the bootpack properly.
  21. Try & boot without the cache through the following Enoch options & flags: KernelBooter_kexts=Yes -f -v Once at the High Sierra desktop, rebuild your cache: sudo touch -f /L*/E* sudo kextcache -Boot -U / Then install the latest Enoch version r2921. It'll not remove anything from /Extra, merely update it if required. DSDT, SSDT & Enoch config files will remain the same. https://www.insanelymac.com/forum/files/file/71-enoch/
  22. You use Lilu +WEG, so: update those 2 x kexts to the latest versions remove FakePCIID_Intel_HD_Graphics + IntelFixUp kexts; they're not required since you use Lilu + WEG Using Clover Configurator app, in your Clover config: Graphics section: remove "Inject Intel" + layout -id 0x0a260006. Lilu + WEG take care of that and it's already injected in the patched DSDT ACPI section: remove ssdt.aml from SortedOrder box ACPI section: remove SSDT entries CpuPm + Cpu0Ist from Dropped Tables box ACPI section: untick Drop OEM from SSDT options Devices section: no need to fake 0x04128086, it's already injected in the patched DSDT Kernel & Kext Patches section: enable KernelXCPM option While looking at your DSDT, I also noticed a duplicate entry in the HPET device. I can't say if that's likely to cause an issue but I'd recommend you remove this duplicate: Device (HPET) { Name (_HID, EisaId ("PNP0103")) // _HID: Hardware ID Name (_UID, Zero) // _UID: Unique ID Name (BUF0, ResourceTemplate () { IRQNoFlags () {0,8,11,15} IRQNoFlags () --> Duplicate code {0,8,11,15} --> Duplicate code Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) Name (_STA, 0x0F) // _STA: Status Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings { Return (BUF0) } } -
  23. Before Lilu + WEG, there was a binary patch for IOGraphicsFamily kext... Afaik, the High Sierra patch remains applicable to Mojave: \/ Find: 0100007522 Replace: 010000EB22 /\ Try it. 'works for me on my Ivy Bridge/HD4000 Latitude E6230 (I don't use WEG).
  24. Use the kexts and DSDT provided in the El Capitan bootpack I posted in the dedicated D630 thread of this very section. You can't miss it; it's pinned. I also strongly suggest you lookup my D630 guide available in the Guide->Dell section.
×
×
  • Create New...