Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. I assumed you have repaired permissions and rebuild cache and then rebooted?
  2. Yes, those file will load from /EFI/Clover/ACPI/Patched, but they are not there. I see you only have DSDT.aml and ssdtPRGen.sh Where did you get the boot files? Repair permission and rebuild cache. Run command from terminal (or run permission.sh found in Hack_Tools) sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  3. /E/C/kexts/Other <==/EFI/Clover/kexts/Other
  4. @Mohammadtaghi Farkhondekar You don't have power management implemented correctly. First off, you need to remove NullCPUPowermanagement.kext from /L/E. It's exactly what that word means. In Config file, enable Plugin Type to 1 Not sure what the following kexts in /E/C/kexts/Other are for. Remove them if you're not sure AppleIntelCPUPowerManagement AppleIntelCPUPowerManagementClient You have lots of unnecessary kexts as well, remove them FakePCIID_BCM57XX_as_BCM57765 //you have Realtek ethernet, not Broadcom FakePCIID_Intel_GbX //you have Realtek ethernet, not Intel FakePCIID_Intel_HD_Graphics //you don't have UHD630 FakePCIID_XHCIMux //pretty sure theres' no USB 2.0 in this system FakePCIID_AR9280_as_AR946x //looks like you have usb wifi FakePCIID_Broadcom_WiFi //looks like you have usb wifi, so this is not needed either Repair permissions and rebuild cache.
  5. You mean it doesn't switch over to headphone when you plug in the headset? Try plugging in, put system to sleep. Then wake it up
  6. Ok, you're booting with Optimus enabled but NVS4200m can't be used in OS X. Had to use HD3000 which is fine but battery is draining fast if you don't disable the Nvidia. Since it can't be disabled via BIOS, it must be disabled via DSDT patching. So according to the Config file you're using, you are missing SSDT-0.aml, SSDT-6.aml and SSDT-PNLF.aml in /EFI/Clover/ACPI/Patched SSDT-6 is to disable the NVidia SSDT-PNLF is for brightness control Once you have those restored, you need to copy /EFI/Clover/kexts/Other/LE/AppleBacklightInjector.kext to /Library/Extensions Repair permission and rebuild cache. This should enable brightness slider. Use Fn+F3 and Fn+Insert to control the slider As for HDMI, it's hardwired to the Nvidia, so it won't work. If you want to use HDMI, you need to use the Nvidia (disable Optimus in BIOS). Last support OS X is Sierra. For audio to restore to the same level, when installing Clover, try selecting AptioMemoryFix.efi under drivers64UEFI. Not sure if that'll work.
  7. No, if the file is created with F2, you won't encounter that error when running the debug script Boot to the Clover screen. Press F2 and F4. Then continue booting into OSX Now run the debug script
  8. The file is dump to /EFI/Clover/misc You still have to go through the script I linked again
  9. Try this, replace DSDT.aml to /E/C/A/Patched Add the 2 kexts to /Library/Extensions Remove from /S/L/E AppleHPM AppleIntelLpssI2C AppleIntelLpssI2CController Repair permissions and rebuild cache sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Donate can be found on the top right of the Home page https://osxlatitude.com I2C_v2.0.3.zip
  10. no, that's a DW1550, you need an M.2 card. DW1560. Here, use this Config for Skylake, should fix the graphics issue config.plist.zip
  11. The patch for I2C touchpad. Right now it's for simple mouse function only. Might now work after sleep. Looks like your model is Skylake and not Kabylake as the OP. So will need different graphics injection. No, Intel is not supported. DW1830 from link is good. DW1560 is cheaper though.
  12. Don't need network to complete installation. Better for internal wifi, go with DW1560 or DW1830
  13. what version of BIOS are you on? The new version that fixes the Meltdown issue tends to cause this. Try downgrading to A17
  14. Yeah, will need to patch for that later and add proper kexts
  15. Click on the link and follow the instructions
  16. check FAQ?? https://osxlatitude.com/forums/topic/10244-how-to-implement-custom-fan-control-on-asus-laptops/
  17. Looks like you're using tonymacx86's stuff to create the installer instead of vanilla method... You need to remove the following from /E/C/drivers64UEFI, they are mutually exclusive OsxAptioFix2Drv-64.efi OsxAptioFix2Drv-free2000.efi OsxAptioFix3Drv-64.efi EmuVariableUefi-64.efi Keeping only AptioMemoryFix.efi (latest)
  18. According to the chart, it's not recommended. It's similar to AR9462 AR946x (168c,34), AR9485 (168c,32) and AR9565 (168c,36) work to some degree (i.e. not 100%) with alternative (re-written) Atheros40 driver as posted at InsanelyMac by Chunnann. Further patching facility posted here. These cards are NOT recommended. Rather than getting another card, I would recommend reinstalling of OS X.
  19. Strange, the date on the drivers64UEFI folder shows Feb2018, should be Jun2018 Reinstall Clover and de-select EmuVariableUefi-64.efi & OsxAptioFixDrv-64.efi and select AptioMemoryFix.efi instead If you have "Install RC scripts...", de-select it
  20. Try this Config, made a mistake of the arg. Fixed in the Config Use layout-id 3, 13, or 17 config.plist.zip
  21. Don't know about DW1601, don't know if it's supported. Strange that even DW1510 which works natively doesn't work. Try replacing with this DSDT.aml Patched from your Origin folder DSDT.aml.zip
×
×
  • Create New...