Jump to content

Hervé

Administrators
  • Posts

    10053
  • Joined

  • Last visited

  • Days Won

    566

Everything posted by Hervé

  1. DW1820A requires special attention.
  2. No, as stated before, Mojave only supports Kepler GPUs and this GF117 Fermi GPU, like several others, turned out to have poor/no support under High Sierra. If you want all those video outputs to work, you'll have to revert to an older OS X/macOS version like El Capitan/Sierra. That's the end of the line for that nVidia dGPU.
  3. Well-known 2nd/final-stage boot glitch. Fix has been available for years... You can look it up. -> Applicable patch for High Sierra/Mojave: Kext: IOGraphicsFamily Find: 0100007522 Replace: 010000EB22
  4. Can we please move this thread to the Asus section?
  5. Try the tools/layouts specified in the Keyboard Layout-related threads in the Keyboard section of the forum.
  6. BIOS A23 is perfectly Ok; it's what I run on my E6440.
  7. You wouldn't be using my patched DSDT from E6230 BIOS A19 by any chance? Because that will most definitely trigger artefacts at shutdown, but not otherwise. I would not recommend using that DSDT for anything other than the E6230.
  8. Re: "HD unsupported" in DVD Player, I've integrated the patch to FakeSMC several years ago (like other kext's plist patches). It works Ok in High Sierra. You simply add the patching info if the old IOAHCISerialATAPI_injector kext into FakeSMC's Info.plist file, above the FakeSMC entry: <key>IOAHCISerialATAPI</key> <dict> <key>ATAPI</key> <true/> <key>CFBundleIdentifier</key> <string>com.apple.iokit.IOAHCISerialATAPI</string> <key>IOClass</key> <string>IOAHCISerialATAPI</string> <key>IOProbeScore</key> <integer>25000</integer> <key>IOProviderClass</key> <string>IOAHCIDevice</string> <key>Physical Interconnect</key> <string>SATA</string> <key>Physical Interconnect Location</key> <string>Internal</string> <key>Protocol Characteristics</key> <dict> <key>Physical Interconnect</key> <string>SATA</string> <key>Physical Interconnect Location</key> <string>Internal</string> </dict> </dict> Here's a copy of the FakeSMC kext I use in HiSie: FakeSMC.kext.zip The patch simply consists of a modification injected in IOAHCISerialATAPI PlugIn kext of IOAHCIFamily kext located in /S/L/E.
  9. You have graphics acceleration (formerly called QE/CI). It's just that you need additional little tuning to do re: DVD Player:
  10. You may refer to the existing guide(s) posted in the Guides section.
  11. @sass86oh, I invite you to post your findings, test results and conclusions in the following thread, dedicated to the DW1820A: It'll be far more appropriate than posting about it in a Latitude-related thread and will be far more visible to potential/affected users of the card. NB: DW1820A PCI id is 14e4:43a3, not 14e4:43a0. SubVendor and SubDevice ids are are you stated. https://wikidevi.com/wiki/Broadcom_BCM94350ZAE
  12. In my particular experience with MBP11,1 vs. MBA6,2 1) it's closer to the Dell E6x40/E7x40 in terms of specs 2) I obtained better CPU power management (more multiplier steps) on a non-U CPU Now, if you want to compare: MacBookPro11,1 MacBookAir6,2
  13. You can reuse existing patched DSDT. Beware because this old trick (using the graphics drivers from HiSie) apparently no longer works in10.14.4...
  14. It's long been stated that the Nvidia NVS5200M is not supported. It's a Fermi card and Mojave only supports nVidia Kepler GPUs. The NVS5200M was no longer supported in High Sierra. That kisses goodbye to HDMI output... Please read the existing threads re: E6530 and Mojave/High Sierra/Sierra.
  15. There's no support for HD3000 in Mojave. Stick to High Sierra.
  16. If it's a USB-internal model (as I expect), check that all you USB ports are enabled.
  17. Did you try to boot through the USB installer? Or is it just the same?
  18. None whatsoever. Stick to A11 if it meets your needs. I just wanted to run A19 on my E6230, that's all.
  19. Yes, that was understood. Try and mount your SSD partition before type the commands in Terminal.
  20. Check if "sleepimage" file exists on the "Macintosh" SSD partition: ls -la /Volumes/Macintosh/var/vm If it does, remove it: rm -f /Volumes/Macintosh/var/vm/sleepimage You may then try to rebuild the cache: touch -f /Volumes/Macintosh/System/Library/Extensions /Volumes/Macintosh/usr/sbin/kextcache -Boot -U /Volumes/Macintosh -k /Volumes/Macintosh/System/Library/Kernels/kernel
  21. Try and post the output of your diskutil list command so that we verify Core Storage presence of absence.
  22. That warning doesn't matter, it's for kexts patches. You've clearly not installed that file, that's all. Did you nevertheless manage to boot? If not, didn't this issue happen after that you installed a High Sierra update? If so, it's highly likely that you're back with Core Storage applied and Enoch does not support that. You'd therefore have to boot with Clover (i.e. your original HiSie USB installer I presume) and revert the partition to plain old HFS+ before Enoch can boot High Sierra again.
  23. It looks like it's trying to restart from an hibernation file. Didn't you disable that ? If you run with Enoch, you should be able to recover by booting manually without cache with the following flags and options: KernelBooter_kexts=Yes -f -v This will only work if you've kept a copy of all the minimum add-on kexts such as FakeSMC in /Extra/extensions.
×
×
  • Create New...