Jump to content

Hervé

Administrators
  • Posts

    10040
  • Joined

  • Last visited

  • Days Won

    563

Everything posted by Hervé

  1. Moving to the correct "Help and Support section"... Guys, what's the trouble? Can't read "Complete guides for Dell computers. No support here." as indicated under each Guide subsection? Try and look at the existing Latitude 5480 threads in the 5000 Series section.
  2. Just follow the instructions posted on the blog.
  3. You can look thing up here: http://www.insanelymac.com/forum/topic/301324-toshiba-l855-14j-108x All in all, you'll probably have to inject your AMD dGPU specs in DSDT and setup Clover to inject ATI, possibly select "Load vBios" + "Patch vBIOS" + the correct framebuffer.
  4. Top and bottom of screen don't show? I've got that on my TV when plugged in through HDMI and I have to adjust the underscan (or overscan?) parameter. Try that through your display PrefPane. That certainly allows me to perform a sort of zoom in/zoom out and get the full macOS desktop on screen.
  5. The only other thing I can think of is CPU power management. Does that work Ok? To me, if the power led does not fade in and out, your computer has not gone into sleep mode.
  6. Did you check or consult our posted (non-exhaustive) inventory? https://osxlatitude.com/index.php?/topic/2120-inventory-of-supported-and-unsupported-wireless-cards/ If you have a WWAN slot and want a perfect card that'll work OOB and as on a real Mac, I highly recommend Apple's own Broadcom BCM94360CD. It needs an adapter (but they exist in mini-PCIe and M.2 form) and it's more expensive than other cards but works fantastic and at great speed. https://osxlatitude.com/index.php?/topic/7554-apple-broadcom-bcm4360cd-80211-ac-wifi-and-bluetooth-combo-card/
  7. You can add the patch to FakeSMC Info.plist. It'll then be sustainable to macOS updates, as long as Apple does not change the kext name and the associated Info.plist entries syntax like they often do between releases. It's the same as for any such patches (AGPM, WWAN, Bluetooth) where you add an entry rather than modify existing ones.
  8. Silly question probably but did you disable hibernation? Re: wifi USB dongle, it should not be a problem as long as you do not enable "USB wake" in BIOS". Make sure it's the same for LAN: no "Wake on LAN". Your kexts are Ok.
  9. Try the attached. * DSDT mods done: combined both _DSM methods of LPCB device into a single one _PWR methods of GLAN/HDEF/EHCx devices changed from returning (0x0D,0x04) to (0x0D,Zero) removed "If" tests in _PWR method of EHCx devices to keep a single "Return" statement NB: It would be interesting to know what mods you made to the _WAK method. revised_DSDT.aml.zip * Clover config mods done: removed all selected ACPI fixes removed USB FixOwnership option injected proper MBP6,2 SMBIOS revised_Clover_config.plist.zip
  10. Check your add-on kexts then; there's clearly something wrong somewhere.
  11. Patch details sure are Ok but it seems you somehow screwed the framebuffer kext. Maybe you made another binary mod by mistake somewhere... Why don't you update to 10.12.6 and use the patched kext I uploaded? Save yourself some time!
  12. No, proceed as follows: place the FakePCIID kexts in /L/E place the Brcm kexts in /S/L/E manually repair permissions to both folders manually rebuild your cache remove those kexts from Clover kexts folder if present there reboot and check behaviour If you don't know how to manually repair permissions and rebuild the cache, check the FAQ forum section.
  13. Any update will re-instate vanilla kexts in /S/L/E and overwrite any patched kexts, That's a general matter that should be known by all. Make a good note of that. Hence the explanations I just wrote above regarding patched SNB framebuffer kext (the kext versioning trick can be generalised too). It's a little silly to revert to a backed-up 10.12.3 installation when repatching the 10.12.5 vanilla framebuffer would have sorted you out. If you run Enoch, you know what to do now (and update to 10.12.6)... If you use Clover, you should configure the patch in the "on-the-fly" manner.
  14. When you rebuild the cache, OS X/macOS includes kexts in /S/L/E and /L/E. Kexts in Clover EFI folder are injected, not cached. Obviously, don't duplicate kexts in both places (/S/L/E or /L/E and EFI/kexts/xxx).
  15. 'just verified VGA output on my E6220 under Sierra 10.12.6 and all is Ok. Personally, I patch the vanilla SNB framebuffer kext as described in post #5 of my E6220 guide, increase the patched kext's version by adding a leading 9 (e.g.: 910.2.37) and place it in /L/E. Once permissions are repaired, this patched kext always takes precedence over the vanilla version left untouched in /S/L/E and the cache is rebuilt using that patched version. It's sustainable to OS updates. Patched_10.12.6_AppleIntelSNBGraphicsFB.kext_v910.2.37.zip I invite you to do the same. Avoid mistakes such as using Yosemite 10.10.5 patched SNB Framebuffer kext in Sierra 10.12.6.
  16. Post an IOReg output. DW1830 is supposed to work OOB with the vanilla kexts.
  17. Re: Broadcom 5880 https://osxlatitude.com/index.php?/topic/1225-fingerprint-broadcom-ush-bcm5880/&do=findComment&comment=54164 https://osxlatitude.com/index.php?/topic/9301-dell-precision-m4800-macos-sierra/page-9&do=findComment&comment=71698 Guys, if in doubt, use Google!
  18. 'not heard of any signal drops or random disconnections with AR9285-based cards.
  19. Recovery partitions are created by default when installing OS X/macOS for some years now. Useful on Clover-based installations but not on Chameleon-Enoch ones because these cannot boot recovery partitions. As such, it can be desirable to remove them to retrieve the (small) disk space they take and suppress them from the list of partitions. This is achieved with Terminal commands through the following method: verify volumes arrangement and identify main + recovery partition disk identifier. The recovery partition will directly follow the main volume to which it relates. diskutil list reformat recovery partition under HFS+ type and new name (no space) diskutil eraseVolume HFS+ <new name> <disk identifier> (eg: [...] Blank disk0s3) recover ex-recovery/Blank partition disk space by merging it with its associated main volume (listed right above it). diskutil mergePartitions HFS+ <main Volume> <main disk id> <blank disk id> (eg: [...] Sierra disk0s2 disk0s3) NB: Partitions have to be sequential to be merged. For help on the diskutil command, type man diskutil.
  20. CoreStorage logical volume management was introduced by Apple in Lion. Since Yosemite, Apple has forced its utilisation by default. Whilst this is Ok with Clover-based installations, it is not with Chameleon/Enoch-based ones because these cannot boot CoreStorage volumes. As such, after fresh installations and, sometimes, updates (depending on how the installation was made), it's therefore necessary to revert CoreStorage volumes to legacy mode. This is achieved with Terminal commands through the following method: verify CoreStorage status and identify volume diskutil list if logical volume found/listed, revert to legacy volume mode diskutil CoreStorage revert <disk identifier> (eg: disk1) verify return to legacy mode diskutil list NB: For help on the diskutil command, type man diskutil.
  21. Hibernation is enabled by default after any fresh installation of Apple's OS; sometimes, it's even re-enabled after an update. Although Clover has supported hibernation for some time, it can still cause issues on Hackintoshes and it's often desirable to disable hibernation in order to revert to plain old sleep. This is achieved through the following Terminal commands: sudo pmset -a hibernatemode 0 ` To delete the sleep file: sudo rm -f /var/vm/sleepimage ` To point the sleep file towards null device (though sleep file may still re-appear): sudo pmset -a hibernatefile /dev/null ` To verify hibernation setup: pmset -g
×
×
  • Create New...