-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Dell 5559: unable to boot OpenCore for Monterey
Jake Lo replied to Didds's topic in Other Dell laptops
Did a validation check on your Config and found some errors. Here's a fixed one, give it a try Some kexts are in the wrong orders and had to be corrected. The CPUFriendDataProvider.kext, is that specifically generated for your CPU? It's for power management, leave it out if you're also using ssdt-Plug, one or the other, not both but I didn't make that change. config.plist.zip -
7490: issues with sleep, power-off and wifi in Big Sur and Monterey
Jake Lo replied to gemino's topic in The Archive
@adamshahcatalyst1 @AMIR CH Try files from here, which is what the OP was using https://osxlatitude.com/forums/topic/17228-7490-update-from-big-sur-to-monterey/?do=findComment&comment=114426 -
@Mattia27c The latest version works fine on my E7470 with v8. Yes it does go crazy from time to time but not often. I only use it for scrolling, swiping, zoom in and out. 3 fingers won't work well, that might be your issue with the random movement, don't use it. There is a second delay perhaps from keyboard to touchpad. Hardly notice it though.
-
Dell E6530: video glitches + audio not working in Big Sur
Jake Lo replied to donjave's topic in The Archive
If you look in the BIOS, it should show 92HD93 as Hervé posted above. Post IOReg file using IORegistryExplorer.app version 2.1. You can google it. Might be an IRQ conflict. Follow here to generate the patches using SSDTTime -
Dell E6530: video glitches + audio not working in Big Sur
Jake Lo replied to donjave's topic in The Archive
the config look fine. Layout-id is added correctly did you test for audio? -
I think I found my issue. The rename of EH01 and EH02, the value of Count should equal 0, not 1. Anyway with your new files, all looks good. You just have to decide whether to use ssdt-plug.aml or ssdt.aml. Both are for power management. SSDT.aml is hardcoded for i7-4810MQ. If your cpu is the same, then you could keep it instead of ssdt-plug.aml. SDCard reader is working, brightness control looks good. AMD disabled, so that should extend battery life.
-
On your 1st post you mentioned about replacing kexts in /Library/Extensions. Was that incorrect? What kext did you replace? I never own an Atheros and from what I have read, it has not work as well as the older MacOS...High Sierra and below..maybe. I have use the Intel on some of my newer hacks that has soldered on Intel Wifi, so no option to replace with one that I prefer like Broadcom, DW1560, DW1830, DW1820A. But these won't work on your model, you could opt for DW1550 though as it only take miniPCIe cards.
-
FYI, no need to install kexts to Library/Extensions Just keep all in EFI/Clover/kexts/Other The atheros might require installing some patched kext or replace with older version of kext. See link above the Intel N 6300 is supported to some degree. https://openintelwireless.github.io/itlwm/Compat.html#dvm-iwn
-
Get rid of Whatvergreen, you have 2 versions Get rid of USBInjectAll, you have 2 versions Get rid of AppleGB, AtherosE2200Ethernet, AtherosL1cEthernet, IntelMausiEthernet The Atheros kexts are for Ethernet not wireless, so it's useless. Can't help you with Atheros Wifi since you didn't specify the full model. Look here for supported devices /unsupported device for patches and kexts Some support for Intel Wireless now, what model do you have? See here for kexts, go with the stable version For touchpad, replace your current VoodooPS2Controller.kext with this one VoodooPS2Controller.kext.zip
-
You have way too much kextS, duplicate kexts and unnecessary kexts. KNOW YOUR HARDWARE is one important aspect to building a clean install For ethernet, you only need IntelMausi.kext, get rid of the rest..ie Realtek*, SmallTree*, Atheros*, AppleIntelE1000* ETC. Get rid of all the FakePCIID* Get rid of XHCI* Get rid of NullCPU* unless you don't care for power management Get rid of Sata* Get rid of GenericUSB* Get rid of the Backup folder //no idea what's in there and how big Get rid of AHCI* Have a backup incase it won't boot after removing all those kexts but I don't see that happening.
-
If you have Intel wifi / BT kext in the kexts folder, leave them out. Then you should be able to compress it to the require size. Also, in the EFI folder, just include the boot and OC or Clover folder, leave out any other boot folder
-
Since you didn't post full specs like wifi/ BT/ audio Codec/ touchpad..etc. I'll just assume you have Intel wifi etc. Give this a try, replace the OC and Boot into /EFI Compatible for BS and Monterey E5450_OC0.8.0_IntelWifi.zip
-
I see a misconfig from the original that I updated it from. Try this one config.plist.zip