-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
post bootpack used
-
Replace VoodooPs2Controller with the attached. There's 2 or more model of webcam on the Dell systems: Sunplus and Sonix It should be working OOB, if not then it's not supported..usually the Sonix is not supported. Looks like you don't have the SD card reader enable. You can enable it by renaming #Properties under Devices to Properties by removing the # SD card reader is under PciRoot(0x0)/Pci(0x1c,0x5)/Pci(0x0,0x0). You can disable the rest by adding # infront of them. As for you Atheros wifi, see here https://osxlatitude.com/forums/topic/11138-inventory-of-supportedunsupported-wireless-cards-2-sierra-catalina/ VoodooPS2Controller.kext.zip
- 1 reply
-
- 1
-
Which battery patch?
-
What's the purpose of the DSDT? What patches are applied to it? Get rid of SMCHelper.efi //paired with FakeSMC. since you're using VirtualSMC, it causes conflict Get rid of AppleBacklightFixup.kext //Now part of WEG Replace ACPIBatteryManager.kext with SMCBatteryManager.kext
-
Dell OptiPlex 7040MT: video and USB issues in Catalina 10.15.4
Jake Lo replied to micgo's topic in The Archive
What happen when you plug in the second DP port? Can you boot with the 2nd DP port? I don't have 4k monitor to test but try adding boot arg -cdfon -igfxnohdmi If that still won't work, then you might have to increase the DVMT prealloc. -
try generating a new serial # make sure ethernet = en0 and not en1 or any other # if system don't have physical ethernet, then install nullethernet.kext
-
Optiplex 3040 [Pentium G4400]: macOS installation stuck with no loading bar
Jake Lo replied to Eggzin's topic in The Archive
Try these 2 Config files, try one at a time Boot with -igfxvesa if necessary for install In /E/C/kexts/Other, remove the following kexts FakeSMC \\you already have VirtualSMC NullCPUPowerManagement \\not needed VoodooPS2Controller \\for laptops only AtherosE2200Ethernet \\wrong kext. You still have IntelMausiEthernet & RealtekRTL8111, need to determine what ethernet it has Test.zip -
which config did you boot with that causes this KP? Did you try booting with the original before making the changes? Config and Config6 seems to be the same except for the layout-id changes to 11, but needs to be change from data to number. Both those Config looks fine and should boot. Try booting with -igfxvesa, then repair permissions and rebuild cache
-
Where did you add the kext? If you had added to /L/E, did you repair permissions and rebuild cache? How did you add the layout-id? with what app? Perhaps you had corrupted the Config file if you're using a text editor instead of using Clover Configurator, Xcode or Plist edit Pro. At clover, add boot arg to determine the boot issue -v debug=0x100 Post your Clover folder if you want us to help you determine the issue
-
You can if you want, won't hurt anything.
-
from Chrome, go to Settings/advanced/System and disable "Use hardware acceleration whenever available". Restart Chrome and test again
- 3 replies
-
- dell 5570
- screen flickering
-
(and 1 more)
Tagged with:
-
Ahh, you're missing an extra patch that I overlooked. Here, added it for you. Instead of the generated SSDT.aml, you could also enable PluginType and set plugin Type to 1 for power management. One or the other, not both. config.plist.zip
-
The update probably overwrote the driver in /EFI/E/C/drivers/UEFI. Retrace the guide you followed to setup dual boot.
-
DW1560 and DW1830 are great but expensive. You can try DW1820A, less expensive but need extra patches. Look at our inventory here
-
Just remove USBPorts-9020.kext but keep USBInjectAll.kext and add SSDT-EC-USBX.aml + SSDT-UIAC.aml to /E/C/A/Patched
-
Use Hackintool.app to generate your ports.
-
Enable OSID and _OSI in Config file for Brightness Fn keys You can generate SSDT.aml with ssdtprgen.sh, place it in Patched folder Won't cause any issue
-
Use Lilu + AppleALC.kext with layout-id = 11
-
It's probably due to NVMe drive if that's what you have. There's no power management so it's draining quickly. You can take a look at this and see if it works. I had tried it on my own hack but it's not working for me. https://github.com/acidanthera/NVMeFix
-
Optiplex 3040 [Pentium G4400]: macOS installation stuck with no loading bar
Jake Lo replied to Eggzin's topic in The Archive
Please specify full system specs and attach your clover folder You can try adding these boot arg to determine where it hang -v debug=0x100 -
SSDT-UIAC.aml, did you generate that yourself with Hackintool? YOu also have USBPorts in /kexts/Other Can't have both, use either USBPorts.kext alone or SSDT-UIAC.aml + USBInjectAll.kext USBPorts.kext is hardcoded to MBP11,1, your SMBIOS is set to MBP11,5 so it's not going to work either. Maybe start from scratch and remove SSDT-UIAC.aml and USBPort.kext Add USB Port limit patches for Mojave and use Hackintool to generate new files.
-
Your device-ID 16598086 for iGPU is incorrect. Change it to 16590000 Change SMBIOS to MBP15,2, more appropriate for your processor.
- 3 replies
-
- dell 5570
- screen flickering
-
(and 1 more)
Tagged with:
-
boot with verbose + debug 0x100 + -igfxvesa mode -v -igfxvesa debug=0x100 Post KP when you encounter it
-
@brandon Try following my Clover Catalina guide here Replace the attach contents into /EFI/Clover E5430_Catalina_LoRes.zip
-
Follow my Clover guide for Catalina here Replace bootpack into /EFI/Clover Note: The AMD graphics will be disable and only HD4600 will be running due to unsupportability.