Jump to content

Hervé

Administrators
  • Posts

    10026
  • Joined

  • Last visited

  • Days Won

    561

Everything posted by Hervé

  1. Doesn't 4K require WEG's -cdfon boot parameter to enforce HDMI-2.0 properties? https://github.com/acidanthera/WhateverGreen I would suggest you look into implementing the necessary patch(es) through Hackintool app.
  2. Yes, you may change id if you want to. What do you expect to gain by doing that?
  3. the disablegfxfirmware parameter is only to be used if there is an issue during installation or update to 10.15.4. Once 10.15.4 is running, there is no need for it. For Catalina, you're supposed to use PatchRam3, yes.
  4. No need to use the rm command to delete kexts from /L/E. But I recommend you cache kexts from /L/E rather than inject them from Clover's folder. Caching kexts is the natural mode of operation. Re: headphones noise, make sure you cache CodecCommander kext from /L/E (that one just won't inject). For BT, there's a pinned thread here where you'll find kexts that worked for my DW1820a. I don't use BT much but handoff certainly works between my iPhone and my 7490 with those kexts. In Catalina, you need to use the BT injector kext too, not just the Data/Repo + PatchRAM kexts.
  5. As you said yourself, these are simple warnings and can be totally ignored.
  6. Seems like Tosh is trying to sleep but immediately wakes. So you probably need to sort out Sleep on this laptop.
  7. Should all be sorted now. This 7490 is fitted with a DW1820a wireless card for which the required properties were not injected.
  8. Sorted; laptop is fitted with a DW1820a wireless card and the properties injection were missing. Once they were added, everything worked as expected.
  9. PSU seems big enough to me. The only other thing I can think of is the multiple overclocking you have in place.
  10. It's a boot parameter you specify in Options->Boot Args menu at Clover main screen. Press [ENTER] on the Boot Args field and type the parameter in (caution, keyboard will probably be in QWERTY mode at that stage).
  11. Your Clover setup looks ok (kexts, SMBIOS, general settings). However, it's interesting that you've not need to activate "Inject nVidia"; I'd add that, it cannot cause any harm. What's the purpose of those 2 x shiki boot parameters you use in your Clover config? Did you try without them?
  12. How long did you wait when you get the Apple logo on screen? It can take a couple of mins or more to complete and reach the macOS language menu before the main installation screen. Re: Catalina 10.15.4, bear in mind the following requirements: Clover r5107 latest Lilu + WEG + AppleALC probably need to boot with -disablegfxfirmware boot options (I had to use that to complete my 10.15.4 update) rest of the installation process is unchanged. Out of interest, how do you build your USB installer?
  13. Which BIOS version do you run? You may want to update to latest if you run on an old one. Are your 7490 hardware specs identical or close to mine's? I know the patched DSDT I posted/included in the pack has given trouble to some people in the past so you may want to remove it to begin with or, at Clover main menu, go to Options->ACPI patching and select BIOS.aml rather than DSDT.aml for the DSDT (that effectively bypasses the patched DSDT to call on the BIOS native table).
  14. We have guides for these ageing Sandy Bridge E6x20 models. I've stated it numerous times: HD3000 is glitchy on those laptops (and many others too) after Yosemite in which I found it last worked properly. Forcing VRAM to 2GB (with 8GB+ of RAM) does help in a way but it's not definitive and glitches will still occasionally occur. HD3000 is not great, that's all. This being said, there's no reason why your E6320 would regularly freeze under High Sierra so your setup must be wrong. Check your BIOS settings and adjust according to the recommended settings I posted for the E6220 in this very E6xxx forum section. Consult our existing E6x20 guides (I recommend my own E6220 guide) to check the installation process you followed and the files you used (patched tables, config files, kexts). Post a zipped copy of your Clover EFI folder, I'm sure there is stuff to adjust in it.
  15. A few of us with old C2D/C2Q platforms (mostly desktop) experienced CMOS reset since updating to 10.15.4. During troubleshooting, the issue was pinpointed to 10.15.4's new boot.efi file (located in /S/L/CoreServices) which, as many of us noticed, was displaying some new info when booting in verbose mode. Initially, replacing 10.15.4's boot.efi file with that of an earlier Catalina release or even an earlier macOS version was found to get rid of the problem without adverse affect on booting Catalina 10.15.4. However, this only worked for Hackintosh systems running Clover, not for systems running OpenCore. 10.15.3_boot.efi.zip File ownership needs to be re-adjusted to root:wheel upon replacement: sudo chown 0:0 /S*/L*/CoreServices/boot.efi Update: 15 April 2020 - - - - - - - - - - - - - - - Following further troubleshooting with vit9696, telepati and a few others, vit9696 worked out a temporary workaround for OpenCore in the form of a 5-bytes NVRAM variable wake-failure set to 00 00 00 00 00. All details and explanations are available here. For Clover users, this workaround alternative to replacing boot.efi can implemented as follows in Terminal: sudo nvram wake-failure=%00%00%00%00%00 Of course, this needs NVRAM to be working properly on the target Hack. For Hacks with no natively-supported NVRAM, it is required to install EMUVariableUEFI.efi Clover module + RC scripts on the Catalina boot volume. Once the variable is set and the system rebooted to take it into account, no more CMOS reset on rebooting from 10.15.4.
  16. As last resort for DWA-123, you may try Chris1111's driver package for USB dongles. It's basically an app that installs a wireless management app + drivers from a collection of USB dongles/chipset drivers the author builds up over time and maintains for given OS X/macOS versions. Saves you all the hassle of searching the Web. https://github.com/chris1111/Wireless-USB-Adapter This package supports DWA-123 dongle with PCI id 2001:330b (in hex). Check that against what you'll see in your SysProfiler->USB section for your own dongle. You never know, you may get lucky!
  17. There are at least 3 x different models of DWA-123: DWA-123 -> drivers dated 2014 for Tiger 10.4, Leo 10.5, SL 10.6, Lion 10.7 and ML 10.8 DWA-123-B1 -> latest driver dated 2013, for ? DWA-123-D1 -> drivers dated 2015 for Mv 10.9 and Yos 10.10 I'm pretty sure none of those drivers will work for any recent macOS version. Follow the advice above and install a compatible mini-PCIe card in that E7440. It'll work much better.
  18. No! Again, you need to: fake desktop HD4600 id 0x0412 use Lilu + WEG using Clover Configurator app, apply the HDMI patches to Azul framebuffer to your Clover config
  19. Well, there are various ways to connect to an iPhone (shared) data service: USB Bluetooth Wireless Personal HotSpot (Wireless + BT) You've mentioned HotSpot but, given your above description, it looks like you're doing things incorrectly and BT may not properly work on your Hack... 2 x obvious things: Personal HotSpot (i.e. connection sharing) needs to be enabled on the iPhone (we'll assume this is the case). USB cable not required for Wireless, Bluetooth or HotSpot service 1) Connection via USB: If you want to use your iPhone through USB, just connect the cable and disable/turn off Wifi/BT on your Hack. iPhone USB service will then be automatically selected. By default iPhone USB is disabled unless needed. If you have no Wifi on your Hack or if it's already off, iPhone USB connection will auto activate right after you connect your iPhone. 2) Connection via Bluetooth: If you have Bluetooth only (no USB, no Wifi), just pair your Hack with your iPhone and you'll be able to use the shared connection (Personal HotSpot) of your iPhone after a few seconds (it's not immediate). 3) Connection via Wireless: If you have wifi only (no USB, no BT), your iPhone will be offered as a wireless network if and only if you actually go to Personal HotSpot (connection sharing) on your iPhone. No iPhone SSID visible on the network otherwise. Select the wireless service and, if applicable, enter the password you may have set on your iPhone. 4) Connection via Personal HotSpot: This requires BT to be active on the iPhone and Wifi + BT on your Hack. Basically, this needs the same setup as required for continuity features such as Handoff. If both BT + wireless services are working properly, your iPhone will be offered as a Personal HotSpot on your Hack alongside wireless networks. Just pick-up your iPhone Hotspot and you're good to go. No BT pairing required. No need to be in Connection Sharing on your iPhone. Sometimes, on Hacks, these services do not work perfectly and require a restart of either the iPhone or the Hack, occasionally both. NB: All of the above tested and verified with: Dell Vostro 200ST desktop fitted with AR5B92 wireless card (wifi only (fully working), no BT), Catalina 10.15.4 Dell Latitude E6220 laptop witted with Apple BCM94360CD combo card (wifi + BT, both full working), High Sierra 10.13.6 Dell Latitude E6230 laptop fitted with Apple BCM94360CD combo card (wifi + BT, both full working), Catalina 10.15.4 Dell Latitude 7490 laptop fitted with DW1820a combo card (wifi + BT, both fully working), Catalina 10.15.4
  20. Let's consider this topic of microphone resolved. Please open up a separate thread for your Bluetooth issue.
  21. I believe we've already been there... https://osxlatitude.com/forums/topic/12702-spdif-gone-after-update-to-10146 If you've already updated your kexts, there's not much to do beside experimenting with codec layouts or reverting to whatever Mojave version last supported that S/PDIF fibre output of yours. And stop mixing VoodooHDA with AppleALC of course; should go without saying!
  22. 'arf, I thought so! More reason to use Clover configurator app...
  23. I can only comment on what I found in the stuff you provided in post #1 and there was no such faking in the posted config file... And as I wrote above, use Clover Configurator app to modify your Clover config. It contains too many parameters/fields expressed in Base64 format for you to edit in plain text in a text editor if you're not an expert...
  24. Follow Jake Lo's full guide. Bear in mind that your own laptop may be fitted with incompatible hardware (eg: NVME SSD, wireless card) that affects installation. That's the reason why we keep asking people to be thorough and post their full system's specs. Hackintoshing is not a natural thing and demands outmost precision...
  25. I'm not aware of any link or relation between the audio codec layout and Bluetooth module.
×
×
  • Create New...