Jump to content

Hervé

Administrators
  • Posts

    10031
  • Joined

  • Last visited

  • Days Won

    562

Everything posted by Hervé

  1. Did you check that your NVME SSD is not one of those incompatible ones? Please specify model. NB: -x boot arg not required to boot a macOS USB installer; a proper/adequate config suffices -f is not a valid boot arg (Clover has not supported booting without cache for years)
  2. DW1820 is not supported. If it's a DW1820A card, which is a totally different model, see our BCM4350 article and guide here. You may consult our Wireless Cards inventories too. Green dot next to kexts is what is called a tag. You can Google about it, it's an old OS X feature to label/sort/filter files. It can be applied to any file and can be of any other available colour. Absolutely nothing to do with a kext being "active" or not, no.
  3. Following BIOS update to v1.16.0, I revisited the patched DSDT since it was (finally) also causing a reset to me. I dumped all tables from BIOS and came to realise I had applied the brightness keys patch to a Clover pre-patched DSDT! I therefore re-applied the patch to the raw DSDT. My 7490 now boots Catalina without reset and brightness keys are fully operational. I've also updated the patch code above to return those Clover pre-patched lines to full vanilla code (XOSI returned to _OSI and XSID returned to OSID). Patched_DSDT_Lat7490_BIOS-1.16.0.aml.zip I invite Latitude 7490 users to test this revised patched DSDT and feedback to me by PM so that I can update the bootpacks accordingly. In case of issues (system reset), select BIOS.aml DSDT table in Options->ACPI patching->Dsdt name at Clover main boot menu to load the raw DSDT at macOS startup.
  4. Refer to the E6540 Big Sur thread posted in this very section.
  5. No need to update Clover to r5122, r5119 is fine. You cannot use the SSDT generated for a CPU different that yours; that's is most likely the cause of your issues. Download Pike R Alpha's well-known SSDT generator script and generate your own CPU-specific SSDT. We'll then look at removing those incorrect settings of your Clover config in a 2nd phase. Make sure you properly read the guides next time!
  6. It's an issue local to your computer/Internet connection; check your network and/or browser settings, security filters, that sort of things.
  7. You're not using exactly the same Clover config as that provided in my guide... A few questions: which BIOS version is your E6230 running? If it's an older one, make sure to update to latest which is A20 afaik. which version of Clover are you running? r5119 highly recommended though I must admit that, after putting r5120 aside due to issues/bugs; r5122 appears to run Ok. what CPU is your E6230 fitted with? Your Clover config is using an SSDT generated for an i7-3540M CPU for power management purposes.
  8. Works perfectly for me and several others. Verified this from Safari/Edge/Chrome/Brave, on my E6230 Hack + a couple of Windows PCs, logged in and not. I suggest you clear your browser(s)'s cache and retry.
  9. For Mojave and lCatalina, use the following kextcache command: sudo kextcache -i / For Catalina, system's folder lock-out must be lifted before anything can be applied. Use the following commands to that effect: sudo mount -uw / sudo killall finder
  10. Hervé

    Firevault

    No, never used it.
  11. Same exact process, no difference whatsoever. It's totally CPU/keyboard independent.
  12. nVidia GeForce GT610 is Fermi and has no support since Sierra/High Sierra; last fully and properly supported in El Capitan. Start by replacing your graphics card by a supported model. Only nVidia Kepler cards are supported under Mojave and Catalina (eg: GK208-based GeForce GT710/720/730 and other previous model).
  13. The PS2 controller kext I included in the packs of my guides provides adequate and suitable TouchPad sensitivity to me. I do not have to press very hard to tap and/or double tap. But tap is not enabled by default, you have to enable it in the TouchPad PrefPane. With regards to lid closure not leading to computer sleep, this can take several seconds (on occasion, a minute or two) during which you'll see disk activity before the power LED starts fading in & out but this requires that the hall sensor inside the laptop is : present properly connected to the motherboard's hall connector Check it out in the E6230 owner's manual. I've seen the wire disconnected from the sensor itself in the past...
  14. Your system freezes during startup due to something missing or very incorrect in your setup. Try and revert to your previous config file.
  15. DW1520 is fully supported, just not natively. All appropriate details in our Wifi forum sub-section (inventory + AirPortBrcm4360 patching thread) if you care to search... NB: your Clover config needs serious revisiting.
  16. You said you have no battery; try and remove the battery manager kext... Or buy a new one. You may also update FakeSMC (& PlugIns) to Rehabman's last version (v1800) though I doubt it'd have any effect to be honest.
  17. Moved to dedicated Big Sur beta section...
  18. Indeed, cannot be a DW1560; maybe DW1550 in which case the same patches as used with Mojave need to be applied.
  19. Looking at your Clover config, I'd say you've got no proper CPU power management in place and your graphics settings may be incorrect too. Open your Clover config in Clover Configurator app and try the following in ACPI tab: add GFX0 to IGPU patch remove the SSDT table drops you applied remove NoOEMTableId + NoDynamicExtract SSDT options remove FixIntelGfx fix add PluginType generate option With regards to SMBIOS: iMac14,1 used Haswell Iris Pro 5200 iGPU iMac14,2 and iMac14,3 used nVidia Kepler dGPUs iMac14,4 and Macmini7,1 used Haswell HD5000 iGPU iMac15,1 used AMD dGPU As such: change your SMBIOS to iMac14,4 or Macmini7,1 Save your revised config in a separate file that you'll call from Clover Options->Config menu once you reach Clover's main boot screen.
  20. It only tends to do so after updates. Not in between afaik. It's been known and mentioned for years and it's clearly stated in the FAQ thread.
  21. A little Search on the forum would have avoided you all that hassle and expenditure, do think of using the facility in the future... BCM4352 is not supported OOB and requires either a DSDT patch or a kext patch or device id faking or direct property injection in order to make it work. The easiest thing to do is inject a compatibility statement with BCM4360 (14e4:43a0) in the bootloader config against the relevant and previously identified ACPI/IOReg device. All details are available in our R&D->Wireless and Bluetooth forum section (inventories, dedicated threads). You probably had patched or replaced the AirPortBrcm4360 PlugIn kext of IO80211Family in /S/L/E prior to your last update and that got replaced with a vanilla version after the update. That's to be expected. Hence why /S/L/E should always remain full vanilla in favour of alternatives (properties injection, kext installation in /L/E, etc.). Only you could tell what you had...
  22. Yes, you've got everything right and I believe you have the correct generated SSDT table for your CPU. However, you may switch from standard CPU power management with AICPUPM + Clover AICPUPM patch + CPU-specific SSDT to Kernel CPUPM (XCPM) in order to run a totally CPU independant setup; it works on our Ivy Bridge E6230: remove the SSDT files from CLOVER/ACPI/patched subfolder in Clover EFI folder remove the dropping of DMAR + SSDT CpuPm + SSDT Cpu0Ist tables in Clover config (ACPI section) disable AppleIntelCPUPM patch in Clover config (Kernel & Kexts Patches section) enable KernelXCPM + KernelPm patches in Clover config (Kernel & Kexts Patches section) update Clover r5119 but don't go higher (XCPM not working with Clover r5120 and later)
  23. Try and switch to sleep mode only rather than hibernation and delete the sleepimage file. All details are posted in our FAQ section.
  24. Your Broadwell/HD5500 laptop, will run all recent macOS versions, from Mojave to Catalina and future Big Sur. I suggest you consult our threads about OS X/macOS minimum requirements and GPU compatibility for further details.
×
×
  • Create New...